#title
{
width: 800px;
height: 200px;
background-image:url(../images/title.png);
background-color: #b32234;
margin:0px auto;
text-align:right;
}

#nav
{

width: 800px;
height: 200px;
text-align: center;
margin-top:140px;
}
body
{
background-color:#b32234 }

table
{ 
margin-left: auto;
margin-right: auto;
color: white;
}


#body
{
background-image:url(../images/body.png);
width: 800px;
height: 350px;
margin:0px auto;
     
}

#welcome
{
width: 350px;
height: 340px;
background-image: url(../images/panel1.png);
text-align: center;
float: left;
margin-top: 5px;
margin-left: 5px;
}
#wimage
{
width: 435px;
height: 340px;
background-image: url(../images/panel2.png);
float: left;
margin-top: 5px;
margin-left: 5px;
}

                                        



#address
{
background-image:url(../images/panel1.png);
width: 350px;
height: 200px;
float: left;
text-align: center;
margin-top:3px;
margin-left:3px;
font-family: courier;
}






A:link 
{
color:red;
text-decoration: none;
}

A:visited 
{
color: red;
text-decoration: none;
}

A:hover 
{
text-decoration: none; 
color: white;
}

A:active 
{
color: red;
text-decoration: none;
}

p
{
color: white;
 }



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #b32234;
}


h3
{
font-size: 14pt;
color: red;
text-align: center;
}
