* {
	margin: 0;
	padding: 0;
}

body {
background:#000;
padding-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

a {
text-decoration: none;
color:#ccc;
}
a:hover {
text-decoration: underline;
color:#663300;
}

#wrap {
margin: 20px auto;
width: 960px;
background-color: 000;
}

#header {
height: 90px;
}


.right {
float: right;
width: 650px;
height:auto;
text-align: justify;
margin-top: -100px;
padding-right:60px;
padding-left:15px;
color:#ccc;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color:#FF0000;
}
.right h2 a {
text-decoration: none;
color:#FF0000;
}
.right h2 a:hover {

}
.right ul {
padding: 10px 0 15px 0px;
list-style-type: square;
color:#999999;
padding-left: 30px;
}

.left {
float: left;
width: 180px;
height:650px;
padding-top: 10px;
background-image:url(images/bg-sidebar.jpg);
background-repeat:repeat;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/menuh.jpg) no-repeat;
color: #666;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: square;
color:#fff;
padding-left: 30px;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color:#fff;
}
.left ul li a:hover {
color:#999;

}

#footer {
text-align: center;
font-size: 11px;
color: #666666;
margin-top: 20px;
border-top: 1px dotted #fff;
padding-right:10px;
}
