﻿html {
	padding: 0 0 15px 0;
}

body {
	/*text-align: center;*/
	background: #d6d6d6;
}

#wrapper {
	margin: 15px auto;
	width: 800px;
	text-align: left;
}

#header {
	width: 800px;
	height: 185px;
	background: top left no-repeat url(/images/framework/bg_header.gif) #a1b21b;
}

#header a img {
	margin: 23px 0 0 30px;
	width: 363px;
	height: 138px;
	position: absolute;
	z-index: 500;
}

#header-flash {
	margin: 0 0 0 400px;
	width: 360px;
	height: 185px;
	position: absolute;
	z-index: 0;
}

#bodycontent {
	margin: 7px 0 0 0;
	width: 800px;
	background: top right no-repeat url(/images/framework/bg_bodycontent.gif) #451d00;
}

#column_1 {
	padding: 30px;
	width: 390px;
	float: left;
}

#column_2 {
	padding: 30px;
	width: 290px;
	_height: 330px; /* IE6 Compatible */
	min-height: 330px;
	float: right;
	background: center right no-repeat url(/images/framework/bg_column_2.gif);
}

#column_fullspread {
	padding: 30px;
	width: 740px;
	_height: 330px; /* IE6 Compatible */
	min-height: 330px;
	float: left;
	background: center right no-repeat url(/images/framework/bg_column_2.gif);
}

#footer {
	clear: both;
	padding: 0 30px 15px 30px;
	width: 740px;
	background: bottom no-repeat url(/images/framework/bg_footer.gif) #451d00;
}