/* Template Styles------------------------------------------------*/

div.main{
	width:800px;
	margin:0 auto;
	text-align: left;
	padding:0;
	background-color: #000000;
}
.mainbackground{
	background-image: url(../images/main.background.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	
}

#header{
	width: 800px;
	height: 161px;
	background: url(/images/header.jpg) left top no-repeat;
	position: relative;
	z-index:999;
}

.ssn_logo {
	height: 76px;
	width: 224px;
	float: left;
	margin: 14px 0 0 14px;
	display: inline;
}

#header span {display:none;}


/*SOCIAL----------------------------------*/

.social {
	width: 92px;
	height:24px;
	background: url(../images/social/social_bg.jpg) 0 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 0 15px 108px;
	overflow: hidden;
}

.social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.social li {
	float: left;
	width: 24px;
	height: 24px;
}



/*----------------------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../images/main.background_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}



/* FOOTER CONTENT
----------------------------------------------------------------*/
.footertext {
	font-size: 10px;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	width: 755px;
	padding: 10px 22px 22px 22px;
	position: relative;
}

#footer span {
	position: absolute;
	right: 22px;
	top: 10px;
	text-align: right
}

a.footer:link, a.footer:visited {
	color: #999999;
	font-size:10px;
	text-decoration:none;
}

a.footer:hover {
	color: #FFFFFF;
	font-weight:bold;
	background-color: #e11b22;
}
