body {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('../images/site_bg.jpg') #C6E2F1 center repeat-y;
	}   

h1 {
	font-size: 12pt;
	text-align: center;
	margin: 20px 0px;
	}

img {
	border: none;
	}

.desc {
  font-size: 8pt;
  padding: 0px 20px 20px 20px; 
  }

#header {
	background: url('../images/header_bg.jpg') repeat-x;
	height: 257px;
	margin: 0px auto;
	}

#wrap {
	width: 960px; 
	margin: 0px auto;
	}

/* TOP menu ##########################################################################*/

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 0px ;
	background: black url('../images/blockdefault.gif') center center repeat-x;
	}

.solidblockmenu li{
	display: inline;
	}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	}

.solidblockmenu li a:visited{
	color: white;
	}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url('../images/blockactive.gif') center center repeat-x;
	}

#footer {
	color: #ffffff;
	background: #000000;
	font-size: 8pt;
	}

#footer a {
  color: #ffffff;
  text-decoration: underline;
  }
  
#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
  }

#footer a.current{
  color: #ffffff;
  text-decoration: none;
  }

#footer ul {
  margin: 0px;
  padding: 3px;
  list-style: none;
  } 
  
#footer li {
  margin: 0px;
  padding: 3px;
  display: inline;
  text-align: center;
  }  

table {
  width: 90%;
  margin: 0px auto;
  font-size: 0px;
  }
  
td {
  width: 50%;
  text-align: center;
  }
  
div.biglink {
  font-size: 24pt;
  font-family: Arial;
  margin: 20px 0px; 
  }
  
 div.biglink a,
 div.biglink a:visited,
 div.biglink a:hover
 { 
  color:#4565C8;
  }

#feed {
  width: 770px;
  margin: 0px auto;
  }

#feed ul {
  margin: 0px;
  padding: 0px;
  }
  
#feed li {
  list-style: none;
  font-size: 8pt;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 150px;
  height: 170px;
  text-align: center;
  float: left;
  }

#feed li img {
	border: 1px solid #000000;
	}

#feed li:hover img {
	border: 1px dotted #000000;
	}
	
div.clearpix {
	clear: both;
}

