@charset "utf-8";
body {
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #999999;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #topleft {
	width: 200px;
	float: left;
	height: 1090px;
	background-color: #FFFFFF;
}
#wrapper #topright {
	width: 600px;
	float: right;
	background-color: #FFFFFF;
	height: 1090px;
}
#wrapper #Comright {
	float: left;
	width: 600px;
	height: 500px;
	background-color: #FFFFFF;
}
#wrapper #comleft {
	float: left;
	width: 200px;
	height: 500px;
	background-color: #FFFFFF;
}

#wrapper #footer {
	height: 52px;
	float: left;
}


#wrapper #Navigation {
	height: 60px;
	background-repeat: no-repeat;
}
#wrapper #header {
	height: 180px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px;
}
