@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(rand_L.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f0f0f0;
}

body, #page {
	font-size: 10.5pt;
}
#menu {
	width: 200px;
}
#top {
	height: 150px;
}
#content {
}
#header {
	height: 56px;
}
#main {
	width: 850px;
}
.shadow{
	border-right: 4px solid black;
	border-bottom: 4px solid black;
}
td {
	vertical-align: top;
}
a {
	color: red;
	cursor: pointer;
}
a:hover {
	color: white;
} 
.active, .active a {
	color: white;

}
.prevNext {
	width: 50px;
	border: 1px solid #666;
	display: inline;
	padding: 2px;
	margin: 2px;
	text-align: center;
}
.prevNext a {
	text-decoration: none;
}