@charset "UTF-8";
/* CSS Document */

html,body {

	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	height:100%;;
	text-decoration:none;
	width:auto;
}

img {  
	border-style: none;
}



input:focus {
	outline:none;
}

textarea:focus {
	outline:none;
}




#container {
	width: 976px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(images/header.png);
	position: relative;
	height: 113px;
	width: 976px;
	
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	
}


#logo {
	position: absolute;
	height: 56px;
	width: 475px;
	float:left;
	margin-left:50px;
	margin-top:28px;
}


#share_buttons {
	position: relative;
	height: 40px;
	width: 380px;
	float:left;
	margin-left: 600px;
	margin-top: 60px;

}



#bodymid {
	background-image: url(images/bodymid.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 976px;
	padding-top: 10px;
	position: relative;
	
	margin-bottom: -2px;
	padding-bottom: 10px;
	float:left;
}


#nav {
	
	height: 36px;
	width: 930px;
	position: relative;
	margin-bottom: 30px;
	float:left;
	margin-left: 30px;
	margin-top: -20px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}





#ad1 {
	height:606px;
	width:162px;
	float:left;
	position: relative;
	margin-left: 35px;
	margin-top:10px;
}

#content_exp {
	height: auto;
	width:550px;
	position: relative;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 50px;
	margin-top:-10px;
	float:left;
}

#side_pics {
	height:auto;
	width:216px;
	float:right;
	position: relative;
	margin-right: 80px;
	margin-top:10px;
	
	
	
}




#bodybot {
	background-image: url(images/bodybot.png);
	background-repeat:no-repeat;
	height: 46px;
	width: 976px;
	margin-top: 2px;
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	float:left;
}



#footer {
	width: 876px;
	position: relative;
	float: left;
	text-align: center;
	left: 50px;
	margin-bottom:50px;
}




.a1:link { 
	color: #737373;
	text-decoration:none;
}
.a1:visited { 
	color:#737373;
	text-decoration: none; 
	
}
.a1:hover { 
	color:#00baff;
	text-decoration:none;
}	
.a1:focus {
	color:#00baff;
	text-decoration:none;
}
.a1:active {
	color:#00baff;
	text-decoration:none;
}