#container { 
position: relative; /* required by NN */ 
width: 800px; 
border: 0px dashed #000; 
background: #fff; 
margin:0 auto; 
padding: 0px; 
} 
/* the workaround */ 
/* moz 1.4 requires something in the content field */ 
#container:after{ 
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;} 

.centerfloat {

float: none; 
width: 800px;
vertical-align: middle;
font-family: Verdana;
font-size: 11px;
color: #28332F; 
background: #fff;
border: 1px solid #28332F;

}

.topfloat {

float: none; 
width: 800px;
height: 48px;
font-family: Verdana;
font-size: 10px;
color: #28332F;  
background: #fff;

}

.leftfloat { 
float: left; 
width: 160px; 
background: #fff;
padding: 0px;
clear: both;
}

.left_menu {
float: left; 
width: 150px; 
background: #fff;
padding: 5px;
font-family: Verdana;
font-size: 11px;
color: #28332F;
clear: both;
border: 1px solid #28332F;
}

.rightfloat { 
float: right; 
width: 610px;
background: #fff;
padding: 10px;
font-family: Verdana;
font-size: 11px;
color: #28332F;
border: 1px solid #28332F; 
} 

.copyright { 
float: right; 
width: 630px;
background: #fff;
padding: 7px;
font-family: Verdana;
font-size: 11px;
text-align: center;
color: #28332F;
border: 0px solid #28332F; 
}

.thetext {
clear: both;
}

a {font-family: Verdana; font-size: 11px; font-weight: normal; color: #28332F; line-height: 130%;}
a:hover {font-family: Verdana; font-size: 11px; font-weight: normal; color: #28332F; background-color: #A8C4AE; line-height: 130%;}
H1 {font-family: Verdana; font-size: 16px; font-weight: bold; color: #28332F; text-align: center;}
H2 {font-family: Verdana; font-size: 12px; font-weight: bold; color: #28332F; text-align: left;}

a.Nav {
font-family:Verdana; 
font-size:10px; 
color: #28332F; 
font-weight:normal;
line-height: 200%; 
}

a:hover.Nav {
font-family:Verdana; 
font-size:10px; 
color: #28332F; 
font-weight:normal;
line-height: 200%; 
background-color: #A8C4AE;
}
