body, html { margin: 0; padding: 0; }
img  { border: none; }
body {

 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;
	background: #fff url('../images/site/bg.gif') repeat-x center 1px;

 }
 
 p, h1 { margin: 0; padding: 0; }
 
 div#body { background: transparent url('../images/site/background.jpg') no-repeat center 1px; margin: 0 auto auto; min-height: 400px; !important }
 

 
 div#content { width: 580px; margin: 2px auto auto; background: transparent url('../images/site/content_top.jpg') no-repeat center 1px; padding: 23px 0 0 0; }
 
 
 div#left_col { width: 310px; float: left;   }
 
 div#right_col { width: 270px; float: right; background: #ebebeb url('../images/site/l_d.jpg') no-repeat center bottom;  }
 div#nav a.active { font-weight: bold;  color: #363876;}
 div#nav a { text-decoration: none; color: #4d4d4d; font-size: 11px; }
  div#nav a:hover { color: #363876;}
 
 h1 { color: #363876; font-size: 15px; }
 blockquote { font-weight: bold; font-size: 12px; margin: 10px 0 10px 15px; }
 p { margin: 0 0 15px 0; }
 
 .col { padding: 0 18px; }
 
 div#footer { width: 580px; margin: 25px auto auto; background-color: #363636; font-size: 11px; color: #ccc; line-height: 13px; }
  div#footer a { color: #ccc; text-decoration: none; }
  
  
  ul, li { margin: 0; padding: 0; list-style-type: none; list-style: none; }
   div#left_col ul { margin-bottom: 18px; margin-top: -12px; }
     div#right_col ul { margin-bottom: 18px; }
 div#left_col  li { padding: 4px 0 4px 16px; border-bottom: 1px solid #e7e8ee; background: transparent url('../images/site/bullet.jpg') no-repeat 4px 12px; }
  div#right_col   li { padding: 4px 0 4px 16px; border-bottom: 1px solid #ccc; background: transparent url('../images/site/bullet.jpg') no-repeat 4px 12px;  }
  
  
  
#contact-area {
	width: 270px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #161856;
}

#contact-area input.submit-button {
	width: 105px;
	float: right;
	padding: 2px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 195px;
	padding-top: 5px;
}
