body 
{ 
background-color:#aaa9ac;
}


/**************** wrapper **********************/
#wrap
{
margin: 0 auto;
padding: 0 1px;
min-width:1025px;
max-width:1025px;
}


/**************** boxes ******************************/
.boxtop
{
margin-right: 0px;
margin-left: 0px;
margin-top: 30px;
}


/**************** middle ******************************/
#middle 
{
background-color:#dfdac7;
font-size: 16px;
font-weight: bold; 
color: #1b3826;
font-family:"Century Gothic";
min-width:1025px;
max-width:1025px;
min-height: 525px;
}



/**************** footer ******************************/
#foot 
{
font-size: 12px;
color: #9F0303;
text-align:	center;
border: 1px  solid  #000000;
min-width:1025px;
max-width:1025px;
}



/**************** nav bar 1 menu******************************/

ul#navbar
{
text-align:center;
margin-left: 0;
padding-left: 0;
margin-top: -31px;
white-space:nowrap;
font-family:"Century Gothic"; 
font-size:14px;
font-weight:700;
}

#navbar li 
{
display: inline;
list-style-type: none;
padding-right: 0px;
}

#navbar li a
{
padding: 2px 15px;
text-decoration:none;
background-color:#1b3826;
color:#bcc1ad;
border-color: #bcc1ad;
border-style: outset;
}

#navbar li a:link
{
}

#navbar li a:visited 
{
}


#navbar li a:hover 
{
background-color:#dfdac7;
color: #1b3826;
border-color: #000000;
border-style: double;
}

#navbar li a:active 
{
background-color:#1b3826;
color: #ffff00;
border-color: #bcc1ad;
border-style: outlet;
}

.drawtd {
padding: 10px  10px  10px  10px;
border: 2px  solid  #bcc1ad;
background: #1b3826;
color: #dfdac7;
font-family:"Century Gothic";
font-size:16px;
}


.drawtd2 {
padding: 10px  10px  10px  10px;
border: 2px  solid  #bcc1ad;
background: #bcc1ad;
color: #1b3826;
font-family:"Century Gothic";
font-size:16px;
}




