body {
	margin: 0px 0px;
	background: #f9f4ee;
	font-family: Book Antiqua;
	}
	
#titlecont {
	margin: 0px auto;
	width: 960px;
	height: 160px;
	background: url(images/topback.jpg);
	border-bottom: 2px solid #b28a56;
	}
	
#titleinnercont {
	z-index: 9998;
	filter: alpha(opacity=80);
	opacity: .80;
	width: 880px;
	margin: 0 auto;
	padding: 60px 0px 0px;
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	}
	
#maincont {
	margin: 1px auto;
	width: 960px;
	height: 490px;
	background: #f9f4ee;
	border-top: 4px solid #725a2a;
	border-bottom: 4px solid #725a2a;
	}
	
#navigation {
	float: left;
	width: 180px;
	margin: 20px;
	padding: 30px 16px;
	background: #fff;
	border: 4px #b28a56 double;
	line-height: 180%;
	font-size: 12px;
	color: #444;
	}

#navigation ul{margin: 0px -20px;}
#navigation li{list-style: inside;}
#navigation a{
	font-size: 18px;
	text-decoration: none;
	color: #4b271b;
	font-weight: normal;
	}
#navigation a:hover{
	font-weight: bold;
	}
	
#text {
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 20px 20px;
	width: 640px;
	height: 450px;
	font-size: 15px;
	text-align: justify;
	overflow: auto;
	}
	
#text h1 {
	font-size: 22px;
	font-weight: bold;
	}

#imagestrip {
	width: 960px;
	margin: 0px auto;
	}

#imagesquare {
	float: left;
	width: 400px;
	height: 400px;
	}
	
#imagescroll {
	float: right;
	width: 220px;
	height: 400px;
	overflow: auto;
	}
	
#smallnav {
	height: 32px;
	text-align: center;
	border-top: 2px solid #b28a56;
	width: 960px;
	margin: 0px auto;
	}
	
#smallnav a {
	padding: 0px 30px;
	font-size: 12px;
	font-weight: bold;
	color: #725a2a;
	text-decoration: none;
}

#smallnav a:hover {
	color: #000;
	}

#ewdfooter {
	margin: 1px auto;
	width: 960px;
	text-align: right;
	font-size: 10px;
	color: #725a2a;
	}
	
#ewdfooter a
{
	width: 170px;
	color: #725a2a;
	text-decoration: none;
}

#ewdfooter a:hover
{
	color: #000;
