/* ********** [ GENERAL ] ********** */

body {
	margin: 0px; padding: 0px;
	cursor: default;
	background: #34393d url('pagebg.gif') repeat-x; 
	background-repeat: no-repeat;

	background-position: top;
	background-color:  #34393d;
	
	}

div.clear {
	clear: both; }



/* ********** [ PAGE ] ********** */

div#page_wrap { }

	div#page { }



/* ********** [ HEADER ] ********** */

div#header_wrap {
	height: 1px;	}

	div#header {
		margin: 0px auto;
		width: 1000px; height: 192px;
  	/*	background: url('logo.png') no-repeat 0px 50%;  */
		
		}

		div#header h1 {
			margin: 0px;
			padding: 0px 0px 0px 50px;
			float: left;
			font: 30px/70px Trebuchet MS, tahoma;
			font-weight: bold;
			 }

			div#header h1 span { }


/* ********** [ SUB HEADER ] ********** */

div#subheader_wrap {
	margin: 0px auto;
	width: 1000px;
	height: 220px;
	background: #2c2f34; }

	div#subheader_wrap div.subdiv {
		height: 12px;
		background: url('navsub.gif') repeat-x; }

	div#subheader {
		height: 192px; }

		div#subheader div.splash {
			width: 1000px;
			height: 192px;
			float: left;
			background: url('logo.jpg') no-repeat; }

		div#subheader div.banner {
			width: 250px;
			height: 250px;
			float: left;
			background: #333B3E; }

		div#subheader div.search {
			width: 250px;
			height: 250px;
			float: left;
			background: url('searchbg.gif') repeat-x; }


/* ********** [ NAVIGATION ] ********** */

div#headernav_wrap {
	margin: 0px auto;
	width: 1000px;
	height: 60px;
	background-color: #91AF01;
}

	div#headernav { }

		div#headernav ul {
			margin: 0px;
			padding: 0px;
			height: 60px;
			list-style-type: none;
			background: url('navbg.gif') repeat-x; }

			div#headernav ul li {
				margin: 0px; padding: 0px;
				float: left; }

			div#headernav ul li.div {
				height: 60px;
				width: 2px;
				background: url('navdiv.gif') no-repeat; }

				div#headernav ul li a {
					padding: 0px 20px;
					height: 60px;
					display: block;
					float: left;
					font: 10px/60px verdana;
					color: #ffffff;
					text-decoration: none;
					text-transform: uppercase; }

					div#headernav ul li a:hover {
						text-decoration: underline; }

div#usernav {
	margin: 0px auto;
	width: 1000px; }

	div#usernav ul {
		margin: 0px;
		padding: 0px 0px 0px 10px;
		height: 30px;
		list-style-type: none;
		background: #3F464E; }

		div#usernav ul li {
			margin: 0px; padding: 0px;
			float: left; }

		div#usernav ul li a {
			padding: 0px 8px;
			height: 30px;
			display: block;
			float: left;
			font: 10px/30px verdana;
			color: #F0F0F0;
			text-decoration: none; }

			div#usernav ul li a:hover {
				text-decoration: underline; }


/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1000px; }

	div#footer {
	padding: 10px 0px;
	color: #FFF;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
}

		div#footer a {
			font: 11px verdana;
			color: #FFF;
			text-decoration: none; }

		div#footer a:hover {
			text-decoration: underline; }


/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: #3F464E;
	border: 1px solid #1D1F23;
	border-width: 0px 1px 1px 1px; }

  	div#container { }


/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin: 0px;
	padding: 0px;
	width: 750px;
	float: left; }

  	#content { }

#sidebar_wrap {
	margin: 0px;
	padding: 0px;
	width: 220px;
	margin-left:10px;
	float: left; }

  	#sidebar { }


/* ********** [ MESSAGES ] ********** */

div#info_message {
	margin: 10px 10px 0px 10px;
	padding: 10px;
    font: 12px arial;
	color: #aa571b;
    background-color: #FFFFC0;
    border-top: 1px #d8b62d solid;
    border-bottom: 1px #d8b62d solid; }

	div#info_message a {
		font: 12px arial;
		color: #aa571b;
		text-decoration: none; }

	div#info_message a {
		text-decoration: underline; }

div#error_message {
	margin: 10px 10px 0px 10px;
	padding: 10px;
    font: 12px arial;
	color: #800000;
    background-color: #FFD7D7;
    border-top: 1px #9D290D solid;
    border-bottom: 1px #9D290D solid; }

	div#error_message a {
		font: 12px arial;
		color: #800000;
		text-decoration: none; }

	div#error_message a {
		text-decoration: underline; }
