


body {     
    font-family: arial, helvetica, sans-serif;     
    font-size: 0.8em; 
	margin: 0;
	padding: 0;    
	background: #663333 url(images/homebg.jpg) no-repeat top center;
} 

h1 {     
    font-size: 2em; 

} 

h2 {     
    font-size: 1.5em;     
    background-color: #ccc;     
    margin: 1em;     
    padding: 3em;
    border-style: dashed;      
    border-width: 3px;     
    border-left-width: 10px;    
    border-right-width: 10px;
    border-color: red; 
} 



strong {     
    font-style: italic;     
    text-transform: uppercase; 

}

p {     
    font: 1.1em/1.1 "Times New Roman", times, serif;     
    padding: .2em.2em;          
       

} 

#container {
margin: 0 auto;
width: 1000px;
	
}

#lwrapper {
	float: left;	
	width: 430px;
}

#rwrapper {
	float: left;
	width: 475px;
        
}

#contentcolumn {
margin-top: 50px;	

}
#topc {

	padding-right: 0px;	
	height: 400px; 
	background: transparent url(images/cdcover400.jpg) no-repeat bottom center;
	padding-left: 300px;
	border-width: 1px;
	border-color: #FFCC66;
	border-style: dotted;
}

#middlec {
margin-top: 10px;
text-align: right;
border-width: 1px;
border-color: #FFCC66;
border-style: dotted;	
height: 100px; 
	
	padding-right: 210px;
}

#lowerc {

margin-top: 10px;
text-align: left;
border-width: 1px;
border-color: #FFCC66;
border-style: dotted;	
height: 110px; 
	background: transparent url(images/downtotheriver150.jpg) no-repeat top left;	
padding-left: 160px;
}
#menu {
        width: 200px;
	margin-top: 342px;
	margin-left: 110px;
}
ul li {
	line-height: 11pt;
	font-size: 12pt;
	list-style: none;
	padding: 0 10px;
	       
}
		
a:link, a:visited {
	
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	color: #990000;
	font-weight: bold;
}
		
a:hover {
	color: #FF2828;
}
