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

/*Basic HTML styles */
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/background_slither.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#010D1F;
	font-family:Georgia, "Times New Roman", Times, serif;
}

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

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

p{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
}
/*End of Basic HTML styles */

/*Containers*/

#page{
	width:916px;
	background-color:#CCCCCC; /* 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_5.jpg);
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
	
	/*Pages navigation*/	
	#pages_nav{
		width:450px;
		float:left;
		padding-top:45px;
		padding-bottom:8px!important; /* to see the hover effect on IE7 */
		padding-left:440px;
	}
	
		#pages_nav li{
			display:inline;
			margin:0px;
			padding:0px;
			padding-bottom:8px;
		}
		
		#pages_nav li a{						
			padding-right:25px;
			padding-bottom:8px;
			
			color:#0b1827;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:20px;
			font-style:italic;
		}
		
			#pages_nav li a:hover{
				color:#211808;
				background-image:url(../images/pages-hover.png);
				background-position:5px 22px;
				background-repeat:no-repeat;
			}
	/*End of Pages navigation*/

#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;
	}
	
	#sidebar{
	width:206px;
	float:left;
	background-repeat:repeat-y;
	height: 762px;
	background-position: right top;
	}
	
	#footer{
	width:916px;
	height:20px;
	float:left;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
	
	}
		/*end of common*/
	
	/*end of entry*/
