body { 
margin: 10px 0 0; 
background: #fff url(images/bg2.jpg) repeat-x; 
font: .74em "Trebuchet MS", Arial, Sans-Serif; 
color: #444; 
}	

h2 {
font-family: "Trebuchet MS", Arial;
font-weight:strong;
font-size:20px;
}				

img {
padding:5px;  
border:none;
}

#header {
width:998px;
height:140px;
margin: 0 auto;	
background:#ffffff;



}	  

#nav {
    width:998px;
    height:30px;
    background: url("images/nav-bg.jpg") repeat-x;
    margin:0 auto; padding:0; 
    overflow:hidden;   

}

#menu {	
padding:1px 5px 5px 5px;
	float:left;
	width: 780px;
	height:25px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
}

#menu ul li a {
    font: 16px "Trebuchet MS", Arial;
	font-weight:bold; 
	display: block;
	text-align: center;
	padding: 0px 5px 5px 5px;
	color: #ffffff;	
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.active {
	text-align: center;
	font: 16px "Trebuchet MS", Arial;
	font-weight:bold;
	background: #ffffff;
	text-decoration:none;
	color:#0066ff;
}			

   
#container {   
overflow:hidden;
margin:0 auto;
width:998px;
background:#ffffff;
}

#leftbody {	 
float:left;
padding:5px;
width:688px;
background:#ffffff;
}

#rightbody {  
float:right;
padding:5px;
width: 290px;
background:#ffffff;
}			

#footer {
background: url(images/footer.png);
width:997px;
height:45px;
margin: 0 auto;
}	  

#footer h2 { 
text-align:right;
font-size:14px;	  
padding-top:2px;
padding-right:5px;
color:#000000;
}	 

form
{	 
margin: 0  auto;
border: 1px solid #000000; 
background-color:#eeeeee;
width: 400px;
}

label {
width: 8em;
float: left;
text-align: right; 
font-weight:bold;
margin-right: 0.5em;
font-size:12px;
font-family:arial; 
} 

input.text {
width:150px;
background-color:#ffffff;
}	

.button {
    border: none;
    background: url('images/send.png') no-repeat top left;
    padding: 2px 8px;

form b{
font-size:11px;
font-weight:normal;
text-align:center;
padding: 0px 0px 0px 65px;
}  			

