/*
 * DIV POSITIONING
 */

body { 
	background: #DBDBDB;
}

#wrapper {
	left: 50%;
	position: absolute;
	top: 0px;
	width: 876px;
        margin-left: -438px;
}

#headerbanner {
	background-image:url('images/header_banner.png');
	width: 863px;
	height: 118px;
}

#menu {
	background-image:url('images/menu_bg.png');
	background-repeat:repeat-x;
	height: 47px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 863px;
}

#menu li a
{
	border-right: 1px solid #B63C3D;
	border-left: 1px solid #79060C;
	display: block;
	float: left;
	line-height: 46px;
	padding: 0 20px;
}

#content {
	background-image:url('images/background.gif');
	background-repeat:repeat-y;
	position: absolute;
	top: 0px;
	width: 876px;
        padding-left: 5px;
}

#homebanner {
	background-image:url('images/home_banner.png');
	width: 863px;
	height: 323px;

}

#homefooter {
	background-image:url('images/home_footer.png');
	background-repeat:repeat-x;
	width: 863px;
	height: 163px;
	margin-bottom: 0px;
}


#footerleft {
	width: 200px;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}

#footerright {
	width: 676px;
	float: right;

}


#homenonno {
	background-image:url('images/home_nonno.png');
	width: 130px;
	height: 109px;
}

/*
 * TEXT CLASSES
 */

#menu a {
	color: #FFFFFF;
	font-family: calibri,arial;
	font-size: 14pt;
}

#menu a:link,
#menu a:visited {
	text-decoration: none;
}

.contenttext {
	font-family: calibri,arial;
	font-size: 12pt;
	color: #727272;
	padding:20px;
}

.homefootertext {
	font-family: calibri,arial;
	font-size: 12pt;
	color: #FFF;
	margin-top: 30px;
}