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

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

div.clear {
	clear: both; }

div.break {
	height: 2px;
	background: url('line_break.gif') repeat-x; }

div.vbreak {
	width: 2px;
	background: url('line_break_vertical.gif') repeat-y; }


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

div#page_wrap { }

	div#page { }



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

div#header_wrap {
	margin: 20px auto 0px auto;
	width: 760px;
	background: url('page_common_bg1.gif') repeat-y; }

	div#header {
		background: #f8f6f3 url('page_header_bg.gif') no-repeat;
		margin: 0px auto;
		width: 760px; }

		div#header h1 {
			margin: 0px;
			padding: 0px 0px 0px 70px;
			float: left;
			width: 230px;
			height: 80px;
			font: 18px/80px Trebuchet MS, tahoma;
			font-weight: bold;
			color: #E03500;
  			background: url('logo.gif') no-repeat 20px 50%; }

			div#header h1 span {
				display: none; }

div.homepage_header_wrap {
	margin: 0px auto 5px auto;
	width: 760px;
	background: url('page_common_bg1.gif') repeat-y; }

	div.homepage_header {
		margin: 0px auto;
		width: 747px;
		height: 222px;
		background: url('bg_header.jpg') no-repeat; }


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

div#headernav {
	margin: 30px 20px 0px 0px;;
	float: right; }

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

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

			div#headernav ul li.active a {
				margin-left: 15px;
				width: 84px;
				height: 32px;
				display: block;
				float: left;
				font: 12px/32px arial;
				color: #ffffff;
				text-align: center;
				text-decoration: none;
				background: url('1_m1.gif') no-repeat; }

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

			div#headernav ul li a {
				margin-left: 15px;
				height: 32px;
				display: block;
				float: left;
				font: 12px/32px arial;
				color: #745e50;
				text-align: center;
				text-decoration: none; }

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


div#usernav {
	background: url('page_common_bg1.gif') repeat-y; }

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

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

			div#usernav ul li a {
				margin-left: 15px;
				height: 32px;
				display: block;
				float: left;
				font: 12px/32px arial;
				color: #745e50;
				text-align: center;
				text-decoration: none; }

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


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

div#footer_wrap {
	margin: 0px auto;
	width: 760px;
	height: 20px;
	background: #f8f6f3 url('page_common_bg2.gif') repeat-y; }

	div#footer {
		background: url('page_footer_bg.gif') no-repeat 0px 100%;
		height: 20px; }


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

div#subfooter_wrap {
	margin: 0px auto;
	width: 760px; }

	div#subfooter {
		height: 30px;
		font: 12px/30px arial;
		color: #857266;
		text-align: center; }

		div#subfooter a {
			font: 12px/30px arial;
			color: #857266;
			text-decoration: none; }

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


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

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	background: #f8f6f3 url('page_common_bg2.gif') repeat-y; }

  	div#container {
		margin: 0px auto;
		width: 760px; }


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

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

  	div#sidebar { }


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

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

  	#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; }
