body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #393C39;
	font-size: 0.8em;
	margin: 0px;
}

table#screen {
	position: relative;
	width: 861px;
}
td {
	vertical-align: top;
	color: #FFFFFF;
}
td#header {
	background-position: top left;
	background-repeat: no-repeat;
	height: 248px;
}
td#navigation {
	background-image: url('../img/site/navigationbg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width: 241px;
}
td#content {
	background-image: url('../img/site/contentbg.gif');
	width: 489px;
}
td#spacer {
	background-image: url('../img/site/spacerbg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px;
	width: 143px;
}
td#footer {
	background-image: url('../img/site/footer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 136px;

}
img.adminlink {
	position: relative;
	border: 0px solid;
	height: 26px;
	width: 61px;
	left: 662px;
	top: 78px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #FFFF00; 
	text-decoration: none;
}
a:active {
	color: #008000; 
	text-decoration: none;
}
a:hover {
	color: #FF0000; 
	text-decoration: none;
}