/* CSS Document */
body{background-color:#000000;}
#container {
	width: 835px;
	margin: 0 auto;
	text-align: left;
	}
.sideBay{
	
	width: 138px; 
	background-color: #000;
	}

a:link, a:visited, a:active {
	color: #aad64d;
	text-decoration: none;
	}
a:hover {
	color: #f1f1e5;
	text-decoration:underline;
	}
	
.next{text-align:right}
.next a:link, .next a:visited,.next a:active {color: #55d26}
.next a:hover{color: #aad64d;}

