* {
	padding: 0;
	margin: 0;
	font-family: Georgia, Times, serif;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 100%;
	min-height: 100%;
}

#wrapper {
	position: absolute;
	width: 854px;
	min-height: 555px;
	_height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -427px;
	margin-top: -280px;
	border: 1px solid #F46F21;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
}

#left {
	width: 600px;
	overflow: visible;
	float: left;
}

#logo {
	width: 600px;
	padding: 20px 0 0 0;
	height: 70px;
	float: left;
	background-image: url(../images/logo_stripe.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: right;
}

#content {
	width: 555px;
	float: left;
	padding: 25px 15px 15px 30px;
	overflow: visible;
}

#content h1 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #808284;
}

#content h2 {
	font-size: 0.8em;
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: normal;
}

#content h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: normal;
}

#content p {
	font-size: 0.75em;
	margin: 0 0 10px 0;
	color: #333333;
}

#content a {
	color: #F46F21;
	text-decoration: none;
}

#content a:hover {
	color: #808284;
	text-decoration: underline;
}

#content ul {
	margin: 0 0 15px 0;
}

#content li {
	font-size: 0.75em;
	margin: 0 0 0 35px;
	color: #808284;
}

#content p.warning {
	color: #CC0000;
}

#right {
	width: 254px;
	height: 518px;
	float: left;
}

#disclaimer {
	width: 834px;
	float: left;
	padding: 10px;
	overflow: visible;
	background-color: #F46F21;
}

#disclaimer p {
	color: #FFFFFF;
	font-size: 0.7em;
}

hr {
	color: #C0C0C0;
	background-color: #C0C0C0;
	height: 1px;
	border: 0;
	margin: 5px 0 15px 0;
}

#nav {
	width: 254px;
	height: 270px;
	float: left;
}

#bar {
	width: 239px;
	height: 23px;
	float: left;
	text-align: right;
	padding: 10px 15px 0 0;
}

#tag {
	width: 239px;
	height: 120px;
	float: left;
	text-align: right;
	padding: 30px 15px 0 0;
}

#sponsor {
	width: 239px;
	height: 7px;
	float: left;
	text-align: right;
	padding: 30px 15px 0 0;
}

.on {
	background-color: #FFFFFF;
}
