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

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

div.clear {
	clear: both; }



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

div#page_wrap {
	background: url('head_bg.gif') repeat-x; }

	div#page { }



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

div#header_wrap {
	margin: 0px auto;
	width: 800px;
	height: 160px; }

	div#header {
  		position: relative; }

		div#header h1 {
			margin: 20px 0px 0px 10px;
			padding: 0px;
			width: 200px;
			height: 100px;
			float: left;
			background: url('logo.gif') no-repeat; }

			div#header h1 a {
				width: 195px;
				height: 100px;
				display: block; }

				div#header h1 a span {
					display: none; }

		div#header div.blurb {
			margin: 25px 0px 0px 0px;
			width: 330px;
			float: right;
			font: 11px verdana, arial;
			color: #808080;
			text-align: justify; }

			div#header div.blurb b {
				font-weight: normal; }

			div#header div.blurb a {
				font: 11px verdana, arial;
				color: #606060;
				text-decoration: none; }

				div#header div.blurb a:hover {
					text-decoration: underline; }


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

div#headernav_wrap {
	margin: 0px auto;
	width: 800px;
	background: url('headnav_border.gif') no-repeat 0px 100%; }

	div#headernav {
		padding: 0px 0px 6px 10px; }

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

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

				div#headernav ul li a {
					height: 30px;
					display: block;
					float: left;
					font: 12px/30px arial;
					color: #ffffff;
					text-decoration: none;
					background: #FA6C6A url('headnav_item1.gif') repeat-x; }

					div#headernav ul li a:hover {
						background: #B7010E url('headnav_item1.gif') repeat-x 0px -30px; }

				div#headernav ul li a span {
					padding: 0px 10px;
					display: block;
					background: url('headnav_item2.gif') no-repeat 100% 0px; }

					div#headernav ul li a:hover span {
						background: url('headnav_item2.gif') no-repeat 100% -30px; }


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

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

	div#footer {
		padding: 10px 0px 0px 0px;
		font: 11px verdana, arial;
		color: #363636;
		border-top: 1px solid #e4e4e4;
		text-align: center; }

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

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


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

div#container_wrap {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 800px; }

  	div#container {
  		width: 800px; }


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

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

  	div#sidebar {
  		width: 140px; }


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

#content_wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	border-left: 1px solid #e4e4e4;
	width: 650px; }

  	#content {
		padding: 0px 0px 0px 8px;
		width: 640px; }


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

div.tips {
	margin: 0px 0px 10px 0px;
	font: 11px/16px verdana, arial;
	color: #363636;
	text-align: justify; }

	div.tips a {
		font: 12px arial;
		color: #1066af;
		text-decoration: none; }

	div.tips a:hover {
		text-decoration: underline; }

div#info_message {
	margin: 10px 0px;
	padding: 18px 10px 0px 62px;
	height: 44px;
    font: 11px tahoma, arial;
	color: #4775C5;
    background: url('message_info.gif') no-repeat; }

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

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

div#error_message {
	margin: 10px 0px;
	padding: 18px 10px 0px 62px;
	height: 44px;
    font: 11px tahoma, arial;
	color: #E63636;
    background: url('message_error.gif') no-repeat; }

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

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

pre {
	white-space: pre-wrap;		/* CSS 2.1 */
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	word-wrap: break-word;		/* IE 5.5+ */
}