@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #logo{
	background-color: #FFF;
	height: 212px;
	margin: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav_bar {
	background-image: url(../images/nav_bar_logo.png);
	height: 58px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#wrapper #body_area {
	background-image: url(../images/Body_Area_bckg.png);
	background-repeat: repeat-x;
	height: 300px;
	width: 800px;
}
#wrapper #body_area #footer {
	clear: both;
	text-align: center;
	background-image: url(../images/web-background_green.png);
	background-repeat: repeat-x;
	height: 40px;
}
#wrapper #body_area #footer h4 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px;
	text-align: justify;
}
