@charset "utf-8";
body {
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
}

#wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header  {
	width: 758px;
	background-image: url(../images/headerback.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00CC00;
	border-left-color: #00CC00;
	position: relative;
	height: 123px;
}
#contents {
	background-image: url(../images/backimg2.jpg);
	background-repeat: repeat-y;
	width: 758px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00CC00;
	border-left-color: #00CC00;
}
#menu {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}
#mainconts {
	float: right;
	width: 560px;
	padding-top: 10px;
	padding-right: 10px;
}
#footer {
	width: 758px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
	padding-bottom: 20px;
}
