body {
	background: url(../images/bg.jpg) center top no-repeat #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
.body {
	background: url(../images/bg-sub.jpg) center top no-repeat #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
#container {
	margin: 0 auto;
	width: 980px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
h1 a {
	margin: 0px 0px 0px 30x;
	float: left;
	width: 250px;
	height: 130px;
}
.clr {
	clear: both;
}
#navcontainer {
	float: left;
	width: 535px;
	margin: -5px 0px 0px 190px;
	font-size: 14px;
	font-weight: bold;
}
#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navlist li {
	float: left;
	margin: 0 20px 0 10px;
	padding: 0 15px 0 20px;
}
.current {
	text-decoration: underline;
}
.home-txt1 {
	margin: 110px 0px 0px 10px;
	float: left;
	width: 430px;
	height: 150px;
	line-height: 180%;
}
#flash {
	margin: 20px 0px 0px 10px;
	float: left;
	width: 340px;
	height: 320px;
}
.home-txt2 {
	margin: 20px 0px 20px 25px;
	padding: 0px 10px;
	float: left;
	width: 560px;
	height: auto;
	line-height: 180%;
}
.sub-txt {
	margin: 20px 0px 20px 25px;
	padding: 0px 10px;
	float: left;
	width: 560px;
	height: auto;
	line-height: 180%;
}
.sub-content {
margin-top: 180px;
float: left;
}
.footer {
	margin: 0 auto;
	width: 920px;
	padding: 10px;
	border: 1px #ccc solid;
	font-size: 10px;
}


