* {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper #banner {
	height: 152px;
	width: 1000px;
	background-color: #F03;
}
#wrapper #naviagtion {
	background-color: #F03;
	height: 47px;
}
#wrapper #bodyArea #left {
	background-color: #FFF;
	float: left;
	width: 195px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #bodyArea #right {
	background-color: #FFF;
	float: right;
	width: 800px;
}
#wrapper #footer {
	clear: both;
	background-color: #FFF;
}
