#wrap {
	width: 756px;
	background-color: #FFFFFF;
	background-image: url(../images/con_back.gif);
	background-repeat: repeat-y;
}
#header {
	background-color: #FFFFFF;
	width: 730px;
}
#navi {
	background-color: #FFFFFF;
	width: 720px;
	font-size: 10px;
	color: #666666;
	text-align: left;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 3px 3px 5px;
}
#sidebar {
	background-color: #FFFFFF;
	float: left;
	width: 260px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	background-color: #FFFFFF;
	float: left;
	width: 180px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	padding: 0px;
}
#maincontent {
	background-color: #FFFFFF;
	float: right;
	height: 300px;
	width: 460px;
	text-align: left;
}
#maincontent2 {
    position:relative;
	width: 540px;
	text-align: left;
	float: right;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	clear: both;
	background-image: url(../images/foot_back.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 756px;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	background-color: #8F7345;
}
#con {
	width: 730px;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 10px;
	color: #666666;
	text-align: left;
	width: 730px;
	margin: 3px 0px 0px;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #543F2E;
}

