#container {
width:810px;
margin:20px auto 20px auto;
background:#ffffff;}

/* The sidebar and descendants */
#sidebar   {
color: #ccc; 
font-size: 1.1em; 
line-height: 150%; 
background: #ffffff  no-repeat;
margin:10px 0px 0px 0px; 
text-align: left;
width: 135px;
float: left;
}




#sidebar ul {
list-style:none;
margin:0px 0px 0px 5px;
padding:0px;
color: #000000; 
font-size: 1.1em; 
line-height: 150%; 
font-weight: bold; 
text-decoration: none;
}


#sidebar li {
display:list-item;
margin:0 10px 0 0;
padding:0;
line-height:200%;
}

#sidebar li a:link, #sidebar li a:visited {
text-decoration:none; 
font-size: 1em; 
line-height: 150%;
font-weight:bold;
color:#000000;
}

#sidebar li a:hover {
color:#cc6600;
}

#sidebar img {
border:1px solid #000000;
margin-top: 11px;
}

#sidebar a:hover img {
border:1px solid #cc6600;
}



/* Highlighting the current page */
#news #sidebar a.news{ 
border-bottom:1px solid #cc6600;
}
#team #sidebar a.team{ 
border-bottom:1px solid #cc6600;
}
#decks2008 #sidebar a.decks2008{ 
border-bottom:1px solid #cc6600;
}
#shirts #sidebar a.shirts{ 
border-bottom:1px solid #cc6600;
}
#goodies #sidebar a.goodies{ 
border-bottom:1px solid #cc6600;
}
#store #sidebar a.store{ 
border-bottom:1px solid #cc6600;
}
#links #sidebar a.links{ 
border-bottom:1px solid #cc6600;
}
#contact #sidebar a.contact{ 
border-bottom:1px solid #cc6600;
}

body#news a#newsnav,
body#decks2008 a#decks2008nav,
body#team a#teamnav,
body#shirts a#shirtsnav,
body#goodies a#goodiesnav,
body#store a#storenav,
body#links a#linksnav,
body#contact a#contactnav
{
	color: #c0c0c0;
}