/*
http://helloicon.com/tutan
Aug.2009
*/
*{
	margin:0;
	padding:0;
}
body{
	line-height:19px;
	font-size:12px;
	font-family:'微软雅黑', 'Microsoft YaHei', Arial, Verdana;
	background:#cfba92;
	text-align:left;
	color:#a58a5d;
}
/*link*/
a{												
	text-decoration:none;				
	color:#a58a5d;
}
a:hover {
	color:#d7420e;
	text-decoration:underline;
}
acronym{
	text-decoration:none;
	border-bottom:1px dotted #898B98;
	cursor:help;
}
/*common*/
hr{
	height:1px;
	border-top:1px solid #aaa;
}
ul,
ol{
	list-style-position:inside;
	margin:0 0 0 40px;
	padding:0;
}
.btn{
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
.btn a{
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
.left{
	float:left;
}
.right{
	float:right;
}
hr{
	height:3px;
	border:none;
    border-bottom:3px dotted #dde6ee;	
	margin:20px 0;
}
.align-right{
	text-align:right;
}
.red{
	color:#dd1200;
}
.big{
	font-size:17px;
}
/* Main*/
#wrapper{
	margin:0 auto;
	width:820px;
	background:url('images/main.png') repeat-y -820px 0;
}
.inner-wrapper{
	position:relative;
	text-align:left;
	margin:0 0 40px 0;
}
#header{
	display:block;
	width:820px;
	height:370px;
	background:url('images/main.png') no-repeat;
}
#footer {
	clear:both;
	display:block;
	text-align:center;
	width:820px;
	height:50px;
	background:url('images/main.png') no-repeat 0 -380px;
}
#inner-footer{
	text-align:center;
	color:#5d2516;
	line-height:26px;
}
#inner-footer a{
	color:#5d2516;
	padding:0 4px;
}
#inner-footer a:hover{
	color:#fff;
	background:#5d2516;
	text-decoration:none;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
/*Logo*/
#logo{
	position:absolute;
	left:54px;
	top:76px;
}
/* content */
#content-container{
}
#content{
	padding:0 70px;
	color:#52576f;
}
#content p{
	display:block;
	margin-bottom:40px;
}
h2{
	text-indent:-9911px;
	display:block;
	height:50px;
	width:180px;
}
#title-about{
	background:url('images/main.png') no-repeat 0 -450px;	
}
#title-contact{
	background:url('images/main.png') no-repeat -200px -450px;	
}
#title-submit{
	background:url('images/main.png') no-repeat -400px -450px;	
}
#title-2nd{
	background:url('images/main.png') no-repeat -595px -450px;	
}
#content a{
	color:#8d2516;
	text-decoration:none;
	background:#f2eeeb;
	font-weight:700;
	padding:0 4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#content a:hover{
	color:#fff;
	background:#8d2516;
	text-decoration:none;
}
h3{
	font-weight:400;
	font-size:17px;
	margin-bottom:10px
	line-height:210%;
}
/*hack*/
.clear{
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
/*BTN*/
.download a{
	clear:both;
	float:right;
	display:block;
	text-align:center;
	height:20px;
	width:120px;
	text-indent:20px;
	background:url('images/main-bg.gif') no-repeat -266px -12px;
}
.download a:hover{
	background:#67522f url('images/main-bg.gif') no-repeat -266px -52px;
	color:#fffaf1;
	border:1px solid #fffaf1;
	text-decoration:none;
}