@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(images/bgfade.png);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	height: 760px;
	width: 1024px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-color:#333333;
}
#header {
	height: 50px;
	width: 1024px;
	position: relative;
	margin-top: 15px;
	z-index: 1000;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	position: relative;
	height: 630px;
	width: 1024px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #484848;
	margin-top: 5px;
	background-image: url(images/content_bg.jpg);
	overflow:hidden;
}
#content a {
	color: #990000;
	text-decoration: none;
}
#content a:visited {
	color: #993300;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#content a:active {
	color: #760000;
}
#content p {
	color: #333333;
	margin: 15px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	text-align: left;
}
#content h1 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #4F4F4F;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	letter-spacing: 0.3em;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content img {
	
}
.button a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
}
.button a:visited {
	color: #333333;
}
#leftButton { color:#FFFFFF; width:400px; height:630px; position:absolute; top:0px; left:0px; z-index:200; }
#rightButton { color:#FFFFFF; width:400px; height:630px; position:absolute; top:0px; right:0px; z-index:200; }

#footer {
	height: 30px;
	width: 1024px;
	position: relative;
	background-color: #000000;
	margin-top: 5px;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	margin-top: 7px;
	text-align: center;
	line-height: 30px;
}
