﻿@charset "utf-8";
body {
	background: #000000;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: "Bookman Old Style";
}
#container {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
#contentWrapper {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/Content_BG.png');
	background-repeat: no-repeat;
}
#header {
	width: 996px;
	height: 107px;
	background-image: url('../images/header.png');
}
#social {
	width: 130px;
	height: 28px;
	margin-left: 845px;
	padding-top: 4px;
}

#navWrapper {
	width: 996px;
	height: 30px;
	margin-bottom: 15px;
}
#nav {
	width: 607px;
	height: 30px;
	margin-left: 66px;
	float: left;
	font-size: 16pt;
}
#audio {
	width: 250px;
	height: 30px;
	margin-left: 70px;
	float: left;
}

#content {
	width: 996px;
}
#contentFrame {
	width: 900px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#contact {
	width: 980px;
	height: 40px;
	margin-top: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footerWrapper {
	width: 980px;
	height: 80px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#footerLeft {
	width: 490px;
	height: 80px;
	float: left;
}

#footerRight {
	width: 490px;
	height: 80px;
	float: left;
	text-align: right;
}
#footerLeft1 {
	width: 490px;
	height: 44px;
}
#footerLeft2 {
	width: 490px;
	height: 20px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
}
#footerRight1 {
	width: 490px;
	height: 44px;
	text-align: right;
}
#footerRight2 {
	width: 490px;
	height: 20px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11pt;
	text-align: right;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFD936;
	text-decoration: none;
}

.auto-style1 {
	border-width: 0;
}
