﻿body {
background-color:#999999;
}

.menulinks
{
     font-family:Arial;
     font-size:13px;
      text-align:center;
      vertical-align:middle;
      padding-top:5px;
     background-image:url(WebImages/MainButs.jpg);
     height:25px;
     width:108px;

}

.menulinks2
{
     font-family:Arial;
     font-size:13px;
     padding-left:20px;
     height:25px;
    

}
.menuHeaderLinks
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding-left:15px;
    padding-top:8px; 
    background-image:url(WebImages/HeaderBack.jpg);
    width:190px; 
    height:28px;

}



.modalBackground { 
        background-color: black; 
        filter: alpha(opacity=50); 
        opacity: 0.5; 

} 
.modalBox 
{ 
        background-color: #f5f5f5; 
        padding: 3px; 
        border-right: black 2px solid; 
        border-top: black 2px solid; 
        border-left: black 2px solid; 
        border-bottom: black 2px solid; 

} 



.ImgGalBoxes
{
	width:250px;
	height:150px; 
	float:left;
	text-align:center;
}