body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	background-image: url('images/bg3.jpg');
	background-repeat: repeat-y;
	background-color: #130A0D;
}
#left {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width: 577px;
	height:100%; /* works only if parent container is assigned a height value */
	color:#333;
	background-image: url('images/index-1copy.jpg');
	background-repeat: no-repeat;
}

#right {
	position:absolute;
	left:577px;
	top:0;
	padding:340px 0px 0px 0px;
	width:183px;
	height:100%; /* works only if parent container is assigned a height value */
	color:#333;
	background-image: url('images/index-2.jpg');
	background-repeat: no-repeat;
	background-color: #883616;
	text-align: center;
}
#right a:link, #right a:visited{
	color: #E5A755;
	text-decoration: none;	
	font-family: 'times new roman', times;
	font-size:11pt;
}
#right a:hover{
	color: #EFC58D;
}
#top{
	height:340px;
}
#about-nav{
	padding-top: 25px;
	float: right;
	margin: 0px;
	font-family: 'times new roman', times;
}
#about-nav li{
	list-style-type: none;
	border-bottom: 1px solid #F4A77B;
	padding: 3px 10px 3px 14px;
	font-weight: bold;
	font-style: italic;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}
#about-nav a:link, #about-nav a:visited{
	color: #FFF4E1;
	text-decoration: none;
}
#about-nav a:hover{
	color: #FFFFFF;
}
#main-nav{
	padding-right: 0px;
	padding-top: 48px;
	float: left;
}
#main-nav ul{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-family: 'times new roman', times;
	font-size:11pt;
}
#main-nav li{
	list-style-type: none;
	border-bottom: 1px solid #E5A755;
	font-weight: bold;
	width: 150px;
	padding: 2px 0px 4px 0px;
	height:20px;
	margin: 0px;
}
#main-nav li ul{
	list-style-type: none;
	width: 150px;
	padding: 2px 0px 0px 0px;
	height:17px;
	margin: 0px;
	border:none;
	font-size:8pt;
}
#main-nav li ul li{
	border:none;
}
#main-nav a:link, #main-nav a:visited{
	float: right;
}
#main-nav a:link, #main-nav a:visited, #content a:link, #content a:visited{
	color: #E5A755;
	text-decoration: none;
}
#content a img {
border-color:#E5A755
}
#content a:hover img {
	border-color:#F6D09D
}
#main-nav a:hover, #content a:hover{
	color: #F6D09D;
}	

#content{
	position: absolute;
	color: #E5D6C6;
	font-family: arial;
	font-size: 8pt;
	width: 370px;
	left: 185px;
}
#content p {
	padding:0 10px;
}
h1{
	color: #F7E2DF;
	margin: 0px;
	padding: 0px;
	font-family: 'times new roman', times;
	font-size:20pt;
	text-decoration: none;
	font-style: italic;
}
h2{

	font-weight: bold;
	font-size:10pt;
}
#form-label{
	width: 130px;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-right: 4px;
}
input, form select, form textarea {
	font-size:8pt;
	width: 160px;
	background-color: #E1D7CB;
}
table{
	color: #E5D6C6;
	font-size: 8pt;
}
#photocred{
	font-size: 8pt;
	font-family: arial;
}
#photocred a:link{
	font-size: 8pt;
	font-family: arial;
}