* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	background-image: url(../Images/footer.gif);
	background-repeat: repeat;
}
#wrapper #body #left {
	background-color: #192C57;
	float: left;
	height: auto;
	width: 159px;
}

#wrapper #logo {
	background-image: none;
	height: 161px;
	width: auto;
}
#wrapper #body #right {
	background-color: #1D305B;
	width: 600px;
	float: right;
	height: auto;
	color: #FFF;
}

#wrapper #body #bodyarea2 #sidebarleft {
	width: 159px;
	float: left;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
}
#wrapper #body #bodyarea2 #maincontent {
	width: 550px;
	color: #000;
	height: auto;
	background-color: #FFF;
	float: right;
	margin: 0px;
	padding: 25px;
}

#wrapper #body #footer {
	clear: both;
	color: #FFF;
	background-image: none;
	background-repeat: repeat;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
