/* CSS Document */

body {
 font-family: Helvitica, Arial, Verdana, sans-serif;
 font-size: 62.5%;
 color: #ffffff;
 background: #7B9390;
 margin: 0;
}

#divMain {
 color: #333333;
 background: #DBBF90;
 width: 790px;
 margin: 10px auto;
}

#top {
 height: 200px;
}

#top_l {
 color: #ffffff;
 background: #330000;
 width: 200px;
}

#top_r {
 color: #ffffff;
 background: #333333;
 border-left: 2px solid #9E9EAC;
}

#top img {
 vertical-align: bottom;
}
#top object {
 vertical-align: bottom;
 border-bottom: 1px solid #9E9EAC;
}

#center_l {
 color: #996600;
 background: #232321 url('/images/site_05.jpg') top no-repeat;
 width: 200px;
}

#center_r {
 border-left: 2px solid #9E9EAC;
}

#center_r{
 font-size: 1.3em;
 line-height: 1.35;
 padding: 15px;
}

#center_r h1 {
font-size: 1.7em;
 color: #000034;
}

#center_r h2 {
font-size: 1.35em;
 color: #333366;
 font-family: Palatino, Georgia, Times, serif;

 font-style: italic;
 
}


#menu_main {
 text-align: center;
}

#menu_main ul {
 list-style-type: none;
 padding: 10px 8px 10px 8px;
 margin: 0;
}
#menu_main li {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.3em;
 font-weight: bold;
 text-transform: uppercase;
 border-bottom: 1px solid #333333;
 padding: 4px 5px 4px 5px;
}
#menu_main li a:link, #menu_main li a:active,  #menu_main li a:visited {
 color: #CCCC99;
 background: inherit;
 text-decoration: none;
}
#menu_main li a:hover {
 color: #CC6600;
}

#contact {
 color: #666666;
 background: #232321;
 padding: 5px;
}

#footer_l {
 color: #333333;
 background: #5E5E4A;
 padding: 5px;
}

#footer_r {
 color: #333333;
 background: #5E5E4A;
 border-left: 2px solid #9E9EAC;
 padding: 5px;
}

#footer a:link, #footer a:active, #footer a:visited {
 color: #333333;
 background: inherit;
 text-decoration: none;
}
#footer a:hover {
 color: #cccccc;
 background: inherit;
}

#center_r a {
	 color: #000066;
	 text-decoration: none;
	 font-weight: bold;
}

#center_r a:hover {
	 color: #0000ff;
}

a img { border: 0; }

hr { clear: both; }
.clr { clear: both; }