body 
{   
background-color:#6a777b;
font-family:  "Century Gothic"; 
 }

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

/**************** banner **********************/
#head 
{
border: 2px  solid  #000000;
height: 100px;
}

/**************** content **********************/
#main {
background-color:#7a888d;
font-size: 16px;
font-weight: 550 ; 
color: #000000;
text-align: center;
border: 2px  solid  #000000;
height: 560px;
}

/**************** left side *******************/
#side 
{
border: 2px  solid  #000000;
float:left;
}

/**************** footer ******************************/
div#footer
{
clear: both;
border-bottom: 2px  solid  #000000;
border-left: 2px  solid  #000000;
border-right: 2px  solid  #000000;

}

/**************** misc ********************************/

h1, h2, h3, h4, h5
{
font-weight: 550; 
color: #000000;
}

/***around photos***/
.drawtd 
{
padding: 1px  1px  1px  1px;
border: 1px  solid  #798a92;
background: #7c8d94;
}

/**************** navagation bar **********************/
/**a.link not visited yet
 **a.visited visited
 **a.hover hover
 **a.active as you click *****************************/

ul#navbar
{
text-align:center;
margin-left: 0;
padding-left: 0;
margin-top: 10px;
white-space:nowrap;
font-family:"Century Gothic"; 
font-size:12px;
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:#d1d1d1;
color:#000000;
border-color: #d1d1d1;
border-style: solid;

}

#navbar li a:link
{
}

#navbar li a:visited 
{
}


#navbar li a:hover 
{
background-color:#b6c9d0;
color: #4a7c92;
}

#navbar li a:active 
{
background-color:#4a7c92;
color: #b6c9d0;
}
