@charset "utf-8";
body {
	background-color: #000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

#Container{
	width: 900px;
	height: auto;
	margin: 0px auto 10px auto;
}
#Header{
	width: 900px;
	height: 240px;
	float: left;
}	

#BodyContent{
	width: 880px;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	background-image: url(media/body.png);
	background-repeat: no-repeat;
	float: left;
}
#AdBox{
	width: 468px;
	height: 180px;
	border: solid 1px #F0F0F0;
	padding: 3px;
	margin-bottom: 5px;
}
#AdBox:hover{
	width: 468px;
	height: 180px;
	border: solid 1px #CCC;
	padding: 3px;
	margin-bottom: 5px;
}
#Footer{
	width: 900px;
	height: 158px;
	background-image: url(media/footer.png);
	background-repeat: no-repeat;
	float: left;
}
#FooterLinks{
	width: 900px;
	height: auto;
	float: left;
	clear: right;
	color: #FFF;
	margin: 10px auto 10px auto;
	text-align: center;
}
#FooterSubText{
	width: 860px;
	height: auto;
	padding: 10px;
	float: left;
	color: #333;
	font-size: 0.9em;
}

#FooterLinks a:link, a:visited{
	color: #333;
	text-decoration: none;
}
#FooterLinks a:hover{
	color: #666;
	text-decoration: none;
}

#BodyText {
	width: 600px;
	height: auto;
	float: left;
	margin-top: 10px;
	line-height: 130%;
	font-size: 12px;
}

#BodyCol2{
	width: 270px;
	height: auto;
	float: right;
	margin-top: 10px;
	line-height: 130%;
	font-size: 12px;
}

h1{
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #000;
}
h2{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #000;
}
p{
	margin: 0px 0px 5px 0px;
	padding: 0 0;
}
ul{
	margin: o;
	padding: 0;	
}
li{
	margin: 0px 0px 0px 30px;
	padding: 0;
	line-height: 130%;
	color: #666;
}
.InsetLeft{
	width: 200px;
	height: auto;
	float: left;
	margin: 5px 10px 10px 0px;
}
.InsetRight{
	width: 200px;
	height: auto;
	float: right;
	margin: 5px 0px 10px 10px;
}
.Clear{
	width: auto;
	height: 0px;
	clear: both;
}

.glu{
	width: auto;
	height: auto;
	padding: 5px;
	
}

.gluRight{
	width: auto;
	height: auto;
	padding: 5px 0px 5px 5px;
	float: right;
	
}
