 html {
                height: 100%;
            }
            
 body {
                margin: 0;                
                padding: 0;
                height: 100%;                
                
                background-image:URL('images/bgimage.jpg');
                background-attachment: fixed;
            background-repeat:repeat-x;
          background-color: #000000;}
          
.content {    font-size: 13px;
                font-family: Trebuchet MS, Helvetica, sans-serif;
                color: black;     
          }
          
.leftcontent {    font-size: 12px;
                font-family: Trebuchet MS, Helvetica, sans-serif;
                color: white;     
          }   
          
.menulinks {    font-size: 13px;
		font-weight:bold;
                font-family: geneva, verdana, serif;
                color: #e58d1a;     
          }              
.contentmargin
{padding:20px;}
h1 {color:#4f2401;font-size:25px;} 

h2 {color:#4f2401;font-size:20px;} 

a {text-decoration:none;}
a:hover {text-decoration:underline;}

a.left {text-decoration:none; color:white;}
a.left:hover {text-decoration:underline;color:white;}

ul {
                margin: 10;                
                padding: 10;
}  
         
.footer{     background-image:URL(images/footerbg.jpg);               
            background-repeat:repeat-x;
            width: 955px;
            height: 109px;
          }
          
.menu{     background-image:URL(images/menubg2.jpg);               
            background-repeat:repeat-x;
            width: 955px;
            height: 35px;
          }
hr {
    height:5px;
    width:80%;
    background:#446791;
    margin-top:30px;margin-bottom:30px;
   }          
       
