body {
	margin: 0 auto;
	background: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
	line-height: 18px; }
	
#container { 
	width: 750px; 
	margin: 0 auto;
	background: #FFF; }
	
	#header { height: 100px; background: url('images/header3.gif') no-repeat; 
	border-bottom: 5px solid #EEEEEE; border-top: 10px solid #9C0031; }
		#header h1 { display: none; }
	
	#body_content { 
		float: left;
		margin: 0;
		padding: 25px;
		width: 450px;
		text-align: left;
		background: #FFF; }
	
	#sidebar {
		float: right;
		padding: 35px 15px 10px 15px;
		width: 220px;
		text-align: left;
		color: #999999;
		background: #E8E9CF; }
	
h1, h2, h3 { color: #9B0132; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

.menu {
	list-style: url(images/bullet.gif);
	margin: 0;
	padding: 0 0 0 15px;
	}
	 a { color: #709D73; text-decoration: none; font-weight: bold; }
	 a:hover { color: #36324E; }
	
hr { 
	border: 0; 
	background: url('images/divider.jpg') no-repeat;
	color: #63A0BD; 
	width: 350px; 
	height: 1px;
	margin: 18px 0 18px 25px; }
	
.backtotop { text-align: right; font-size: 11px; }

	.gallery { text-align: center;	}
	.gallery ul { list-style: none; margin: 0; padding: 0; }
	.gallery ul li { display: inline; }
	.gallery ul img {
	}
	.gallery ul a:hover img {
		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }
