html, body{
 margin: 0;
 padding: 0;
 background-image: url(images/bg8.jpg);
 background-position: center;
 background-repeat: repeat-y;}

#all{
 width: 776px;
 margin-left: auto;
 margin-right: auto;
}

#header{
 position: relative;
 height: 170px;
 width: 100%;
 background-image: url(images/logo1.jpg);
 background-position: center;
 background-repeat: no-repeat;
 margin: 0;
 padding: 0;
 clear: both;

}

#menu{
 float: left;
 width: 100px;
 border: none;
 display: inline;
}


#menu ul{
 height: 250px;
 padding: 0;
 margin: 5px;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;}

#menu li{
 display: block;
 margin: 15px;
 padding: 0;
 list-style-type: none;}

#menu a{
 text-decoration: none;
 background: transparent url(images/button2.jpg) left no-repeat;
 margin: 0;
 padding: 5px 5px 5px 20px;}

#menu a:link {
 color: #000000;}
#menu a:visited {
 color: #8F8F8F;}
#menu a:hover{
 background: transparent url(images/buttonhover2.jpg) left no-repeat;
 color:#000000;}
#menu a:active{
 background: transparent url(images/buttonhover2.jpg) left no-repeat;
 color: #000000;}

#maincol{
 width:600px;
 float:right;
 background: transparent;
 overflow: auto;
 clear: right;}

#content{
 margin: 0;
 padding: 10px 20px 10px 20px;
 font: 1em arial, sans serif;
 text-align: left;
 background-image: url(images/bgcontent.gif);
 background-position: right bottom;
 background-repeat: no-repeat;
 height:475px;
 overflow:auto;}

#content h1{
 font: 1.1em/1.4em arial,"sans serif";
 color: #000000;
 border-bottom: 1px solid #0060FF;}

#content h2{
 font:1.1em arial,"sans serif";
 font-weight:bold; }

#content p{
 font: .8em arial,"sans serif"; }

#content ul{
 font: .8em arial,"sans serif";
 list-style-type: square;
}
#content a{
 margin: 0;
 padding: 0;}

#content a:link {
 color: #1C60C9;
 text-decoration: underline; }
#content a:visited {
 color: #6F6F6F;}
#content a:hover{
 color:#99CC66;}
#content a:active{
 color: #99CC66;}

#foot{
height:100px;
margin-top: 540px;}

 #foot p{
 margin: 0;
 padding-top: 5px;
 padding-right: 20px;
 text-align: right;
 font-family: arial, sans-serif;
 font-size: 0.8em;
 color: #000000;}

