body { 
color: black; 
background-image: url(../images/mainbcg.jpg);
padding: 0px;
margin: 0pt;
font-family: Arial;
}

A:visited  {color:#FFFFFF; text-decoration: none;}
A:link  {color:#FFFFFF; text-decoration: none;}
A:active  {color: #FFFFFF; text-decoration: none;}
A:hover   {cursor: pointer; color: Yellow;}

div.top {
height: 273px;
width: 100%;
padding: 0;
text-align: center;
background-image: url(../images/topbcg.jpg);
background-repeat: repeat-x;
}

div.container {

}

div.main {
width: 769px;
margin: auto;
text-align: center;
}

div.main2 {
width: 800px;
margin: auto;
text-align: center;
}

div.mainmenucontainer {
float: left;
padding: 0;
width: 112px;
left: 0;
}

div.bottommenucontainer {
padding: 0;
margin-left: auto;
margin-right: auto;
width: 560px;
}


ul.mainmenu {
float: left;
width: 112px;
height: 330px;
list-style-type: none;
background-color: transparent;
white-space: nowrap;
}

ul.bottommenu {
height: 66px;
background-color: transparent;
width: 560px;
white-space: nowrap;
clear: both;
padding: 0;
}

ul.bottommenu li {
width: 112px;
display: inline;
list-style-type: none;
float: left;
text-align: center;
}

a.bio {
display: block;
width: 112px;
height: 66px;
background: url(../images/BIO-button.gif) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.bio {
background-position: -112px 0;
}

a.dadsarmy {
display: block;
width: 112px;
height: 66px;
background: url(../images/DADS-ARMY-button.gif) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.dadsarmy {
background-position: -112px 0;
}

a.homeguard {
display: block;
width: 112px;
height: 66px;
background: url(../images/HOME-GUARD-button.gif) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.homeguard {
background-position: -112px 0;
}

a.contact {
display: block;
width: 112px;
height: 66px;
background: url(../images/CONTACT-button.gif) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.contact {
background-position: -112px 0;
}

a.photos {
display: block;
width: 112px;
height: 66px;
background: url(../images/PHOTOS-button.gif) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.photos {
background-position: -112px 0;
}
