body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/site_bg.gif) repeat-y center #333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000;
	line-height: 150%;
}

#outer { 
	width: auto; 
	margin: 0px auto; 
	background: url(../images/bg_fade.gif) top repeat-x; 
	min-height: 400px;
}

#inner {
	width: 769px;
	margin: 0px auto;
	background: url(../images/bg_fade2.gif) top repeat-x;
	min-height: 400px;
	padding: 0px;
}

*html #main { 
	width: 715px;
}
#main { 
	background: #ffc; 
	min-height: 500px; 
	width: 716px; 
	padding: 0 10px; 
	margin: 0px auto;
	border: solid 1px;
	border-top: none;
}

#top {
	background: #fff;
	height: 124px;
	text-align: right;
	border: solid 1px;
	border-top: none;
}

#mainnav {
	height: 25px;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	line-height: 16px;
}
#mainnav a {
	color: #973E34;
	font-weight: bold;
	font-size: 10px;
	float: left;
	border-right: 1px solid #973E34;
	text-decoration: none;
	padding: 0px 7px;
}
#mainnav a:hover {
	color: #fff;
	background: #831111;
}
#mainnav a.current {
	color: #fff;
	background: #831111;
}
#container {
	padding: 8px;
	background-color: #BCBC6B;
	border: solid 1px #000;
	border-bottom: none;
	padding-bottom: 0;
}
#content {
	background: #fff; 
	padding: 10px;
	/*border: solid 1px;*/
}

#inner_container { 
	background: url(../images/lnbg.gif) repeat-y #fff; 
	min-height: 300px; 
	clear: both; 
	margin-top: 5px; 
	padding: 6px; 
	font-size: 12px; 
	text-align: left; 
}

#footer {
	height: 23px;
	background-color: #A71A1A;
	padding-top: 4px;
	padding-right: 15px;
	color: #fff;
	text-align: right;
	margin: 0 0 15px 0;
	border: solid 1px #000;
	border-top: none;
}
#provided_by { 
	text-align: center;
	padding: 5px;
}

#left_nav { 
	width: 160px; 
	float: left; 
	font-weight: bold; 
	font-size: 11px; 
	text-align: left;
}
#left_nav a { 
	display: block; 
	margin: 8px 8px;
}

*html #container { width: 706px; }
*html #content { width: 690px; }
*html #footer { width: 708px; }

h3 { text-align: left; font-size: 10pt; margin-top: 0px; margin-bottom: 5px; }
.gallery a img { border: solid 1px #000; }
.gallery .desc { font-size: 9px; text-align: center; }

.copy_block {
	text-align: left;
}
.copy_block2 {
	text-align: left;
	float: right;
	width: 515px;
	font-size: 11px;
}
*html .copy_block2 { width: 505px; }
