@charset "UTF-8";
body {
	background-color: #000000;
	text-align: center;
}
#about {
	text-align: center;
	background-color: #000000;
}
#wrapper #footer p {
	font-size: 10px;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 950px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
#navbar {
	width: 950px;
}
#topper {
	width: 950px;
	background-image: url(images/topper.jpg);
	height: 50px;
}
#leftarea {
	width: 395px;
	float: left;
	text-align: right;
	background-color: #000000;
	height: 410px;
}
#wrapper #leftarea img {
	margin: 3px;
}
#rightarea {
	width: 555px;
	float: right;
	background-color: #000000;
	background-image: url(images/bg3.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	height: 410px;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#footer {
	clear: both;
	width: 950px;
	background-color: #000000;
	height: 40px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e187ae;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: bolder;
	font-style: italic;
	margin-right: 30px;
}
a:hover {
	color: #e187ae;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
