/* Basic Styles */
html {
	background: #fbf5db url(images/mainbk.gif) repeat-x;
	padding: 0;
	}

body {
	margin: 0px auto;
	font: 9pt/11pt Georgia, Times, serif;
	width: 650px;
	position: left;
	padding: 0;
	}

a img {
	border: 0;
	}

a {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

/* Main Navigation Menu */

#nav {
	margin: 0;
	padding: 4px 0 20px 0;
	color: #999999;
	}


#nav a {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #a6533d;
	font: 12px Georgia, Times, serif;
	text-decoration: none;
	}

#nav a:link {
	color: #a6533d;
	}

#nav  a:visited {
	color: #a6533d;
	}

#nav  a:hover {
	color: #000000;
	}

	
	
/* Site Specific Styles */
#main {
	clear: left;
	position: relative;
	padding-top: 20px;
	}
	
#bottom {
	clear: left;
	position: relative;
	padding-top: 20px;
	}
	
	
#leftcolumn {
	position: relative;
	float: left;
	width: 400px;
	padding: 0 10px 0 0;
	margin-top: 20px;
	}
	
#rightcolumn {
	position: relative;
	float: left;
	width: 211px;
	padding: 0 0 0 18px;
	margin: 20px 0 0 0;
	border-left: 1px solid #ded29b;
	}
	
#fdbkpage1 {
	position: relative;
	float: left;
	margin-top: 20px;
	}
	
#fdbkpage2 {
	position: relative;
	float: left
	padding: 0 0 0 18px;
	margin: 20px 0 0 0;
	}
	
#feedbackform {
	clear: left;
	position: relative;
	padding-top: 20px;
	}

.sectiontitle {
	clear: left;
	position: relative;
	padding-top: 20px;
	}
	
.gallerycolumn {
	position: relative;
	float: left;
	width: 162px;
	}
	
#gallery {
	clear: left;
	padding-top: 20px;
	width: 650px;
	}
	
h1 {
	color: #bf4531;
	font: 16px Georgia, Palatino, Times, serif;
	}
		
h2 {
	color: #bf4531;
	font: 16px Georgia, Palatino, Times, serif;
	}
	
h3 {
	color: #bf4531;
	font: 16px Georgia, Palatino, Times, serif;
	}
	
h4 {
	color: #bf4531;
	font: 16px Georgia, Palatino, Times, serif;
	}
	
h5 {
	color: #bf4531;
	font: 14px Georgia, Palatino, Times, serif;
	}
	
.emphasis {
	color: #b9925a;
	font: 24px Georgia, Palatino, Times, serif;
	}
	
.pixbuffer {
	margin-right: 34px;
	}

#copyright {
	font: 9px Arial, Helvetica, sans-serif;
	color: #976f55;
	margin: 0 auto;
	text-align: center;
	}
	
#copyright a {
	color: #976f55;
	}

#copyright a hover {
	color: #976f55;
	text-decoration: none;
	}