body
{
background-color:#000000;
background-image:url('/images/background.png');
background-repeat:no-repeat;

}
a:link {color:#050505}  
a:visited {color:#343434}  

#container{
	background-color:#D8D6D7;
	width:900px;
	border-style:solid;
	border-width:1px;
	
}


#headering{
	width:900px;
	height:175px;
    background-color:#676767;
    
}

#headering a{
	color:#ffffff;
	text-decoration:none;
	font-size:115%;

}
#headering a:hover{
	color:#bebedd;
}

#headering table{
	width:100%;
	
}
#headering td{
	
	width:20%;
	text-align:center;
}

#content{
	width:100% -5px;
	margin:5px;
}

#content a:hover{
	color:#9e9e9e;
}

.nav{
line-height:25px;
font-size:105%;
padding:15px;
}

td.linkcell{
	padding: 8px;
}

img.thumbnail{
	margin: 5px;
	width: 100px;
}
