*{
padding:0;
margin:0;
}

html, body{
font-family: Verdana;
margin: 0;
padding: 0;
font-size: 13px;
}



#container{
width: 960px;
height: auto;
margin: 0px auto;
margin-top: 5px;
}

.header{
width: 100%;
height: 160px;
background-image: url('hb.jpg');
background-repeat: repeat-x;
text-align: center;
text-margin: 5px;
color: #FFFFFF;
}

h1{
font-family: arial;
}

h2{
color: #125eab;
font-size: 16px;
}

h3{
font-family: serif;
}

#content{
width: 850px;
height: auto;
padding: 0;
margin: 0px auto;
margin-left: auto;
margin-right: auto;
float: right;
margin-top: 5px;

}


#navigation {
width: 900px;
background-color: #FFFFFFF;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

#navigation ul {
padding: 0px;
margin: 0px;
list-style: none;

}


#navigation ul li {
margin-left: 40px;
display: inline;
list-style: none;
}

#navigation a:active
{
  outline: none;
}



#navigation ul li a {
text-decoration: none;
text-align: center;
width: 220px;
padding: 0px;
paddin-top: 5px;

}
a.for:active{outline: none;}
a.for:link {color: #FFFFFF; text-decoration: none}
a.for:visited {color: #FFFFFF; text-decoration: none}
a.for:hover {color: #c29f12}

a.head:active{outline: none;}
a.head:link {color: #FFFFFF; text-decoration: none}
a.head:visited {color: #FFFFFF; text-decoration: none}
a.head:hover {color: none}

#leftcol{
width: 100px;
height: 500px;
background-color: #000000;
float: left;
margin-top: 5px;
margin-bottom: 5px;
}

#footer{
width: 600px;
height: 40px;
/*background-image: url('f_bg.gif');*/
background-repeat: repeat-x;
clear: both;
text-align: center;
color: #000000;
font-size: 10px;
margin: 0px auto;
}

.hr{
width: 670px;
}
