@charset "utf-8";

#outerwrapper {
	position 		: relative;
	margin 			: auto;
	margin-top 		: 20px;
	width 			: 1016px;
	background 		: url(../images/middle24.png) repeat-y;
}

#topwrapper {
	position 		: relative;
	margin 			: auto;
	background 		: url(../images/top.jpg) no-repeat top;
	width 			: 1016px;
}

#bottomwrapper {
	position 		: relative;
	margin 			: auto;
	background		: url(../images/bottom.jpg) no-repeat bottom;
	width 			: 976px;
	padding 		: 79px 10px 38px 10px;
}

#header {
	width 			: 942px;
	height 			: 217px;
	padding 		: 18px;
	background		: #FFF;
}

#headerinner {
	float 			: left;
	width 			: 942px;
	height			: 217px;
	background		: url(../images/header1.jpg);
}

#content {
	float 			: left;
	width 			: 703px;
	padding 		: 20px;
}

#rightcol {
	float 			: left;
	width 			: 152px;
	padding 		: 20px;
}

