#container_outer {		/*used to keep the length of the page the same so the vertical scroll bar will be present in all pages.  This will prevent a shift to the left when switching between pages that fit vertically and pages that don't.*/
	width: 726px;
	height: 910px;
	background-color: #CAA66F;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 720px;
	border: 3px solid #EAD9A5;
	background-color: #CAA66F;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#leftside {
	width: 506px;
	float: left;
	margin-bottom: 15px;
}
#rightside {
	width: 214px;
	float: right;
}
#header {
	margin-bottom: 15px;
}
#content_inner {/*this holds the center gradient color*/
	width: 486px;
	height: auto;
	background: #EAD9A5;
	overflow: auto;
}
#content_middle {/*This holds the upper gradient graphic*/
	width: 486px;
	height: auto;
	background-image:url(images/content_bckgrnd1.gif);
	background-repeat:repeat-x;
	background-position: left top;
	overflow: auto;
}
#content_outer {/*This holds the lower gradient graphic*/
	width: 486px;
	height: auto;
	background-image:url(images/content_bckgrnd2.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	overflow: auto;
}
#content_text {
	width: 466px;
	height: auto;
	min-height: 328px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#content_images {
	width: 360px;
	height: 324px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding-bottom: 5px;
	padding-left: 13px;
}
#nav {
	margin-top: -10px;
	margin-left: -5px;
}
#footerimage {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
#footerinfo {
	margin-top: -15px;
}
body {
	background-color: #CAA66F;
}
body.samples {
	background-color: #000000;
}
h1 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #6B4226;
	text-decoration: underline;
}
h5 {
	font-family: sans-serif;
}
p b {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B4226;
}
p {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	font-weight: normal;
	color: #6B4226;
	text-align: justify;
}
ul {	
	list-style-type: none;
}
li {
	line-height: 130%;
	font-family: sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none; 
	color:#000000
}
a:visited {
	text-decoration: none; 
	color:#000000;
	outline: none
}
a:active {
	background: #EAD9A5; 
	text-decoration: none; 
	color:#000000;
	outline: none
}
a:hover {
	background: #EAD9A5; 
	text-decoration: none; 
	color:#000000
}
a.style1 {
	color:#6B4226;
}
a.style4 {
	font-family: sans-serif;
	font-size: 10px;
	color: #EAD9A5
}
.style2 {
	font-family: sans-serif;
	font-size: 14px;
	color: #6B4226;
	font-weight: bold;
}
.style3 {
	font-family: sans-serif;
	font-size: 14px;
	color: #6B4226
}
.style4 {
	text-align: center;
	font-family: sans-serif;
	font-size: 10px;
	color: #EAD9A5
}
img.displayed {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
img{
	border:none;
}
ul#gallery, ul#gallery li{
	margin:0;
	padding:0;
	list-style:none;
}
ul#gallery{
	width:360px;
	height:324px;
	position:relative;
	background:#EAD9A5 url(images/gallery_front.gif) no-repeat;
}			
ul#gallery li{
	float:left;
	display:inline;
	margin-top:270px;
}								
ul#gallery a span{
	display:none;
}
ul#gallery a:hover{
	background:none;
	z-index:100;
}	
ul#gallery a:hover span{
	position:absolute;
	width:360px;
	height:270px;
	float:left;
	top:0;
	left:0;
	display:block;
}.style5 {

	font-family: sans-serif;
	font-size: 12px;
	color: #6B4226
}
