@charset "utf-8";
/* CSS Document */
 
body {
	background-color:#151515;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
	font-weight:normal;
}
H1
   {
	color:white;
	font-family:"Century Gothic";
	font-size:16px;
	font-weight: bold;
   }
H2
   {
	color:white;
	font-family:"Century Gothic";
	font-size:24px;
	font-weight: bold;
   }
H3
   {
	color:white;
	font-family:"Century Gothic";
	font-size:36px;
	font-weight: bold;
   }

img {
	border: 3px;
	border-color:#000;
}

#wrapper {
width: 1030px;
padding: 5px;
margin: 0px auto 0px auto;
height:auto;
text-align: left;
}
#header {
	padding: 0px, 0px, 5px, 0px;
	width: auto;
	height:auto;
	text-align:center;
	text-indent:10px;
}
#container {
	padding: 5px;
	margin: 0px 0px 0px 0px;
	background-position: 0px 0px;
	height: auto;
	width: auto;
}
#left {
	margin: 0px;
	width: 120px;
	padding: 10px 20px 10px 20px;
	float: left;
}
#center {
	height: auto;
	width: auto;
	padding: 0px 10px 10px 10px;
	float:none;
	margin: 0px 0px 0px 0px;
}
#right {
	padding: 0px 5px 0px 0px;
	height: auto;
	width: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}
#right2 {
	padding: 0px 5px 0px 0px;
	height: auto;
	width: 500px;
	float: right;
	margin: 0px 0px 0px 0px;
}
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

.floatright { 
	float: right;
	margin: 10px 10px 10px 10px;
}
.floatleft { 
	float: left;
	margin: 10px 10px 10px 10px;
}

#footer {
margin: 3px 0px 0px 0px;
text-align: center;
padding: 15px 0px 15px 0px;
}
#footer p {
color: #999;
margin: 0px auto 0px auto;
padding: 0px;
}
#footer a:link{
color: #ccc;
text-decoration:underline;
}
#footer a:visited{
color: #ADE7F7;
text-decoration:underline;
}
#footer a:hover {
color: #fff;
text-decoration:underline;
}

a:link{
	color: #ccc;
	text-decoration:underline;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
a:visited{
	color: #ADE7F7;
	text-decoration:underline;
}

</STYLE>