body { 
background-color: #7c3601;
background-image: url(images/bg.png); 
margin: 0px;
}

body, td {
font-size: 14px;
font-family: trebuchet ms, arial;
color: #392625;
}

.content { 
margin-right: auto; 
margin-left: auto;
width:950px; 
height:auto; 
background-color: #ecedd6;
position:relative;
z-index: 1; 
margin-top: -1px;
}

.main  {
padding: 20px;
color: #392625;
font-size: 14px;
font-family: trebuchet ms, arial;
}

.nav { 
padding-bottom: 15px;
border-bottom: 2px solid #330000; 
}

a:link    { color: #392625; } 
a:visited { color: #392625; } 
a:hover   { color: #009900; } 

h1 { font-family: georgia, times new roman;  font-size: 26px; font-weight: normal; color: #4c2218; font-style: italic; }

h2 { font-size: 16px;  color: #4c2218; }

.head1 { font-size: 18px; font-weight: bold; }

.head2 { font-size: 16px; font-weight: bold; }

.sub1 { 
font-family: arial; 
font-size: 10px; 
font-weight: bold; 
}

.welcome { font-size: 26px;}

.subnav { 
font-family: arial; 
font-size: 10px; 
font-weight: bold; 
padding-bottom: 10px;
}

.subnav a:link    { text-decoration: none; }
.subnav a:visited { text-decoration: none; } 
.subnav a:hover   { text-decoration: none; } 


#quote { 
width: 220px; 
height: 220px; 
background-image: url(images/quoteback.png);
background-repeat: no-repeat;
color: #ecedd6; 
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

table.rates td {
background-color: #d3cdc7;
border: 1px solid #c1b7ad;
}

table.footer td {
background-color: #392625;
color: #ecedd6;
padding: 10px
}



