body {
color: #FFFFFF;
 font: 1.5em Arial, "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
   font-size: 12px;
color: #333333;
}


A:link, A:visited, A:hover {
 font-size: 12px;
color: #333333;
  list-style-type: none;
  text-decoration: none;
}

A:hover {
 font-size: 12px;
color: #333333;
  list-style-type: none;
text-decoration: underline;
}

#wrapper {
	min-width: 800px;
	height: 100%;
	margin: 0 auto;
    overflow: hidden;
	z-index: 10;
	padding: 0;
}


#header { 
position:absolute;
width: 300px;
left: 20px;
top: 20px;
height: 10px;
font-size: 18px;
font-weight: normal;
}

#navigation { 

float: right;
margin: 18px 20px 0 300px;
}


#content {
margin: 50px 0 0 0;
top:45px;
text-align: center;
}

h4{
  font-size: 18px;
  font-weight: normal;
}


h3{
  font-size: 12px;
  font-weight: normal;
}


h2{
text-decoration: none;
 font-size: 12px;
}

img {
   border:0px;
}

