@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
}
#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner {
	position: relative;
}
#MenuBar {
	position: absolute;
	top: 70px;
	right: 0px;
	left: 287px;
	bottom: 0px;
	z-index: 1;
}
#main {
	background-repeat: no-repeat;
	position: relative;
	height: 1320px;
	width: 968px;
}
#main p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}
#main h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#main h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
#footer {
	background-color:#000;
	position: relative;
	height: 50px;
	width: 968px;
	float: left;
	margin-top: 30px;
}
#footer_text {
	background-color: #000000;
	width: 568px;
	line-height: 0.5;
	padding: 12px;
	position: absolute;
	right: 364px;
	bottom: -13px;
}
#footer_text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#footer_text p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}