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

body {
	margin: 10px 0px 0px 0px; padding: 0px;
	cursor: default;
	background-color: #DFC3C2;
	background-image: url('page_bg.gif');
	background-repeat: repeat-x; }

div.clear {
	clear: both; }



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

div#page_wrap { }

	div#page {
		background: }



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

div#header_wrap {
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	width: 800px;
	background: #9E0404; }

	div#header {
		margin: 0px auto;
		width: 790px;
		height: 100px;
		background-color: #ffffff;
		background-image: url("header_bg.gif"); }

		div#header h1 {
			margin: 0px;
			padding: 0px 0px 0px 30px;
			float: left;
			font: 24px/100px Trebuchet MS, tahoma;
			font-weight: bold;
			color: #433A3B; }

			div#header h1 span { }


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

div#headernav_wrap {
	height: 32px; }

	div#headernav {
		margin: 0px auto;
		padding: 0px 10px;
		width: 780px; }

		div#headernav ul {
			margin: 0px;
			padding: 0px;
			height: 32px;
			list-style-type: none; }

			div#headernav ul li {
			    margin-right: 1px;
			    border: 2px solid #ffffff;
			    border-width: 2px 2px 0px 2px;
			    height: 30px;
 				float: left; }

				div#headernav ul li a {
					padding: 0px 12px 0px 12px;
					height: 30px;
 					float: left;
				    display: block;
				    font: 13px/30px arial, sans-serif;
					color: #484b4f;
				    font-weight: bold;
				    background: #e5e5e5;
				    text-decoration: none; }

					div#headernav ul li a:hover {
						background: #eed9d7; }


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

div#footer_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 30px;
	background: #9E0404; }

	div#footer {
		margin: 0px auto;
		padding: 0px;
		width: 790px;
  		background: #C77D7D;
		font: 11px/25px verdana;
		color: #ffffff;
		text-align: center; }

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

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


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

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: #9E0404; }

  	div#container {
		margin: 0px auto;
		padding: 0px;
		width: 790px;
  		background-color: #ffffff;
  		background-image: url("content_bg.gif");
  		background-repeat: repeat-y; }


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

div#sidebar_wrap {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: right; }

  	div#sidebar { }


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

#content_wrap {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 640px; }

  	#content { }


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