* {
	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: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 2px solid #999;
	
}
#wrapper #logo {
	height: 135px;
	background-color: #FFFFFF;
	
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	width: 320px;
	
}
#wrapper #navigation {
	height: 30px;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	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;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bodyleft {
	width: 310px;
	background-color: #FFF;
	float: left;
	padding-top: 5px;
	clear: none;
	height: auto;
	margin-top: 5px;
}
#bodycenter {
	width: 310px;
	height: auto;
	background-color: #FFF;
	float: left;
	padding-top: 5px;
	clear: none;
	margin-top: 5px;
	margin-left: 5px;

}
#bodyright {
	width: 310px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	color: #000;
	padding-top: 5px;
	clear: none;
	background-color: #FFFFFF;

}
#footer {
	background-color: #000;
	height: 60px;
	width: 960px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}
