html body
{
margin:auto;
font-family:tahoma,times;
text-align:center;
background:#6B6A6A url('Images/bg.gif') repeat-x;
}

#container
{
width:920px;
margin:auto;
text-align:left;
background:#fff;
}

#mast
{
height:120px;
background:#3b3b3b url('Images/mast.gif') top right no-repeat;
color:#fff;
}

#mast_padding
{
padding:10px 0px 0px 10px;
}

.padding
{
padding:5px;
}

h1
{
margin:0px;
}

h2
{
margin:0px;
font-size:1.5em;
}

h3
{
margin:0px 0px 5px 0px;
}

h4
{
margin:20px 0px 5px 0px;
border-bottom:1px dotted #000;
}

#body
{
font-size:13px;
}

a:link, a:active, a:visited
{
color:blue;
}

a:hover
{
text-decoration:none;
}

#body_right
{
width:250px;
float:right;
background:#f5f5f6;
height:1000px;
}

#body_left
{
width:640px;
float:left;
}

#footer
{
clear:both;
height:40px;
line-height:40px;
font-size:12px;
color:#fff;
text-align:center;
background: #3b3b3b;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

.clear
{
clear:both;
}

.browse_right
{
width:300px;
float:left;
background-color:#f5f5f6;
border-top:1px solid gray;
border-bottom:1px solid gray;
padding:3px;
margin:0px 0px 0px 10px;
}

.browse_left
{
width:300px;
float:left;
background-color:#f5f5f6;
border-top:1px solid gray;
border-bottom:1px solid gray;
padding:3px;
}

li
{
list-style:none;
}

.hh_l
{
width:48%;
float:left;
text-align:justify;
}

.hh_r
{
width:48%;
float:right;
text-align:justify;
}

