/* CSS Document */
body { 
    margin: 0;
	background: #212528;
	font-family: tahoma;
	font-size: 12px;
	letter-spacing: 0;
	color: #72a5c3;  
}
a { 
   color:#fff; 
   text-decoration: underline; 
} 
a:hover { 
   text-decoration: none; 
} 
img#rapidstatscounter { 
	display: none; 
} 
	
h1 {
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 32px 0 32px 0;
   letter-spacing: 1px; 
} 
h2 { 
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin: 1px 33px 0 33px;
 
} 
h3 {
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 32px 0 32px 0;
   border-top: 1px solid #2b2f32;
   padding-top: 28px; 
   letter-spacing: 1px; 
} 
h4 {
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   letter-spacing: 1px;
   margin: 32px 0 32px 0; 
} 
p {
   margin: 0 0 13px 0;
   line-height: 1.5em; 
} 
#container { 
   width: 830px; 
   margin: auto; 
} 
#top_header {
    background:url(images/top_header.gif); 
	height: 100px; 
} 
#logo { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 38px; 
	color: #fff;
	background:url(images/logo.gif) 0 85% no-repeat;
	padding: 30px 0 0 50px; 
	margin-left: 33px; 
} 
.logo_right { 
    color: #72a5c3; 
	font-size: 12px; 
    font-family: tahoma; 
} 
#main_header { 
    background:url(images/main_header.gif); 
	height: 239px; 
} 
#nav { 
    background:url(images/navigation.gif); 
	height: 42px;
	font-size: 13px; 
	color: #383b3e;
	text-align: center; 
	padding: 24px 0 0 0;
	word-spacing: 40px; 
} 
#nav a {
    color: #fff; 
	text-decoration: none
}
#left_main { 
 	 width: 474px;
	 height: 497px; 
	 float: left;
	 padding: 0 31px 0 48px;  
} 
#right_main { 
    background:url(images/right_main.gif); 
	width: 243px;
	height: 497px; 
	float: left;
	padding: 0 0 0 34px; 
} 
#footer { 
	background:url(images/footer.gif); 
	height: 69px;
	clear: both;
	padding: 48px 0 0 48px; 
} 
#footer a { 
	color: #72a5c3;
	text-decoration: none; 
} 
#footer a:hover{
    text-decoration: underline; 
} 

/* form stuff */ 
#contact_form {
	color: #fff;  
} 
#contact_form input, textarea { 
	width: 300px;
	height: 20px; 
	padding: 1px;
	background: #000;
	border: 1px solid #000;
	font-family: tahoma; 
	font-size: 12px; 
	color: #72a5c3
}
#contact_form textarea { 
	height: 100px; 
	overflow: auto; 
}
.butttons_width input { 
	width: 50px; 
}   



