
body { 
	font: 80% arial; 
	color: #ffffff; 
	margin: 0px; 
	}
p { 
	font: 80% arial; 
	padding: 5px;
	
	margin-top: 1px; 
	margin-bottom: 1px; 

	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	

h1{ 
	color: #ffffff;
	font: 75%;
	margin-top: 1px; 
	margin-bottom: 1px; 
		padding: 3px;
	}
h2{
color: #ffffff;
	font: 60%;
	margin-top: 1px; 
	margin-bottom: 1px; 
	padding: 3px;
	}
	h3{
color: #B7A5DF;
	background-color: #ffffff;
	font: 55%;
	margin-top: 1px; 
	margin-bottom: 1px; 
	padding: 3px;
	}
	
/* specific divs */

#container { 
	
	 width:750px;
	 margin-left:auto;
	 margin-right:auto;
		margin-top: 0px; 
	margin-bottom: 0px; 
	}
#header { 
	
	text-align: center; 
	font: 150% arial;
	color: #839132;
	}


#header a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #DAE1B7;
	}
#header a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #DAE1B7;
	}
#header a:hover, a:active { 
	text-decoration: none; 
	color: #FDC04D;
	}	
	
#topnav {  
	padding: 3px;
	font-weight: bold; 
	font-size: 80%;
	text-decoration: none; 
	background-color: #000;
	color: #CC0000; 
	text-align: center;
	}
	
#topnav a.hover {
		text-decoration: underline; 
	}
	
#topnav a:link, #topnav a:visited{  
	color: #CC0000; 
	}
	
#leftcolumn { 
	float: left;
	width: 230px;
	margin-top: 1px; 
	margin-bottom: 1px; 
	padding: 1px;
	}
	

		
#center {
	float: left;
	width:285px;
	background-color: #ffffff;
	margin-top: 1px; 
	margin-bottom: 1px;
	padding: 1px;
	}


	
#rightcolumn {
	clear:none;
	
	margin-top: 1px; 
	margin-bottom: 1px;
	padding: 1px;
	
	}
	

	#galleryframe {
	clear:none;
	
	margin-top: 1px; 
	margin-bottom: 1px;
	padding: 1px;
	
	}


#footer { 
	clear:both;
	text-align: center; 
	background-color: #D6DDB3;
	padding: 10px;
	color: #98A452;
	font-size: 80%;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

