@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
body {
	background-color: #000000;
	background-repeat: repeat;
}
#wrapper  #body  #left {
	float: left;
	text-align: center;
	width: 500px;
	position: static;
}
#wrapper  #body  #footer {
	clear: both;
	text-align: center;
}
#wrapper  #body  #right {
	width: 260px;
	float: right;
	background-color: #000000;
	border: thin solid #333333;
}
#wrapper {
	background-color: #000000;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: medium double #330033;
}
#wrapper #banner {
	height: 200px;
	width: 775px;
	background-color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	background-color: #000000;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin: 10px;
}
#right3 {
	float: right;
	width: 260px;
	background-color: #000000;
	border: thin solid #333333;
}
.right3 {
	float: right;
	width: 263px;
}
.right4 {
	float: right;
	width: 263px;
}
#right2 {
	width: 260px;
	float: right;
	border: thin solid #333333;
}
.clearfloat {
	clear: both;
}

