#topbox {	font-family: Century Gothic, arial, helvetica, sans-serif;
			font-weight:bold;
			font-size: 2.3em;			
			vertical-align: baseline;
		 color:white;
			text-align:center;
			background-image: url(sky2.jpg);
		  }
	
	
	#footbox {	font-family: Century Gothic, arial, helvetica, sans-serif;
				Position: relative;
	
			left: -250px;
			right: 0px;
			font-size: 0.8em;	
			vertical-align: baseline;
			text-align:center;
			clear: both;
		  }
		  
		h3 {	font-family: Century Gothic, arial, helvetica, sans-serif;
			font-weight: bold;
			vertical-align: baseline;
		 
		
		  }
		    
#search {
font-family: Century Gothic, arial, helvetica, sans-serif;
			font-weight:bold;
			text-align:right;

		}
		
		  
		h1 {font-family: Century Gothic, arial, helvetica, sans-serif;
			font-weight:bold;
			font-size: 1.5em;
		  
		  }
		  
		  h2 {font-family: Century Gothic, arial, helvetica, sans-serif;
			font-weight:bold;
			font-size: 1.2em;
		  
		  }
		  
		  
#left {
position: absolute;
width: 130px;
top: 100px;
left: 20px;
font-size: 0.9em;
/*border: 1px dashed black;*/
background-color: white;
padding: 10px;
z-index: 2;
}
#left2 {
position: absolute;
width: 130px;
top: 18px;
left: 20px;
font-size: 0.9em;
/*border: 1px dashed black;*/
background-color: white;
padding: 10px;
z-index: 2;
}


#right {
position: absolute;
width: 130px;
top: 120px;
left: 660px;
font-size: 0.9em;
border: 1px dashed black;
background-color: white;
padding: 10px;
z-index: 2;
}

#main {
position: absolute;
width 600px;
top: 110px;
left: 150px;
font-size: .7em;
font-family: Century Gothic, arial, helvetica, sans-serif;

text-align:justify;
/*border: 1px dashed black;*/
background-color: white;
padding: 10px;
z-index: 2;
}
a {
font-family: Century Gothic, arial, helvetica, sans-serif;
text-decoration: none;
}
a:link {
color: #8a89cf;
}
a:visited {
color: #8a89cf;
}

a:hover {
background-color: lightslategray;
}