body{
  font-family:trebuchet, tahoma, verdana sans-serif;
  color: #262626;
  margin: 0 20px 20px 20px;
}

#main{
	text-align:left;
	width: 750px;
	
}

#main a{
	color: #33518C;
}

#header{
	position:relative;
	height: 20px;
	width: 190px;
	background: #565656;
	padding: 30px;
}
  
#header h1{
	color:white;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}

h1{
	color:black;
  font-weight: normal;
  font-size: 15px;

}
a{
	color:#cccccc;
}

#footernav{
	font-size: 11px;
	color: #BABABA;
	position: relative;
	top: 0px;
	width:100%;
	height:50px;
	background-color:#cccccc;
}
.footernavelement{
	float:left;
	padding:5px;
}

#footer a{
 color: #cccccc; 
}

#contentcontainer{
	background-color:#eeeeee;
	text-align:left;
	position: relative;
}

#content_header{
	padding-left:5px;
	padding-top:5px;
	background-color:#eeeeee;
	text-align:left;
	height:40px;
}

#content{
	width:490px;
	padding-top:35px;
	padding-left:5px;
	padding-right:5px;
	background-color:#ffffff;
	text-align:left;
}

.search{
  float: right;
  margin: 30px;
}

.bgimage{
  position: absolute;
  right: 0px;
  top: 1px;
}

