* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
	background:url(../images/back.gif) repeat;
}

img { border: none; }
a { color: #6699cc; text-decoration: none;}
a:hover { text-decoration: underline;}

#wrap {
margin: 40px auto 0 auto;
width: 800px;
}

#header { 
border: 5px solid #ddd;
background:#fff;
height: 100px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
padding: 20px 20px 5px 20px;
}
#header h1 a {
color: #182535;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}



.left {
margin-top: 10px;
width: 510px;
float: left;
text-align: justify;
border: 5px solid #ddd;
background:#fff;
padding: 20px;
}


.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
margin-top: 10px;
width: 220px;
float: right;
border: 5px solid #ddd;
background:#fff;
font-size: 12px;
}

* html .right {
margin-top: 10px;
width: 155px;
float: right;
border: 5px solid #ddd;
background:#fff;
font-size: 12px;
}
	


.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }



.my_left_header{
	text-align:left;
	padding-left:0;
	font-size:14px;
}

.my_left_item{
	width:160px;
	padding-bottom:5px;
	background:url(../images/arrow_43.gif) no-repeat 10px 5px;
	padding-left:30px;
	border-bottom: 1px dotted #ccc;
	line-height:24px;
}

* html .my_left_item{
	width:125px;
	padding-bottom:5px;
	background:url(../images/arrow_43.gif) no-repeat 10px 5px;
	padding-left:30px;
	border-bottom: 1px dotted #ccc;
	line-height:24px;
}


.box_1_top h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#2c1806;
}

#footer {
margin-top: 10px;
text-align: center;
color: #444;
font-size: 11px;
border: 5px solid #ddd;
background:#fff;
padding: 10px;
}