@charset "utf-8";
/*--PAGE LAYOUT--*/

/* Defaults */
/*transparent png fix*/
img, div { behavior: url(/css/iepngfix.htc) }
/*transparent png fix*/

body{ background: #1E1E1E no-repeat center top; margin: 0; padding: 0; font-family:Verdana; color: #0e1020;}
.div{ border:thin solid #000;}
ul{ margin: 0; padding: 0; text-decoration: none;}
a{ text-decoration: underline; color:#273247; margin: 0; }
a img{ border: 0;}
.clearFloat{ clear: both;}

p{ color: #776868;}
h3{ color: #6cb6d8; text-shadow:0 1px 1px #000;}
h1{ margin: 0; padding:0; text-shadow:1px 1px 1px #000;}

/* Site Structure */
.wrapper{ width:900px;}

#header{ height:250px; background: url("../Images_layout/bg_header.jpg") repeat-x center top;}	
	#header #logo{ float: left; margin: 0 0 0 20px;}
	#header a #logo{ background: url("../Images_layout/logo.png") no-repeat top center; width:300px; height:240px;}
	#header a #logo:hover{ background: url("../Images_layout/logo.png") no-repeat bottom center; width:300px; height:240px;}

#nav{ height: 49px; background:url("../Images_layout/bg_nav.png") repeat-x top center; padding: 0px;}
	#nav a{ float: left; color: #fff; line-height: 30px; text-decoration: none; margin: 11px 10px 0 10px; padding: 0 10px 0 10px;}
		#nav a:hover{ background: #2b92c2; color: #333;}
	#nav .on{ background: #2b92c2; color: #333;}
	#nav .admin{ float: right;}
	#nav p{ line-height: 30px; margin: 0; padding: 10px 0 0 0; float: left; color: #2789b6;}

#login{ position: absolute; margin: -8px 0px 0px 670px; display: none; padding: 5px; background: #319CCE; width:210px; text-align: left; font-size: 12px; color: #fff;}
	#login input{ border: thin solid #000; margin: 1px; width: 100px; font-size: 12px;}
	#login .submit{ width: 50px;}

#content{ background:#fafafa url("../Images_layout/bg_content.jpg") repeat-x center top; padding: 20px 0 20px 0; border-bottom: 2px solid #bcbcbc;}
#footer{ background: #1E1E1E; padding: 10px; font-size: 14px; text-shadow: none;}

#redirected{ padding: 10px 0 10px 0; color: #000; text-shadow: none; width: 100%; margin: 0; border-left: 0; border-right:0; background: url('../Images_layout/bg_redirect.jpg') repeat-x center center;}