html, body {
font-family: Arial, Helvetica, sans-serif;
background-color:#eeeeee;
background-image:url(../images/membg.gif);
background-repeat:repeat-x;
margin:0;
padding:0;
height:auto;
margin-bottom:20px;

}

/*This is the main container*/
#wrapper
{
margin: 0 auto;
padding: 0;
position: relative;
width: 800px;
min-height: 100%;
height:auto;
z-index:1;
/*border:1px solid #FF0000;*/
}

.heading
{
background-color:#660066;
padding:4px;
color:#FFF;
width:780px;
margin-bottom:10px;
}


#header
{
background-image:url(../images/bannertop.gif);
background-repeat:no-repeat;
height: 186px;
width: 800px;
/*border:1px solid #FF0000;*/
}

#about
{
height:280px;
width:800px;
float:left;
padding-top:0;
margin-top:10px;
}

#link
{
color:#FFFFFF;
margin-bottom:2px;
margin-top:2px;
}


#links a
{
font-weight:bold;
font-size:14px;
color: #FFFFFF;
text-decoration:none;
}


#links a:hover
{
font-weight:bold;
font-size:14px;
color: #eeeeee;
text-decoration:underline;
}

#tributes
{
float:left;
font-size:12px;
width: 747px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding:20px;
margin-bottom:10px;
}

#heading
{
border-bottom:2px solid #CCCCCC;
}

