body{ 
background-color:#fff;
font-size:16px; 
font-family: arial;
margin:0; 
padding:0; 
}

#header{ 
background-color:#EBE5D4;
height:200px;
background-image:url('images/header_back.jpg')
}
div#header img{
border: none
}





.menu {
height: 50px;
background-color:#369;
}
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/button_over.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 100px;
height: 17px;
margin: 0;
padding: 0;
}
.cssnav a
{
display: inline;
color: #F5F2E9;
font-size: 11px;
width: 100px;
height: 17px;
display: block;
float: left;
text-decoration: none;
}
.cssnav img
{
width: 100px;
height: 17px;
border: 0
}
* html a:hover
{
visibility:visible
}
.cssnav a:hover img
{
visibility:hidden
}
.cssnav a:hover
{
color: #a30f0f;
}
.cssnav span
{
position: absolute;
left: 10px;
top: 1px;
margin: 0px;
padding: 0px;
cursor: pointer;
}







#right{ 
float:right;
width:200px;
color:#a30f0f;
background-color:#EBE5D4; 
min-height:800px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:800px; /* for IE5.x and IE6 */
font-size: 12px;
background-image:url('images/right_back.jpg')
}
div#right lh{
font-weight:bold;
}

#center { 
margin-right:200px;
background-color:#F5F2E9; 
color:#a30f0f;
min-height:800px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:800px; /* for IE5.x and IE6 */
}
div#center img {
border-style: solid;
border-color: #D0CABB; 
border-width: 2px; 
}
div#center img:hover {
border-style: solid;
border-color: #a30f0f; 
border-width: 2px; 
}
div#center a:link {
font-weight: bold;
text-decoration: none;
color: #a30f0f;
}
div#center a:visited {
font-weight: bold;
text-decoration: none;
color: #a30f0f;
}
div#center a:hover {
font-weight: bold;
text-decoration: none;
color: #000;
}
div#center a:active {
font-weight: bold;
text-decoration: none;
color: #a30f0f;
}
div#center h3 {
font-weight: bold;
display: inline;
}



#footer { 
clear:both;
background-color:#EBE5D4;
height:100px;
background-image:url('images/footer_back.jpg')
}
div#footer a:link {
font-weight: bold;
text-decoration: none;
color: #a30f0f;
}
div#footer a:visited {
font-weight: bold;
text-decoration: none;
color: #a30f0f;
}
div#footer a:hover {
font-weight: bold;
text-decoration: none;
color: #000;
}
div#footer a:active {
font-weight: bold;
text-decoration: none;
color: #a30f0f;
}
