@charset "utf-8";
/* CSS Document */

body{
	background-color:#9dce9a;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper{
	width:891px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:891px;
	height:300px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#navigation{
	width:891px;
	height:34px;
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
}

#banner{
	width:891px;
	height:225px;
	background-image:url(images/middleBanner.png);
	background-repeat:no-repeat;
}

#content{
	width:891px;
	height:100%;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
}

#contentWrapper{
	padding:25px;
	text-align:justify;
}

#footer{
	width:891px;
	height:82px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}

#footerText{
	margin-left:15px;
	padding-top:23px;
	font-size:10px;
	color:#e3e1e1;
}

#navigationButtons{
	width:648px;
	height:34px;
	margin-left:7px;
	
}

#navigationButtons a img{
	border:none;
}
