@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e2eaf2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#divWrapper {
	margin: 0 auto;
	width: 955px;
}#divNavigation {
	float: left;
	width: 249px;
	background-image:none;
	display:inline; /* IE6 bug fix for floated elements */	
}
#divHeaderRightImage {
	float: left;
	width: 706px;
	height:307px;
	background-image:url(../images/index_headerrightimage.jpg);
	display:inline;
}

#divBody{width:955px}

#divLeftImage {
	float: left;
	width: 249px;
	height:259px;
	background-image:url(../images/index_bodyleft.jpg);
    display:inline;
}
#divRightImage {
	float: left;
	width: 706px;
	height:259px;
	background-image:url(../images/index_bodyright.jpg);
	display:inline;
}
#divFooter {
	background-image: url(../images/index_footerbackground.jpg);
	clear: both;
	height: 34px;
	width: 955px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #f6f8f9;
	font-weight: bold;
}
#divFooterText {
	padding-top: 15px;
	text-align: center;
}

