/* Default SA */
body {background-color: #dbc598; font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color:# 5c5947; width:800px; margin:auto; }
h1 { font: 16px Georgia, "Times New Roman", Times, serif; color: #d66921; margin-left: 15px;}
h2 { font: 14px Georgia, "Times New Roman", Times, serif; color: #d66921; margin-left: 15px;}
p { font: 11px Georgia, "Times New Roman", Times, serif; color: #5c5947; margin-left: 15px; padding right: 25px; }
a {color: #d76b21; text-decoration: none; }
a:link:active, :visited:active {color: #d76b21; text-decoration: none; }
a:hover { color: #eae0c7; background-color:#d66721; text-decoration: none; }

/* Photo Gallery Specific */
.section {
	margin:auto;
	width:750px;	
}
.infolinks {
	width:750px;	
	text-align:center;
	margin:auto;
	margin-top:5px;
}
.image_rollover_ul {
	cursor: basic;
	list-style: none;
	width:750px;	
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
}
.image_rollover_ul img {
	border-color:#d66921;
	border-style: solid;
	border-width: 1px;
	color: #d66921;
	padding: 0px;
	margin:0px;
	margin-bottom:5px;
	vertical-align: top;
	width: 150px;
	height:138px;
}
.image_rollover_ul li {
	color:#FFFFFF;
	display: inline;
	margin: 1px;
	margin-bottom:5px;
	padding: 0px;
}
.hide {
	display:none;
}