*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: url(../images/bg.png);
	line-height: 22px;
	font-family: "Times New Roman";
}
div.body {
	background: url(../images/body_bg.png) top left repeat-x;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	overflow: hidden;
}
h1 {
	display: none;
	visibility: hidden;
}
.logo {
	background: url(../images/logo.png) center center no-repeat;
	width: 310px;
	height: 165px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	display: none;
	visibility: hidden;
}
#main {
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 155px;
	overflow: hidden;
}
#top_nav {
	width: 950px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#top_nav li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
#top_nav a:link, #top_nav a:visited {
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}
#top_nav a:hover, #top_nav a.current {
	color: #ffc000;
	text-decoration: none;
}
#slides {
	background: #000000;
	width: 878px;
	height: 190px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#slides li {
	display: inline;
	width: 290px;
	height: 190px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#slides img {
	border: 0px;
}
#center {
	width: 878px;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#center ul {
	padding-left: 16px;
	list-style-position: outside;
}
hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none 0;
	border-bottom: 1px dashed #ffffff;
}
#left {
	background: url(../images/left_bg.png) top left no-repeat;
	width: 274px;
	padding: 15px;
	float: left;
	color: #fdd55b;
	font-weight: normal;
	text-align: left;
}
#left h3 {
	padding-bottom: 15px;
	color: #e8e4d9;
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: bold;
	line-height: 12px;
}
.name {
	width: 100%;
	display: block;
	color: #ffffff;
	text-align: right;
}
#right {
	background: #000000;
	width: 538px;
	padding: 15px;
	float: right;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
#right h3 {
	padding-bottom: 15px;
	color: #fecb31;
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: bold;
	line-height: 12px;
}
#right a:link, #right a:visited {
	color: #ffffff;
	font-family: "Times New Roman";
	font-weight: bold;
	text-decoration: underline;
}
#right a:hover {
	color: #ffc000;
	text-decoration: underline;
}
#vid {
	background: #000000;
	display: block;
	padding: 20px;
	color: #ffffff;
	text-align: left;
}
#vid h3 {
	padding-bottom: 15px;
	margin-top: -5px;
	color: #fecb31;
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: bold;
	line-height: 12px;
}
#vid a, #vid a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#vid a:hover {
	color: #ffc000;
	text-decoration: underline;
}
dt { 
	float: left;
	width: 120px;
	clear: left;
	display: block; 
	padding: 0 0 10px 0;
}
dd {
	display: block; 
	height: 22px;
	padding: 0 0 10px 0;
	line-height: 22px;
}
label {
	display: block; 
	text-align: right;
	padding: 0 10px 0 0;
}
input[type="submit"] {
	height: 28px;
	padding: 0 10px;
	line-height: 24px;
}
#footer {
	background: url(../images/footer_bg.png) top left repeat-x;
	width: 100%;
	height: 155px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer_nav {
	width: 900px;
	height: 20px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	list-style: none;
}
#footer_nav li {
	display: inline;
	padding-left: 14px;
	padding-right: 14px;
}
#footer_nav a:link, #footer_nav a:visited {
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
}
#footer_nav a:hover, #footer_nav a.current {
	color: #ffc000;
	text-decoration: none;
}
.copyright {
	display: block;
	margin-top: 17px;
	color: #363636;
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: normal;
}
.amped {
	display: block;
	margin-top: 5px;
	color: #363636;
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: normal;
}
.amped a {
	color: #363636;
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}