* {
	margin: 0;
	padding: 0;
}

body {
background: #001400 url('images/bottombg.jpg') no-repeat bottom center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #aaa
}

a {
text-decoration: none;
color: #008000;
}
a:hover {
text-decoration: underline;
color: #FFA500;
}

#wrap {
margin: 0 auto;
width: 800px;
}




#header {
background: #001400 url('images/banner.jpg') no-repeat top center;
height: 250px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #FFA500;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 19px;
color: #008000;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}



#content {
padding: 0 10px;
}




.left {
float: left;
width: 550px;
text-align: justify;
padding-top: 10px;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #008000;
color: #fff;
}
.left h2 a {
color: #fff;
}
.left h2 a:hover {
color: #111;
}
.left h4 {
font-size: 10px;
padding-left: 10px;
color: #001400;
}
.left h4 a {
font-size: 10px;
color: #fff;
}
.left h4 a:hover {
font-size: 10px;
color: #111;
}
.left a {
text-decoration: underline;
color: #008000;
}
.left a:hover {
text-decoration: underline;
color: #FFA500;
}

.imageleft{
padding: 1px;
border: 1px solid #fff;
margin: 10px 10px 10px 0px;
float: left;
}



.right {
float: right;
width: 200px;
padding-top: 10px;
}
.right h2 {

padding-left: 10px;
height: 30px;
line-height: 30px;
background: #008000;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 20px;
color: #008000;
}
.right ul li a {
text-decoration: none;
font-weight: 600;
}
.right ul li a:hover {

}




.articles {
padding: 10px;
}




#footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 200px;
}
#footer a { 
color: #aaa; 
text-decoration: underline;
}
#footer a:hover { 
color: #eee; 
text-decoration: underline;
}
