#header1 {
height: 180px;
position: relative;
background-image: url(images/headerbgsample1.jpg);
border-bottom: 2px solid #000000;
clear: both;
font-size: 67px;
font-weight: bold;
color: #ffffff;
text-align: center;
}

#navbar {
font-size: 18px;
height: 2em;
margin: 0;
}


#navbar li {
    list-style: none;
    float: left;
    display: inline;    
 }
        
#navbar li a {
    display: block;
    padding: 3px 8px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;     
}
    
#navbar li ul {
    display: none;
    width: 10em; 
    background-color: #000000;
}



#navbar li:hover ul, #navbar li.hover ul{
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;     
}
    
    
#navbar li:hover li, #navbar li.hover li {
    float: none;    
}
     
#navbar li:hover li a, #navbar li.hover li {
    background-color: #000000;
    border-bottom: 1px solid #fff;
    color: #ffffff;     
}
    
#navbar li li a:hover {
    background-color: #000000;   
 }
    

#colmask {
postion:relative;
clear:both;
float:left;
width:100%;
overflow:hidden;
background-color: #000;
}

#colmid {
float:left;
width:200%;
position:relative;
left:170px;
background:#b6b6c1;
}

#colright {
float:left;
width:100%;
position:relative;
left:50%;
margin-left:-370px;
background-color: #000;
}

#col1wrap {
float:right;
width:50%;
position:relative;
right:100%;
}

#col1pad {
margin:0 15px 0 415px;
overflow:hidden;
}

#body {
width:100%;
overflow:hidden;
text-align: center;
}

#leftnav {
float: left;
width: 140px;
position:relative;
margin-left:-50%;
left:215px;
overflow:hidden;
font-weight: bold;
text-align: center;
font-size: 18px;
color: #fff;
}

#rightnav {
float: left;
width: 140px;
position:relative;
left:15px;
overflow:hidden;
font-weight: bold;
text-align: center;
font-size: 18px;
color: #fff;
}


#body h1 {
font-size: 50;
font-weight: bolder;
}

#body h2 {
font-size: 30;
font-weight: bold;
}

#body sire {
font-size: 20;
float: left;
padding-left: 70px;

}

#body dam {
font-size: 20;
float: right;
padding-right: 70px;


}

#bodyfooter {
float: bottom;
}

#footer {
height: 120px;
float: left;
width:100%;
padding:0;
margin:0;
clear: both;
background-color: #B6B6C1;
font-size: 12px;
color: #4f4f4f;
padding-top: 50px;
}



