@charset "UTF-8";
/* CSS Document */

#header {
	position:static;
	margin:auto;
	width:1024px;
	height:auto;
	color: #FFF;
  }


#header ul li {
	width:1024px;
	display:inline;
	font-size:150%;
	color: #ffF;
  }
  
a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 150%;
  }

body{
	background:#000;
		
}
  
#main {
	position:static;
	top:320px;
	margin:auto;
	width:1024px;
	border-style:groove;
	border-color:#00F;
	height:auto;
	text-align: center;
	font-size:125%;
	color:#ffF;
	background-color:#000;
 }
 #warning {
	position:static;
	top:325px;
	margin:auto;
	width:1000px;
	border-style:groove;
	border-color:#C00;
	height:auto;
	text-align: center;
	font-size:110%;
	color:#C00;
	background-color:#000;
 }
 #updates {
	position:static;
	top:504px;
	margin:auto;
	width:1024px;
	border-style:groove;
	border-color:#00F;
	height:auto;
	text-align: justify;
	color:#FFF;
	background-color:#000;
	overflow:auto;
 }


div.img
{
  margin: 3px;
  border: 2px solid #00F;
  height: 475px;
  width: 331px;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 2px solid #00F;
}
div.img a:hover img {border: 2px solid #00F;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 330px;
  margin: auto;
}

#links {
	position:static;
	top:504px;
	margin:auto;
	width:1024px;
	border:4px;
	border-style:groove;
	border-color:#00F;
	height:auto;
	text-align: center;
	color:#FFF;
	background-color:#000;
	overflow:auto;
 }
 
links.img
{
	margin: 2px;
	border: 3px solid #00F;
	height: 450px;
	width: 1016px;
	float: left;
	text-align: center;
}	
links.img img
{
	display: inline;
	margin: 1px;
	text-align: center;
	border: 1px solid #00F;
}
links.img a:hover img {border: 1px solid #00F;}
links.desc
{
  text-align: center;
  font-weight: normal;
  width: 1008px;
  margin: auto;
}
#links .links.img .links.desc p {
	font-weight: bold;
}
#main p strong {
	color: #F00;
}
