@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #000;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 819px;
	background: url(images/body-bg-large.jpg) top left;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	overflow: hidden;
}
#main-column {
	padding: 0 25px;
}
#left-column {
	float: left;
	display: inline;
	width: 519px;
}
#right-column {
	float: right;
	display: inline;
	width: 226px;
	margin-top: 204px;
}
img {
	border: none;
}
img.border {
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
	border: 1px solid #FF6500;
}
.logo-top {
	margin: 5px 0 0 0;
}
.title {
	margin-bottom: 5px;
}
.content-area-left {
	margin-bottom: 20px;
	width: 459px;
	padding: 20px 30px;
	border: 1px solid #000;
	background: url(images/content-area-bg-tile.png) top left;
	/*background: #000;*/
}
.content-area-right {
	margin-bottom: 20px;
	width: 196px;
	padding: 20px 15px;
	border: 1px solid #000;
	background: url(images/content-area-bg-tile.png) top left;
	/*background: #000;*/
}
ul, ol {
	margin: 10px 0 10px 20px;
}
#left-column ul li, #left-column ol li {
	margin-bottom: 3px;
}
#right-column ul li, #right-column ol li {
	margin-bottom: 3px;
	font-size: 12px;
}
img.logo {
	margin-right: 8px;
	margin-bottom: 13px;
	border: 1px solid #FF6500;
	background: #ffffff;
	padding: 2px;
}
p {
	line-height: 16px;
	margin-bottom: 10px;
}
p.small {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Trajan Pro", Arial, sans;
	font-size: 20px;
	color: #FFB23E;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
}
h3 {
	text-align: center;
	color: #FF6500;
	margin-bottom: 10px;
	font-weight: bold;
}
#right-column table {
	font-size: 11px;
	margin-bottom: 10px;
}
#right-column td {
	padding: 3px 0 3px 5px;
}
a:link {
	color: #FF6500;
	text-decoration: none;
}
a:active, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 0;
	background: url(images/content-area-bg-tile.png) top left;
	text-align: center;
}
#footer p {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 0;
}

