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

/*Basic HTML styles */
body{
	margin:0px;
	background-image:url(../images/background_slither.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#010D1F;	
}

form, input{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

}

ul{
	margin:0px;
	
}

li{
	margin:0px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
/*End of Basic HTML styles */

/*Containers*/

#page{
	width:916px;
	background-color:#F15716; /* Temporal */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*Header*/
#header{
	width:916px;
	height:170px;
	float:left;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#navbar {
	width:916px;
	background-color:#FE972E;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	width:710px;
	height: 172px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	background-image: url(../images/Banners/banner_7.jpg);
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
	

/*Body*/
#page_body{
	width:916px;
	float:left;
	background-repeat:no-repeat;
	background-color:#010D1F;
	background-image: url(../images/sidebar_ext.jpg);
	background-position: right top;
}

	#content{
	width:710px;
	float:left;
	background-image:url(../images/content_slither.jpg);
	background-repeat:repeat-x;
	height: 762px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}
	
	#sidebar{
	width:206px;
	float:left;
	background-repeat:repeat-y;
	height: 762px;
	.hanging-indent {
	text-indent: -3px;
	padding-left: 3px;
	color: #FFFFFF;
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #ffd8b7;
		}	
	}
	
	#footer{
	width:916px;
	height:20px;
	float:left;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
		
	}
		/*end of common*/
	
	/*end of entry*/
