* 
{
	margin:0;
	padding: 0;
}

body 
{
	background: #C0C0C0;
	font-family: sans-serif;
	font-size: 16px;
}

div#header 
{
	height: 120px;
	background: #708090;
}

div#header h1 
{
  color: white;
  font-size: 32px;
  font-family: serif;
  text-align: center;
  /*border-bottom: 1px solid #ffffff;*/
  /*padding-right: 20px;*/
  padding: 20px;
  background: #708090;
  background-repeat: no-repeat;
  background-position: 2% 50%;
}

div#header h1 span 
{
	font-size: 120%;
	letter-spacing: -5px;
}

div#wrapper 
{
  width: 100%;
  float: left;
}

div#content 
{
   margin: 0 25%;
   background: #FFFFFF;
}

div#navigation 
{
  background: white;
  width: 25%;
  height: 300px;
  float: left;
  margin-left: -100%;
}

div#news 
{
  background: white;
  width: 25%;
  height: 300px;
  float: left;
  margin-left: -25%;
}

div#footer 
{
  background: #708090;
  width: 100%;
  clear: left;
	border-top: 1px solid #eeeeee;
	color: white;
	text-align: center  
}

div.inner 
{
  padding: 20px;
}

h2 
{
	padding: 14px;
	font-size: 22px;
	margin-bottom: 10px;
	color: white;
	background: #708090;
	font-family: serif;
}

div#navigation ul 
{
  	margin-left: 15px;
	list-style-type: none;
	font-family: Georgia, Helvetica, serif;
	font-size: 20px;
}

#navigation a:link, .navlist a:visited
{
	color: #708090;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:visited
{
   color: #808080;
   text-decoration: none;
   font-weight: bold;
}

#navigation a:hover {
	color: BLUE;
	text-decoration: underline;
}


div#footer a 
{
  color: white;
}


div.img
  {
  margin:2px;
  border:1px solid #000000;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #FF0000;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

dt
{
  font-size: 16px;
}

dd
{
  font-size:16px;
}