/* CSS Document */
body {
	background-color: #330000;
	color: #ffcc99;
	font-family: Georgia, "Times New Roman", Times, serif;
		}
		
#banner	{
	background:#330000 url(images/rvbanner.jpg) top center no-repeat;
	clear:both;
	}
#hdr {
	color:cc6600;
	background-color: transparent;
    text-align:center;
    font-family:Tahoma,Verdana,Sans-Serif;
    font-size:1em;
    font-weight:lighter;
	text-transform: none;
	}
	
.hdr {
    color:cc6600;
    text-align:center;
    font-family:Tahoma,Verdana,Sans-Serif;
    font-size:1em;
    font-weight:lighter;
	}

#txt {
	background:transparent;
    color:#ffcc99;
    font-family:Georgia, "Times New Roman", Times, sans-serif;
	font-size:1em;
    line-height:1.6em;
    font-weight:lighter;
    text-align:left;
	}
	
#txt img {
    padding:7px;
	border:3px;
	border-style:double;
	border-color:#660000;
	}
		
#sidebar {
    background-color:transparent;
    color:#ffcc99;
    font-family: Geneva,helvetica,trebuchet,Sans-Serif;
    font-weight:lighter;
    font-size:1em;
    text-align:center;
	overflow:hidden;
    }
	
#sidebar ul {
    line-height:1.5em;
    font-weight:normal;
    list-style-type:none;
    list-style-position:outside;
	padding:15px 20px 15px;
    }
#sidebar img	{
	width:  75px; 
	height: 100px;
	border-style:none; 
	align: center;	
	}
#ads	{
    background-color:transparent;
    color:#ffcc99;
    font-family: Geneva,helvetica,trebuchet,Sans-Serif;
    font-weight:lighter;
    font-size:1em;
    text-align:center;
	overflow:hidden;
    }
#ads img	{
	width:  75px; 
	height: 100px;
	border-style:none; 
	align: center;	
	}
#ads2	{
    background-color:transparent;
    color:#ffcc99;
    font-family: Geneva,helvetica,trebuchet,Sans-Serif;
    font-weight:lighter;
    font-size:1em;
    text-align:center;
	overflow:hidden;
    }
#ads2 img	{
	width:100px;
	height:400px;
	border-style:none;
	align:center;
	}		
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.7em;
    text-align:center;
    text-transform:uppercase underline;
    color:#ffcc99;
    font-weight:bold;
    border-style:none;
	margin-bottom:0.5em;
    } 

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.3em;
    text-align:left;
    text-transform:uppercase;
    color:#ffcc99;
    font-weight:bold;
    border-style:none;
	margin-bottom:0.5em;
    }
	
ul {
    line-height:2em;
    font-weight:bold;
    list-style-type:square;
    list-style-position:outside;
    }

ol {
	background-color:#660000;
	border:1px solid #cc6600;
 	font-family: Geneva,helvetica,trebuchet,Sans-Serif;    
	font-weight:bold;
	font-size:0.9em;
	text-align:justify;
	line-height:1.5em;
    list-style-type:decimal;
    list-style-position:inside;
	padding:5px 15px;   
    }

a:link {
    color:#cc6600;
    text-decoration:underline;
    font-size:1em;
   }

a:visited {
    color:#cc6600;
    text-decoration:underline line-through;
    font-size:normal;
   }
a:hover {
    color:#cc6600;
    text-decoration:none;
    font-weight:normal;
   }
	
.blockquote {
	margin:1.5em;
    padding:10px;
    border-style: double;
    border-color:#660000; 
    font: 0.7em verdana;
}

.quote {
	font-family: Tahoma,Verdana,Sans-Serif;
    font-style:none;
    font-weight:lighter;
    font-size:0.9em;
    text-align:center;
    color:#cc6600;
  }

.center {
	text-align:center;
	}
	  	
#ftr {
	margin: 0 200px 0; 
	padding: 0;
	clear: both; 
	text-align: center;
	}
	
	
/* set margins, padding, and inline-level content alignment */
body, div	{ margin: 0; padding: 2% 7% ;	}
#banner		{ margin:10px; padding: 100px 70px ; }
#sidebar    { margin: 0 ; padding: 10px;	}
#ads		{ margin: 0; padding: 10px;	}
#ftr		{ margin: 0 200px 0; padding: 0;   }

/* set widths and float sidebar & ads div content boxes */
#ads			{
	float:right;
	width:150px;
	}
#sidebar		{ 
	float: left;  
	width: 150px; 
	}
/* note: if you change the widths above also change the margins in the rule below */

/* set side txt margins 5px greater than nav & ads widths */
#txt		{ margin-left: 160px; margin-right:160px	} 

/* ensure footer stays at the bottom */

#ftr		{clear: both; text-align: center;}

/* stretch image to represent content - for clarity only */
 
 	
	

