@charset "utf-8";
/* CSS Document */


body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #0F0F0F;
}
h1, h2, h3, p, ul, li {
	margin:0px;
	padding:0px;
}
#wrapper {
	height: 1566px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 170px;
	padding-top: 15px;
}
#content, #footer {
	float: left;
	width: 925px;
	margin-left: 15px;
}
#footer {
	padding-top: 25px;
	padding-bottom: 60px;
}
#left {
	background-color: #090909;
	float: left;
	width: 718px;
	padding: 15px;
}
#right {
	float: right;
	width: 160px;
}
p {
	padding-bottom:15px;
}
h1 {
	display:none;
}
h2 {
	font-size: 20px;
	color: #954AA0;
	padding-bottom: 15px;
	padding-top: 10px;
}
.photo {
	float: left;
	padding-bottom: 5px;
}
.banner {
	margin-left: -29px;
	position: absolute;
	margin-top: 15px;
}
.banner_text {
	background-color: #954AA0;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	text-transform: uppercase;
}
.banner_corner {
	background-image: url(images/banner-corner.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 14px;
	width: 30px;
}
.photo img {
	background-color: #FFFFFF;
	border: 3px solid #0F0F0F;
}
.clear {
	clear: both;
}
a:link, a:visited, a:hover, a:active {
	color: #954AA0;
}
ul {
}
li {
	padding-bottom: 4px;
	list-style-type: none;
}
li a:link, li a:visited, li a:active {
	color: #CCCCCC;
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
	color: #954AA0;
}
