/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 70% arial;
	text-align:center;
	background-image: url(images/bg-sitewrapper.gif);
	background-position: center;
}
p{margin:0 10px 0px}
a{display:inline;color:#999999;padding:0;text-decoration:underline}

#header {
width: 950px;
height: 163px;
background-image: url(images/header.gif);
background-position: center center;
background-repeat: no-repeat;
}

div#container{
width:950px;
margin:0 auto;
}
div#content{
	float:right;
	width:750px;
	margin: 0px;
	padding: 0px;
}
div#contentbox{ text-align:left; width:100%; line-height:1.7; height:160px;}
div#contentbox a { border:none;}
div#contentboxLEFT{float:left; width:25%;}
div#contentboxMID{float:left; width:45%; padding:5px;}
div#contentboxRIGHT{float:left; width:25%; padding:5px;}

div#content p{line-height:1.4;}
div#extra{
	float:left;
	clear:left;
	width:180px;
	height: 400px;
}
div#extra #news{
	float:left;
	clear:left;
	width:180px;
	height: 45px;
}


div#footer{
background: #000;
color: #FFF;
clear:both;
width:100%;
font-family:verdana;
}
div#footer p{margin:0;padding:5px 10px}
div#navigation{float:left;width:200px; padding-top:10px;}
.headerimg {
	border: none;
	background-position: left;
	float: left;
	padding-right: 10px;
}

#homeh1 h1 {
border-bottom:1px solid #666666;
color:#666666;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:20px;
font-weight:normal;
margin-bottom:20px;
padding-bottom:5px;
position:relative;
margin-top:20px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	width: 200px;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	padding: 0px 0 0 24px;
	background-image:url(images/5.gif);
	background-repeat:no-repeat;
	}
	
#menu li a:hover {
	color: #FF0000;
	display: block;
	padding: 0px 0 0 24px;
	background-image:url(images/2.gif);
	background-repeat:no-repeat;
	}

