@charset "utf-8";
/* CSS Document */

*{margin: 0; padding: 0;}
.clear { clear: both; }
#pagewrap {
	width: 980px;
	margin: 0 auto 0;
}
#banner {
	width: 980px;
	float: left;
}
#links {
	width: 980px;
	height: 38px;
	float: left;
}
#mainbody {
	width: 980px;
	min-height: 755px;
	float: left;
	background-image: url(../images/sides.png);
}
#leftcol {
	width: 646px;
	padding: 25px;
	float: left;
}
#rightcol {
	width: 244px;
	padding: 25px 25px 25px 15px;
	_padding: 25px 5px 25px 10px;
	float: right;
}
#footer {
	width: 974px;
	height: 388px;
	float: left;
	padding: 3px 3px 3px 3px;
	margin: 50px 0 0 0;
	background-image: url(../images/bottom1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	font-size: 11px;
}
#footercontent {
	width: 200px;
	float: right;
}
