body{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #dadada;
color: black;
background-image: url(../images/background.png);
}
a:link{
color: green;
text-decoration: none;
}
a:visited{
color: green;
text-decoration: none;
}
#container{
margin: auto;
margin-top:30px;
width:906px;
text-align:left;
background-color: white;
background-image:url(../images/backgroundmenu.png);
background-position: right;
background-repeat:repeat-y;
border: 5px solid #363535;
}
#header{
background-color: lime;
background-image: url(../images/header.png);
height:158px;
color:#68ff00;
font-weight:bold;
padding-left:3px;
}
#mainnav
	{
		background-color: black;
		background-image:url(../images/mainnav.png);
		background-repeat: repeat-x;
		height:48px;
		padding-left: 10px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 0px;
		padding: 0;
		list-style-type: none;
		
	}
	
	#mainnav li
	{
		float:left;
		display:inline;
		font-size:9pt;
		font-weight: bold; 
		font-family:Verdana;
		margin-top:9px;
		width:85px;
		height:30px;
		text-align:center;
	}
	
	#mainnav li a
	{
		display:block; width: 98%; height: 100%;
		color: black;
		text-decoration:none;
		background-image: url(../images/button.png); 
		background-repeat: no-repeat;
		padding-top:8px;
		margin-left:1px;
	}
	#mainnav li a:hover
	{	
		float:left;
		background-image: url(../images/buttonhover.png); 
		background-position: top;
		background-repeat: no-repeat;
		vertical-align:top;
	}
	#mainnav li a:visited {
		color:black; 
		text-decoration:none;
	}

#menu_area{
float:right;
width: 124px;
background-color:#dadada;
padding: 0 0 0 0px;
vertical-align:top;
}
#menu_area a ,b{
margin-left: 5px;
}
#menu_area_title{
background-image: url(../images/menu_area.png);
height:38px;
background-repeat: no-repeat;
padding-top: 3px;
padding-left:3px;
font-weight: bold;
font-size:12pt;
text-align:center;
}
#contents{
margin-right:124px;
padding-left: 5px;
padding-right:5px;
background-color: white;
}
#footer{
clear:both;
height:20px;
background-color:white;
text-align: center;
}
