html {
	background-color: #000;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: 50% -38px;
}

body {
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	font-family:  Arial, Helvetica, sans-serif; line-height: 125%;
	min-height: 575px;
	height: 575px;
	margin:  auto;
	max-width: 1000px;
	width: 900px;
}




a {
	color: #fff;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
	color:  #0092ff;
	
}

a img {
	border: none;
}





br.clear {
	clear: both; 
}




h1 {
	clear: both; 
	font-size: 16px; 
	margin-bottom: 2px;
	color:  #fcff00;
}


h2 {
	font-size: 12px; 
	margin-bottom: 15px;
	color: #0092ff;
}		



}


img {
	border-left: 2px solid #123 !important;
	border-right: 2px solid #123 !important;
}


li {
	clear: both;
	height: 40px;
}





p {
text-indent: 25px;
}





#header ul li a {
	font-variant: small-caps;
}


div.colcenter li img{margin: 5px;}


div.colcenter ul {list-style:none;}


#header {
	font-variant: small-caps;
	border-bottom: 3px solid #678;
	height: 50px;
	text-align: center;	
	font-family: Times New Roman, Times, serif;
	width: 525px;
}

#content {
	text-align: left;
	width: 700px;
}


					
}

#footer {
	clear:both;
	text-align: center;
	white-space: nowrap;	
}

