/* CSS Document */
 #wrapper{ 
	width: 900px; 
	text-align: left;
	margin-left: auto; margin-right: auto;
	background: #E8E8EC;
}
#banner{
	width: 100%;
	height: 169px;
	background: #960404;
}
#content{
	width: 850px;
	border-right: 10px solid #960404;
	border-left: 10px solid #960404;
	border-bottom: 10px solid #960404;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 0px;
}
#topnav{
	height: 20px;
	vertical-align: middle;
	border-right: 10px solid #960404;
	border-left: 10px solid #960404;
	margin-top: -5px;
	text-align: left;
}
#divider{
	height: 10px;
	width: 850px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}
#innercontent{
	padding-top: 10px;
	line-height: 20px;
	font-size: 90%;
}
#three_row_thumbs{
	width: 270px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
#two_row_thumbs{
	width: 190px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
#three_row_pic{
	width: 550px;
	height: 600px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#two_row_pic{
	width: 650px;
	height: 600px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.thumbnail{
	margin-right: 10px;
	margin-bottom: 8px;
}
#footer{
	background-color: #666633; 
	color: #FFFFFF; 
	font-size: 0.7em; 
	padding-top: 10px;
}

