#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	width: 960px;
	height: 116px;
	background-image: url(../images/slices/header.jpg);
}
#wrapper #header #quickLinks {
	float: right;
	height: 25px;
	width: 300px;
	margin-top: 5px;
}

#wrapper #menu {
	height: 34px;
	width: 960px;
	background-color: #FFFFFF;
}

#wrapper #body {
	width: 960px;
	height: 800px;
	background-color: #FFFFFF;
}
#footer {
	height: 150px;
	width: 100%;
	background-color: #036937;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer  #leftFooter  {
	height: 140px;
	width: 15%;
	float: left;
	background-color: #336699;
	padding-top: 10px;
}
#footer  #rightFooter  {
	height: 140px;
	width: 15%;
	float: right;
	background-color: #336699;
	padding-top: 10px;
}
#footer #center {
	height: 120px;
	width: 70%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #336699;
	padding-top: 30px;
	text-align: center;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #1D7646;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
}

#wrapper #header #quickLinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0C6D38;
	text-decoration: none;
}
#wrapper #header #quickLinks a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006599;
}

#footer #center a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

#footer #center a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

