@charset "utf-8";
/* CSS Document */

.wrapper {
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wrapper .banner {
	float: left;
	height: 413px;
	width: 920px;
}
.wrapper .linkads {
	background-color: #abc5c5;
	float: left;
	height: 22px;
	width: 920px;
	text-align: center;
	padding-top: 8px;
}
.wrapper .content {
	float: left;
	height: auto;
	width: 700px;
}
.wrapper .menu {
	float: right;
	height: auto;
	width: 210px;
	background-color: #abc5c5;
	margin-top: 20px;
	border-top-style: dashed;
	border-top-width: thin;
	border-top-color: #7C989C;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #7C989C;
        padding-left: 5px;
        padding-right: 5px;
}
.wrapper .footer {
	background-color: #abc5c5;
	float: left;
	height: 22px;
	width: 920px;
	text-align: center;
	padding-top: 8px;
}

