/* CSS Document */#container {	width: 760px;	margin: 0px auto;	background-color: #423725;	background-image: url(images/dark_brown.jpg);	background-repeat: repeat;	border-top: 1px solid #726657;	border-right: 1px solid #726657;	border-bottom: 1px solid #726657;	border-left: 1px solid #726657;}#header {	height: 200px;}#content {	border-left-style: dashed;	border-width: 1px;	border-color: #726657;	margin: 10px 25px 100px 460px;	min-height: 300px;	padding: 0 .75em .75em 1.5em;}#content p { margin: 0 0 .5em 0; }#left_col {	width: 460px;	float: left;	margin: 5px 0px 0px 20px;}#footer {	width: 750px;	color: #3E3014;	font-size: 9px;	clear: both;	margin: 0px auto;	padding: 1em;}body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: white;	line-height: 15px;	text-decoration: none;}a {	color: #FFE300;	text-decoration: none;}a:hover {	color: #473E30;	background-color: #FFE300;	text-decoration: none;}.picture {	width: 210px;	float: left;	font-size: 10px;}.clearboth {	clear: both;}.caption {	font-size: 10px;	color:#D3CDC3;	line-height: 12px;}.horiz {	width: 250px;	margin: 10px 10px 10px 0px;	border-bottom: 1px dashed #726657;}.pictureborder {	margin: 4px 0 4px 0;	border: 1px solid #D3CDC3;}