﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	font-family:Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
}

a {
text-decoration: none;
color:green;
}
a:hover {
text-decoration: underline;
color:green;
}

#wrap {
margin: 20px auto 10px auto;
width: 900px;
background: #E6E6E6;
padding: 15px;
border: 5px solid #000;
}

#header {
height: 260px;
}
#header h1 { 
font-size: 20px;
padding: 10px 0 0 10px;
color:black;
}
#header h1 a { 
color:#990000;
text-decoration: none;
font-weight: 600;
}
#header h1 a:hover {
color:#660066 ;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#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: 55%;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 12px;
font-weight: bold;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 38%;
padding-top: 10px; 
border-right:1px green solid;
}
.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  {
margin-bottom:15px
}

.left ul li a {
text-decoration: none;
font-weight: 600;
margin-bottom:60px
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

