@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #aa7700;
}
img { border: 0;} 
.imglt {
	float: left;
	margin-right: 10px;
}
.imgrt {
	float: right;
	margin-left: 10px;
}
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wa {
	width: 978px;
	margin: auto;
}
.header{
	width: 960px;
	background: url(../images/header.jpg) no-repeat;
	height: 174px;
	margin: auto;
}
.nav{
	width: 960px;
	margin: auto;
}
.splash{
	width: 978px;
	background: url(../images/splash.jpg) no-repeat;
	height: 363px;
	margin: auto;
}
.splashtext {
	color: #FFFFFF;
	font-size: 16px;
	width: 245px;
	padding-top: 195px;
	padding-left: 80px;
	line-height: 22px;
}
.splashtext p {
	margin:0;
	padding:0;
}
.splashtext a {
	color: #ffffcc;
	font-size: 12px;
}
.splash2{
	width: 978px;
	background: url(../images/splash2.jpg) no-repeat;
	height: 273px;
	margin: auto;
}
.content{
	width: 938px;
	background: url(../images/contentbg.jpg) repeat-y;
	padding: 20px;
	margin: auto;
}
hr {
	color: #000000;
	size:1px;
	clear: both;
}
.contentbottom{
	width: 978px;
	background: url(../images/contentbottom.jpg) no-repeat;
	height: 21px;
	margin: auto;
}
.footer{
	width: 958px;
	padding: 10px;
	margin: auto;
	color: #f8eda2;
}

.footer a {
	color: #f8eda2;
}
