@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;
}
#divHeaderRightImage {
	float: left;
	width: 706px;
}
#divLeftImage {
	float: left;
	width: 249px;
}
#divRightImage {
	float: left;
	width: 706px;
}
#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;
}
