<style type="text/css">
body {
background: #fff;
color: #000;
}
p, a, h1, h2, li {
font-family: arial, helvetica, sans-serif;
}	
p, a, li {
font-size: 12px;
text-align: justify;
}
a, a:link, a:active, a:visited {
color: #619e1e;
text-decoration: none;
}
a:hover{
color: #b8de1c;
text-decoration: none;
}
h1 {
font-size: 14px;
text-transform: uppercase;
color: #619e1e;
}
h2 {
font-size: 12px;
text-transform: uppercase;
}
#wrap{
width: 800px;
margin-left: auto;
margin-right: auto;
background: url(imgs/footer.gif) bottom left no-repeat #619e1e;
padding-bottom: 20px;
}
#header {
background: url(imgs/banner.gif) top left no-repeat #619e1e;
margin: 0;
}
#banner {
background: transparent;
height: 208px;
}
#nav{
background: transparent;
margin-left: 110px;
}
#nav a{
text-transform: uppercase;
margin-right: 30px;
padding: 2px 4px;
background: #05150a;
font-size: 14px;
}

#nav a:link, #nav a:active, #nav a:visited{
color: #b8de1c;
text-decoration: none;
}

#nav a:hover {
color: #619e1e;
text-decoration: none;
}

#nav li{
display: inline;
}
#content{
background: #619e1e;
margin: 0;
}
#sidebar_left{
width: 125px;
background: transparent;
color: #fff;
float: left;
padding: 10px;
}

#sidebar_left p {
text-align: left;
}

#sidebar_left a, #sidebar_left a:link, #sidebar_left a:active, #sidebar_left a:visited{
color: #b8de1c;
text-decoration: none;
}

#sidebar_left a:hover{
text-decoration: underline;
}

.trc{
background: url(imgs/trc.gif) 100% 0 no-repeat #fff; 
padding: 10px 40px 20px 30px;
width: 574px;
margin-left: 143px;
}

.right{
float: right;
padding: 10px 5px 20px 10px;	
}

#footer{
width: 592px;
margin-left: 264px;
padding: 45px 0 0 20px;
background: transparent;
font-size: 10px;
font-family: arial, helvetica, sans-serif;
text-align: center;
color: #999;
}
#footer a{
color: #666;
}
#footer a:hover{
color: #b8de1c;
}
.clear {
font-size: 1px; 
height: 1px;
}

img .thumb {
float: left;
padding: 5px;	
}

a img{
border: none;
text-decoration: none;	
}
</style>