#wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	/* height: 902px; */
	min-width: 1034px;
}

#innerwrapper {
	position: relative;
	left: 18px;
	margin: 0 auto 0 auto;
	width: 935px;
	/* height: 690px; */
}

#header {
	position: relative;
	width: 935px;
	height: 53px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	z-index: 500;
}

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

#content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 935px;
	float: left;
	background-repeat:no-repeat;
	text-align: left;
	z-index: 0;
	min-height: 860px;
}

#leftcolumn {
	position: relative;
	background-image:url('../images/leftcolumn.gif');
	background-repeat:no-repeat;
	text-align: left;
	width: 226px;
	height: 420px;
}

#pageleftcolumn {
	position: relative;
	text-align: left;
	width: 226px;
	height: 420px;
}

#centrecolumn {
	position: relative;
	width: 479px;
	text-align: left;
	float: right;
	margin-top: 14px;
}

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

#footer {
	position: relative;
	clear: both;
	width: 970px;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
}

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