body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#headerwrapper, #contentwrapper
{
	float: left;
	width: 100%;
}

#contentwrapper
{
	background: #fff url(../images/body_bg.gif) 0 0 repeat-x;
}

#header
{
	position: relative;
	width: 872px;
	height: 3em;
	margin: 56px auto 0 auto;
}

#content
{
	position: relative;
	width: 872px;
	margin: auto;
}

#contentinnerwrapper
{
	float: left;
	width: 100%;
	background: url(../images/content_bg.gif) 718px -15px repeat-y;
}

#content.widepage #contentinnerwrapper {
	background: none;
}

#content #banner
{
	float: left;
	width: 100%;
	height: 235px;
	background: #fff;
}

#main
{
	float: left;
	width: 100%;
	padding: 7px 0 20px 0;
}

#main #left
{
	width: 158px;
	float: left;
	overflow: hidden;
}

/*
#content.widepage #left 
{
	display: none;
}
*/

#main #center
{
	width: 470px;
	float: left;
	overflow: hidden;
	margin: 0 45px;
}
#content.widepage #main #center 
{
	width: 675px;
	margin: 0 0 0 35px;
}

#content.widepage #main #right
{
	display: none;
}


#content.portalpage #center
{
	width: 507px;
	float: left;
	overflow: hidden;
	margin: 0 8px 0 45px;
}

#content.startpage #left
{
	display: none;
}

#content.startpage #center
{
	width: 872px;
	float: left;
	overflow: hidden;
	margin: 0;
}

#content.portalpage #right
{
	display: none;
}

#main #right
{
	width: 154px;
	float: left;
	overflow: hidden;
}

#footer
{
	float: left;
	width: 100%;
	background: url(../images/footer_bg.gif) top left repeat-x;
	text-align: center;
	color: #929090;
	padding: 1em 0 3em 0;
	font-size: 60%;
}

#footer a 
{
	color: #929090;
}

