@charset "utf-8";
/* CSS Document */

body {
	background-color:#b2b2a5;
	margin-left:0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6c6041;
	font-size:15px;
}

h3, h4, h5 {
	color:#6c5833;
	margin:-1px;
}

b {
	color : #6c5833;
}

#dfBg{
	background:url(images/dffbg.jpg) no-repeat;
	width:980px; 
	height:660px;
}

#dfBg1{
	background:url(images/dffbg.jpg) no-repeat;
	width:980px; 
	height:700px;
}

#sidebar {
	width:270px; 
	height:660px; 
	float:left;
}

#sidebar-top{
	margin-top:150px;
}

#sidebar-buttom {
	font-size:10px; 
	margin-top:135px; 
	text-align:right;
}

#sidebar-buttom1 {
	font-size:10px; 
	margin-top:295px; 
	text-align:right;
}

#content {
	width:710px; 
	height:680px; 
	float:right;
}

#content1 {
	width:710px; 
	height:830px; 
	float:right;
}

#naviBar {
	background-color:#a19e8f; 
	width:700px; 
	height:30px; 
	margin-top:25px;
}

#innerContent {
	background-color:#a19e8f; 
	width: 700px; 
	height:620px; 
	float:left;
}

#innerContent1 {
	background-color:#a19e8f; 
	width: 700px; 
	height:740px; 
	float:left;
}

#title {
	background:url(images/DF.gif) no-repeat ; 
	height:106px; 
	width:588px;
	margin-top:10px;
}

#homeContent {
	font-size:12px;
}

ul li {
	float:right;
}

a {
	color:#6c5833;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}






