/* basic elements */
body { 
	font: 14px georgia, "serif"; 
	color: #000; 
	background-image: url(images/background.gif); 
	margin: 0px; 
	}
p { 
	font: 14px georgia, "serif"; 
	margin: 0em 5% 0.5em 0%;
	text-align: left;
	line-height: 1.5em;
	color: #625A46;
	}
	
h1 { 
	margin: 0em 0% 0.5em 0%;
	font: 16pt georgia, "serif";  
	color: #4E3F18;
	line-height: 1.5em;
	}

h2 { 
	margin: 0em 0% 0.5em 0%;
	font: 18pt georgia, "serif";  
	color: #05E9F7;
	line-height: 1.2em;
	text-align: center;

	}	
h3 {
	margin: 1em 0% 0.5em 0%; 
	font: italic 12pt georgia; 
	letter-spacing: 1px;  
	color: #fbd;
	}
h4 { 
	font: italic 11pt georgia;
	text-align: center; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #fff;
	}
		
a:link { 
	text-decoration: none; 
	color: #873311;
	}
a:visited { 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #CA6137;
	}
	
li	{font: 14px georgia, "serif"; 
	margin: 0em 5% 0.5em 0%;
	text-align: left;
	line-height: 1.5em;
	color: #625A46;
	}

/* specific divs */

#content {position: relative;
	top: 10px;
	left: 30px;
	width: 700px;
	height: 2500px;
	}
	
#contentlong {position: relative;
	top: 10px;
	left: 30px;
	width: 700px;
	height: 16000px;
	}

#index_content {position: relative;
	top: 16px;
	left: 20px;
	width: 400px;
	}

#gal_content {position: relative;
	top: 10px;
	left: 30px;
	width: 700px;
	height: 4000px;
	}

#med_content {position: relative;
	top: 10px;
	left: 30px;
	width: 700px;
	height: 2000px;
	}

#index_image {position: absolute;
	float: right;
	top: 0px;
	left: 400px;
	height: 220px;
	}

#footer {
	position: relative;
	padding-bottom: 20px;
	clear: both;}
	
#footer p {font: 9pt georgia;
	text-align: center;
	line-height: 1.5em;
	color: #625A46;
	}
	
#logo {position: relative;
	top: 20px;
	left: 20px;
	}

#quicklinks {position: relative;
	top: 0px;
	left: 60px;
	width: 700px;
	}

#wrapper {width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #F1EBDC;
	border-left: solid 1px #873311;
	border-right: solid 1px #873311;
	border-bottom: solid 1px #873311;
	}

IMG.right {
	float: right;
	margin: 20px;
	}
	
IMG.left {
	float: left;
	margin: 0px;
	}

p.caption { 
	font: italic 12px georgia, "serif"; 
	margin-top: 5px; 
	text-align: right;
	line-height: 1em;
	color: #625A46;
	}

