* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#wrapper {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;

}
#wrapper #logo {
	height: 135px;
	background-color: #FFF;
	background-image: url(../images/Logoheaderbg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	width: 960px;
}
#wrapper #navigation {
	height: 30px;
	background-color: #333;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	width: 960px;
	background-image: url(../images/btnspc.jpg);
	background-repeat: repeat-x;
}
#bodyArea {
	width: 960px;
	background-image: none;
	background-color: #FFFFFF;
	float: left;
}
#footer {
	background-color: #000;
	height: 20px;
	width: 960px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	position: center;
	text-align: center;
	vertical-align: middle;
}
