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




body {
	margin: 0px; padding: 0px;
	cursor: default;
	background: #ffffff; }




div.clear {
	clear: both; }












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




div#page_wrap { }




	div#page { }












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




div#header_wrap {
	height: 96px;
	background: url("header_bg1.gif") repeat-x }




	div#header {
		margin: 0px auto;
		width: 790px; height: 96px;
  		background: url('logo.gif') no-repeat; }




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








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




div#headernav_wrap {
	height: 60px;
	position: relative; 
}




	div#headernav {
margin: 0px auto;
		padding: 0px 10px;
		width: 770px;
		background: url("mainmenu_bg.gif") repeat-x; }




		div#headernav ul {
			margin: 0px auto;
			padding: 0px;
			width: 790px;
			height: 30px;
			list-style-type: none; }




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




			div#headernav ul li.div {
				margin: 0px;
				padding: 0px;
				height: 30px;
				width: 2px;
				float: left;
				background: url("mainmenu_div.gif") no-repeat; }




			div#headernav ul li a {
				padding: 0px 10px;
				height: 30px;
				display: block;
				float: left;
				font: 13px/30px arial;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none; }




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




	div#usernav {
margin: 0px auto;
		padding: 0px 10px;
		width: 770px;
		background: url("usermenu_bg.gif") repeat-x; }




		div#usernav ul {
			margin: 0px auto;
			padding: 0px 5px;
			width: 780px;
			height: 30px;
			list-style-type: none; }




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




			div#usernav ul li.div {
				margin: 0px;
				padding: 0px;
				height: 30px;
				width: 2px;
				float: left;
				background: url("usermenu_div.gif") no-repeat; }




			div#usernav ul li a {
				margin: 0px;
				padding: 0px 5px;
				height: 30px;
				display: block;
				float: left;
				font: 11px/30px verdana;
				color: #000000;
				text-decoration: none; }




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








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




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




	div#footer {
		height: 30px;
		font: 11px/30px verdana;
		color: #484b4f;
		text-align: center; }




		div#footer a {
			font: 11px/30px verdana;
			color: #484b4f;
			text-decoration: none; }




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








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




div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 790px; 
border: 0px solid #; }




  	div#container {
  		background: #ffffff; }








/* ********** [ SIDEBAR ] ********** */




div#sidebar_wrap {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 140px;
	float: left;
	background: #000001; }




  	div#sideb
		padding: 0px;ar { }








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




#content_wrap {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 640px;
	background-image: url("content_bg_top.gif");
	background-repeat: no-repeat;
	background-color: #f2f2f2; }




  	#content {
  		padding: 0px 0px 10px 0px;
		background-image: url("content_bg_bottom.gif");
		background-repeat: no-repeat;
		background-position: bottom; }








/* ********** [ 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#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;
}