body,html {
	margin:0;
	width:100%;
}
body{
    background:url("../img/common/bg.gif") repeat;
}
#wrap {
	width:800px;
	margin:auto;
	border-left:#758929 solid 1px;
	border-right:#758929 solid 1px;
	text-align:center;
}
#main{
	text-align:left;
}
#header {
	background:url("../img/common/header.gif") no-repeat;
	height:59px;
}
h1 {
    margin:0;
}
#nav {
	background:#D5F268;
	height:32px;
    text-align:left;
}
#nav ul {
	position:absolute;
	top:57px;
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
}
#nav ul li {
	display:inline-block;
	float:left;
	margin:0;
	padding:0px;
    line-height:29px;
    width:120px;
    background:url("../img/common/nonactive.gif") no-repeat;
}
#nav ul li.act {
    background:url("../img/common/active.gif") no-repeat;
}
#nav ul li a{
	display:inline-block;
    width:111px;
    text-align:center;
    text-decoration:none;
    color:#5A5B53;
    font-weight:bold;
    font-size:0.96em;
    font-family: "‚l‚r ‚o–¾’©","‚l‚r –¾’©",serif;
}
#nav ul li a:hover{
    background:url("../img/common/active.gif") no-repeat;
}
#footer {
	clear:both;
	height:23px;
	border-top:#758929 solid 2px;
	background:#B8DD52;
	text-align:left;
	color:#5E6055;
	padding:0 10px;
}
.separator-1{
    clear:both;
    height:4px;
    background:#959E3C;
}
.separator-2{
    height:2px;
    background:#FCCF97;
}
.separator-3{
    height:12px;
    background:#5D6D23;
    margin:4px auto;
}
#frm-wrap{
}
#frm{
    width:100%;
    height:100%;
    border:0px;
    border-collapse: collapse;
}
#side-l{
    width:165px;
    border-right:#758929 dotted 1px;
    vertical-align:top;
    margin:0;
    padding:0;
    background:#EDEFE6;
}
#side-r{
    vertical-align:top;
    background:#F8FCEB;
}
#side-l ul{
    list-style-type:none;
    color:red;
    margin:10px auto 0 0;
    padding:0;
}
#side-l ul li{
    line-height:29px;
    width:150px;
    background:url("../img/common/vnonactive.gif") no-repeat;
    margin-bottom:2px;
}
#side-l ul li.act{
    width:165px;
    background:url("../img/common/vactive.gif") no-repeat;
}
#side-l ul li a{
	display:block;
	text-decoration:none;
	padding-top:2px;
	padding-left:10px;
    color:#5A5B53;
    font-weight:bold;
    font-size:0.96em;
}
#side-l ul li a:hover{
    width:165px;
    background:url("../img/common/vactive.gif") no-repeat;
}
div.clear{
    clear:both;
}