@charset "utf-8";
body {
	background-color: #BE82B6;
	background-image: url(../images/backimg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
/* CSS Document */


#wrap {
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu{
	width: 765px;
	height: 120px;
}
#menu  ul li {
	float: left;
	list-style-type: none;
}
#contents {
	width: 745px;
	padding: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#maincontents {
	width: 540px;
	float: left;
}
#maincontents p {
	line-height: 150%;
}

#sideber {
	padding: 10px;
	width: 170px;
	float: right;
	clear: none;
	background-image: url(../images/sidebackimg.gif);
	background-repeat: repeat;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	width: 765px;
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.Clear {
	clear: both;
}
#hr {
	width: 530px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
