body {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px auto;
	background:url(images/background_tile.jpg)
	}
	
#navcontainer {
	position:relative; 
	width:871px; 
	height:233px; 
	border:0px;
	margin:0px auto;
	background:url(images/header_about.png) 

}

#nav {
	position:relative; 
	width:790px; 
	height:78px;  
	border:0px;
	top:151px;
	left:65px;
	
}
	
#gallerycontainer {
	 width:871px; 
	height:467px; 
	border:0px;
	margin:0px auto;
	background:url(images/container_bkg_reviews.png);
}

#content-container{ 
	width:640px; 
	height:275px;
	text-align:left;
	line-height:17px;
	float:left;
	margin-left:108px;
	margin-bottom:5px;
	border:0px;
	margin-top:0px;
	overflow: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#3d1668;
	font-weight:bold;
}
	
#line{ 
	width:660px; 
	margin:0px auto;
	border:0px;
	float:left;
	margin-top:10px;
	margin-left:100px;

	}
	
#column1{ 
	width:130px; 
	text-align:center;
	line-height:13px;
	margin-left:130px;
	float:left;
	vertical-align:top;
	border:0px;
	
	}
	
#column2{ 
	width:130px; 
	text-align:center;
	line-height:13px;
	float:left;
	vertical-align:top;
	border:0px;
	
	}
#column3{ 
	width:130px; 
	text-align:center;
	line-height:13px;
	float:left;
	vertical-align:top;
	border:0px;
	
	}

#footer {
	width: 871px;
	height: 30px;
	margin:0px auto;
}

#footertext {
	height: 30px;
	width:871px;
	text-align:center;
	margin:0px auto;
	vertical-align:top;
}

#content-container a{
	border: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#3d1668;
	text-decoration:none;
	margin-left:0px;
	vertical-align:top;

}

#content-container a:link{
	color:#3d1668;
}

#content-container a:active{
	color:#97680c;
}

#content-container a:hover{
	color:#97680c;
}

#content-container a:visited{
	color:#97680c;
}


#footertext a{
	border: none;
	font-family:"Times New Roman", Times, serif;
	color:#996633;
	text-decoration:none;
	margin-left:20px;
	text-align:center;
	vertical-align:top;

}

#footertext a:link{
	color:#996633;
}

#footertext a:active{
	color:#d4bbbf;
}

#footertext a:hover{
	color:#d4bbbf;
}

#footertext a:visited{
	color:#d4bbbf;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color:#996633;
	font-weight:normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	margin-top:5px;	
	color:#97680c;

}

/*CUSTOM SCROLLBAR*/
.scrollbar-vert{
	background-image:url(images/scroll_bar.png);
	height: 275px;
	margin: 0px 0 0 12px;
	width: 8px;
	float:left;
	border:#996633;
	border:thin;
}

.handle-vert{
	height: 40px;
	width: 8px;
	background-image:url(images/scroll_handle.png);
}
/*END CUSTOM SCROLLBAR*/