#wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
	background-position: center;
	width: 100%;
}

#header {
	position: relative;
	height: 211px;
	margin: 0 auto 0 auto;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	text-align: center;
	min-width: 984px;
	z-index: 500;
}

#headercontent {
	position: relative;
	width: 984px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: left;
	z-index: 500;
}

#headermenu {
	position: relative;
	clear: both;
	top: 14px;
	left: 14px;
	width: 100%;
	font-size: 14pt;
	color: #58595B;
	text-align: justify;
	z-index: 500;
}

#content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 984px;
	height: 674px;
	left: 14px;
	z-index: 0;
	text-align: left;
}

#leftcolumn {
	margin-right: 10px;	
	width: 692px;
}

#rightcolumn {
	position: relative;
	float: right;
	width: 273px;
	height: 590px;
	background-image:url('../images/rightcolumn.gif');
	text-align: left;
}

#footer {
	clear: both;
	width: 930px;
	height: 84px;
	text-align: center;
	font-size: 9px;
	padding: 12px;
}

#page {
	position: relative;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: center;	
	
}