body{
	
	font-family: Times;
	background-color: black;
	}

h1.white{
	color: white;
	}

p.topmargin{
	margin-top:0;
	}

table.footer{
	border: 2px inset #557d5a;
	width: 967;
	height: 40;
	background: url(../images/site/menubalk.png);
	text-align: center;
	color: #FFFFFF;
	}

table.green{
	border: 2px inset #557d5a;
	width: 967;
	margin-top: 0;
	text-align: justify;
	background-color:#C7FFC6;
	}

table.white{
	border: 2px inset #7d5555;
	width: 967;
	margin-top: 0;
	text-align: justify;
	background-color: #FFFFFF;
	}

table.blue{
	border: 2px inset #55577d;
	width: 967;
	margin-top: 0;
	text-align: justify;
	background-color:#D7D8FF;
	}
	
table.construction{
	width: 967;
	height: 250;
	margin-top: 0;
	text-align: justify;
	background-color: #000000;
	}

#nav{
	}

#nav, #nav ul{
	padding: 0;
	margin: 2;
	list-style: none;
	
	}

#nav a{
	display: block;
	width: 82;
	height: 25;
	list-style: none;
	text-decoration: none;
	text-align: center;
	color: white;
	margin-top: -1;
	
	
	}

#nav li{
	float: left;
	padding: 0;
	width: 82;
	list-style: none;
	font-size: 100%;
	font-weight: bold;
	left: -999em;
	background:black;
	display: inline-block;
	
	}

#nav li ul{
	position: absolute;
	padding: 0;
	width: 82;
	list-style: none;
	left: -999em;
	font-size: 80%;
	display: inline-block;
	
	}

#nav li:hover ul{
	left: auto;
	text-align: center;	
	
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	text-align: center;
	
	
	}

#nav li:hover, #nav li.sfhover {
	background: #333333;
	background-repeat: repeat;
	
	}
	
	
div.img{
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	}	
	
div.img img{
  	display: inline;
  	margin: 3px;
  	border: 1px solid #0000ff;
	}
	
div.img a:hover img {
	border: 1px solid #0000ff;
	}
	
div.desc{	
  	text-align: center;
  	font-weight: normal;
	color: black;
  	width: 200px;
  	margin: 2px;
	}