html{
height:100%;
}


body{
background-image:url(../images/bg.gif);
background-color:#086f3d;
background-repeat:repeat-y;
height:100%;
}

.clear_div {
clear:both;
font-size:0;
height:0;
line-height:0;
}
.pseudo_div {
height:0;
position:relative;
width:0;
}
td {
vertical-align:top;
}


#menu_left{
float:left;
position:relative;
width:215px;
margin-right:15px;
margin-bottom:15px;

}


#main{
margin-top:5px;
width:910px;
margin-bottom:15px;
position:relative;
}

#header{

background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
height:202px;
width:910px;
margin-bottom:20px;
}
#headerhomelink{
height:80px;
left:10px;
position:absolute;
top:11px;
width:210px;
cursor:pointer;
}


.content{

float:left;
width:430px;
margin-left:15px;
padding-bottom:20px;

}

.content_news,.content_right{
margin-top:30px;
}


.content_right, .content_news{
float:left;
width:205px;
margin-left:15px;
background-color:#eef5f1;
margin-bottom:0px;
}

.content_news{
}

.content_right{
background-color:#ffffff;
}

.content_news, .content_news h2{
border-color:#08703d;
}

#footer{
left:910px;
position:absolute;
top:202px;
}
#footer div{
background-image:url(../images/footer.gif);
height:187px;
width:25px;
cursor:pointer;
}


