body
{
background-image: url(images/bg.jpg);
background-repeat:repeat-x;
background-color: #000000;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 0px;
}

h1 
{
display: inline;
font-size: 13px;
}

#wrapper
{
width: 830px;
height: auto;
overflow: hidden;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url(images/main_bg.png);
}
#header
{
background-image: url(images/header.png);
overflow: hidden;
margin-left: auto;
margin-right: auto;
width: 830px;
height:190px;
}
#contentleft
{
float: left;
width: 480px;
margin-left: 30px;
text-align: justify;
padding-bottom: 20px;
}
#contentleft a, a:visited
{
color: #009900;
text-decoration: none;
font-weight: bold;
}
#contentright
{
float: right;
width: 270px;
margin-right: 35px;
text-align: justify;
padding-bottom: 20px;
}
#contentright a, a:visited
{
color: #009900;
text-decoration: none;
font-weight: bold;
}
#news
{
border-bottom: 1px dotted #006600;
padding-top: 10px;
padding-bottom: 10px;
}
#news a, a:visited
{
color: #009900
}
#footer
{
border-top: solid #000000 1px;
width: 780px;
padding-top: 10px;
padding-bottom: 20px;
margin-left: 20px;
padding-left: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}
#footer a, a:visited
{
color: #009900;
text-decoration: none;
font-weight: bold;
}

.clear
{
clear: both;
}
