body
{
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #9F010B; 
background-color:#F3E6BB;
}

#container 
{
height:461px;
width:701px;
left:50%;
margin-left:-350px;
margin-top:-230px;
position:absolute;
top:50%;
}

#head 
{
height: 80px;
width: 100%;

}

#middle
{
border:1px solid #9B0004;
background-color:#F3E6BB;
height:389px;
width:100%;
}

#foot 
{
top:10px;
height:30px;
font-size:9pt;
float:left;
width: 100%;
}

#navigation
{
float:right;
position:relative;
top:50px;
word-spacing:30px;
}

#navigation a
{
font-size:9pt;
color:#9F010B;
text-decoration:none;
}

#navigation a:hover
{
color:#fc3300;
}

#logo
{
width:298px;
float:left;
}

#content 
{
height:369px;
width:383px;
margin: 10px 10px 10px 10px;
overflow:auto;
font-size:12px;
}

#content a
{
font-weight:bold;
text-decoration:none;
color: #9F010B;
}

#content a:hover
{
text-decoration:underline;
}

.heading1
{
font-size:13px;
font-weight:bold;
}

#introduction
{
text-align:center;
}

#menu
{
text-align:center;
}

#contact fieldset
{
border: none;
}

#contact legend
{
display: none;
}

#contact textarea
{
width:343px;
border-style: solid;
border-color: #9F010B;
border-width: 1px;
}

#contact input
{
border-style: solid;
border-color: #9F010B;
border-width: 1px;
}

