* {
	margin: 0;
	padding: 0;
}

body {
background: #8d867f;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #6f5e43;
}

a {
text-decoration: none;
color: #DE9412;
}
a:hover {
text-decoration: underline;
color: #F60;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 2px solid #ccc;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
line-height: 50px;
}
#header h1 { 
font-size: 20px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: bold;
}
#header h1 a:hover {
color: #F60;
}

#menu {
height: 30px;
line-height: 30px;
background: #D9D2C9;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 30px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}


.box_1_top{
	border:2px solid #dfddce;
	padding:10px;
}

.left {
float: left;
width: 160px;
padding-top: 30px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.my_left_item{
	width:140px;
	padding-top:10px;
	background:url(images/arrow.gif) no-repeat 0px 15px;
	padding-left:20px;
	border-bottom: 1px dotted #DFDDCA;
}

.box_1_top  h1{
	font-size:14px;
	padding-bottom:10px;
}


#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }