
/* basic elements */
body { 
	font-family: verdana,arial, sans-serif; color:#000060;
	font-size: 12px;
	}

a:visited { 
	text-decoration: underline;
	color: #406060
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ff0000;
	background: #fafafa
	}
.center {text-align: center}
.right {text-align: right}

/* specific divs */
#header { 
	padding: 0px 0px 0px 330px;
	background: #ffffff url(../graphics/gorge_crown_point.jpg) no-repeat bottom left;
	font-weight: bold;
	COLOR: #000080; 
  text-align: center;    
	}
	
#container {
	padding: 0px 0px 0px 0px;
	background: #fafafa url(../graphics/nav_bkgnd4.jpg) repeat-y;
}

#navigation ul {
	  margin: 5px 5px 10px 7px;
	  width: 15%;
	  float: left;
    font-size: 8pt;
    padding: 0px 5px 0px 0px;
	}
#navigation li {
    padding-top: 15px;
    font-style: italic;
	}
#navigation li a:hover {
	  background: #efffef;
}
	
	
#main {
	  float: right;
	  padding: 0px 5px 10px 15px;
	  width: 78%;	
}

#ad1 {
    float: left;
    max-width: 50%;
    padding: 10px 10px 0px 10px;
}
#ad2 {
    float: right;	
    max-width: 45%;
    padding: 5px 20px 5px 10px;
}
#ad3 {
    clear: both;
    padding: 5px 40px 5px 10px;	
}

#subfooter { 
	  text-align: right;
	  clear: both;
	  margin-right: 35px;
}
#footer { 
	  text-align: center;
	  clear: both;
	  background: #ffffff url(../graphics/ttd_3.jpg) no-repeat bottom; 
}
#footer a:link, #footer a:visited { 
	  margin-right: 2px; 
	  margin-left: 2px;
	  color: #ffffff;
}
#footer a:hover {
	  color: #ff0000;
}