body{
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#f7edda;
	scrollbar-3dlight-color:#682020;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#682020;
    scrollbar-darkshadow-color:#682020;
    scrollbar-face-color:#682020;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
	}
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	}
a{
	color: #333333;
	text-decoration: none;
	}
a:hover{
	color: #333333;
	text-decoration: underline;
	}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#682020;
	font-weight:bold;
	}
#main{
	width:984px;
	height:620px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	}
#navi{
	width:856px;
	margin-left:auto;
	margin-right:auto;
	}
#main1{
	width:984px;
	height:560px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
#left{
	width:53px;
	height:462px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/left.jpg);
	float:left;
	}
#logo{
	width:344px;
	height:462px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	}
#contentop{
	width:881px;
	height:38px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/conten_top.jpg);
	float:left;
	}
#content{
	width:535px;
	height:460px;
	border: 1px solid #FFFFFF;
	background-color:#ede0c7;
	float:left;
	}
#right{
	width:50px;
	height:462px;
	background-image:url(../images/right.jpg);
	float:right top;
	margin-left:934px;
	}
#top{
	width:984px;
	height:38px;
	}
#topleft{
	width:53px;
	height:38px;
	background-image:url(../images/left_top.jpg);
	float:left;
	}
#topright{
	width:50px;
	height:38px;
	background-image:url(../images/right_top.jpg);
	float:left;
	}
#bottom1{
	width:984px;
	height:59px;
	}
#bottomleft{
	width:53px;
	height:59px;
	background-image:url(../images/left_bottom.jpg);
	float:left;
	}
#bottom{
	width:881px;
	height:59px;
	background-image:url(../images/bottom.jpg);
	float:left;
	}
#bottomright{
	width:50px;
	height:59px;
	background-image:url(../images/bottom_right.jpg);
	float:right;
	}
.img{
	float:right;
	margin-left:20px;
	}
.bottom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccb78f;
	}
.bottom a{
	color:#ccb78f;
	}
.bottom a:hover{
	color:#ccb78f;
	}
.bottom1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#866935;
	}
.bottom1 a{
	color:#866935;
	}
.bottom1 a:hover{
	color:#866935;
	}
ul{
	margin:0px;
	margin-left:15px;
	padding-left:5px;
	}
li{
	list-style-image: url('../images/li.gif');
}
input{
	color:#333333;
	width: 200px;
	height: 20px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
	border: 1px solid #dac7a2;
	font: 12px Arial, Helvetica, sans-serif;
	background: #ede0c7;
	/*borde redondo*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea{
	color:#333333;
	width: 200px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
	border: 1px solid #dac7a2;
	font: 12px Arial, Helvetica, sans-serif;
	background: #ede0c7;
	/*borde redondo*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
select{
	color:#333333;
	width: 200px;
	height:25px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
	border: 1px solid #dac7a2;
	font: 12px Arial, Helvetica, sans-serif;
	background: #ede0c7;
	/*borde redondo*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.button{
	color:#FFFFFF;
	width: 90px;
	height:25px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
	border: 1px solid #dac7a2;
	font: 12px Arial, Helvetica, sans-serif;
	background: #682020;
	/*borde redondo*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
