body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #333;
	margin: 0px;
}
.wrapper {
	width: 833px;
	margin: 0px auto;
}
#header {
	background: #161209;
	height: 161px;
	position: relative;
}
	#header h1 {
		margin: 0px;
	}
		#header h1 a {
			background: url('../img/header-logo.gif');
			display: inline-block;
			float: left;
			width: 141px;
			height: 26px;
			margin: 69px 0px 0px 21px;
			outline: none;
		}
			#header h1 a span {
				display: none;
			}
	#header .right {
		background: url('../img/header-cursor.gif') top left no-repeat;
		float: right;
		margin: 53px 23px 0px 0px;
		padding: 10px 0px 0px 55px;
	}
		#header .right p {
			font-size: 1.8em;
			color: #fff;
			text-align: right;
			margin: 0px;
		}
		#header .right p.small {
			font-size: 1.4em;
		}
	#header ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		bottom: 0px;
		left: 22px;
	}
		#header ul li {
			display: inline-block;
                       float: left;
                       margin: 0px 3px 0px 0px;
		}
			#header ul li a {
				font-size: 1.5em;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				background: url('../img/header-tab.gif') top left;
				display: inline-block;
				height: 29px;
				padding: 0px 0px 0px 20px;
				outline: none;
			}
				#header ul li a span {
					line-height: 29px;
					background: url('../img/header-tab.gif') top right;
					display: inline-block;
					height: 29px;
					padding: 0px 20px 0px 0px;
				}
			#header ul li a.active, #header ul li a:hover {
				background-position: bottom left;
			}
				#header ul li a.active span, #header ul li a:hover span {
					background-position: bottom right;
				}
#subnav {
	background: url('../img/subnav-bg.gif');
	height: 46px;
}
#main {
	background: #fff;
	padding: 20px 0px;
	height: auto;
}
	#main .wrapper {
		overflow: hidden;
	}
	#main .left {
		float: left;
		width: 380px;
		margin: 0px 0px 0px 20px;
			font-size: 1.2em;
			line-height: 1.5em;
	}
		#main .left p {

		}
	#main .right {
		float: right;
		width: 375px;
		min-height: 350px;
		margin: 0px 20px 0px 0px;
	}

	#main h1 { font-size: 1.5em; }
	#main h2 { border-bottom: 1px solid #dadada; font-size: 1.4em; }


.display { float: left; width: 200px; }
.info { float: right; width: 150px; font-size: 12px; }
.info h3 { font-size: 1.4em; }
.info h4 { font-size: 1.6em; color: #00CC00; margin: 0 0 0 0px;  }
.break { clear: both; }


#footer {
	background: #161209;
	overflow: hidden;
	padding: 20px 0px;
}
	#footer .column {
		float: left;
		width: 20%;
		margin: 0px 0px 0px 20px;
		color: #fff;
	}
		#footer .column h2 {
			font-size: 1.8em;
			color: #ffd450;
			margin: 0px 0px 15px 0px;
		}
		#footer .column p {
			font-size: 1.2em;
			line-height: 1.4em;
			color: #ddd;
			margin: 0px;
		}
		#footer .column ul {
			font-size: 1.2em;
			line-height: 1.4em;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			#footer .column ul a {
				color: #ddd;
				text-decoration: none;
			}
			#footer .column ul a:hover {
				text-decoration: underline;
			}
	#footer .wide {
		width: 30%;
	}


