*{
	margin: 0px;
	font-size:11px;
	padding: 0px;
	list-style-type:none;
	font-family: sans-serif;
	font-size: 12px;
}
body{
	background-color: #eaeaea;
	font-family: "Arial";
	font-weight: normal;
}
p{
	color: #6e6e64;
	font-size: 1em;
}
img{
	border: 0px;
}
a{
	color: red;
	text-decoration: none;
}
.clearfloat{
	clear: both;
}
.entirebody{
	width: 830px;
	margin: 0 auto;
}
.logo{
	float: left;
}
.header{
	float: right;
	text-align: right;
}
.map_area{
	width: 830px;
	float: left;
	display: inline;
	margin: 0 auto;
}
.map_area .top{
	width: 830px;
	height: 30px;
	float: left;
	display: inline;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.map_area .center{
	width: 830px;
	float: left;
	display: inline;
	text-align: center;
	background-image: url(../images/center.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.map_area .bottom{
	width: 830px;
	height: 30px;
	float: left;
	display: inline;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}