a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a:link {color:#fff;}   
a:visited {color:#fff;}  
a:hover {color:#fff;}  
a:active {color:#fff;} 

#bucket {
text-decoration:none;
background-color:#000000;
font-family: Arial, Geneva, sans-serif;
width: 1100px;
height: auto;
margin-left: auto;
margin-right: auto;
font-weight: bold;
}

#header{
float:left;
width:1100px;
position:relative;
z-index:900;
height:50px;
background-color:#282a1e;
}

#nav{
text-decoration:none;
position: relative;
z-index:500;
background-image:url("nav.jpg"); 
float:left;
color:#fff;
padding-top:75px;
padding-left:25px;
text-shadow: 3px 3px 3px #000;
width:225px;
height:380px;
font-weight:bold;

}


#content {
float:right;
position: relative;
z-index:1;
background-color:#282a1e;
width:auto;
height:500px;

}

#midcontent  {
overflow:auto;
position:relative;
width:450px;
height:360px;
float:left;
padding-top:100px;
padding-left:50px;
color:#fff;
text-shadow: 3px 3px 3px #000;

}

