body { 
	background: #000; 
	text-align: center; 
	font-family: verdana, sans-serif;
	margin: 0;
}
#page { 
	position: relative; /* for menu absolute */
	width: 910px; 
	margin: 20px auto; 
	padding: 12px;
	text-align: left; 
	background: #3c3c3c;
	border: 2px solid #666; 
}
#header {
/* moved to template script
	background: url(images/header.jpg); 
	height: 128px;
*/
	height: 1px;
	width: 910px;
}
#menu {
	font-size: 12px;
	position: absolute; 
	top: 105px; left: 244px;
	height: 20px;
	font-weight: bold;
	margin: 0;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	display: inline;
	padding: 2px 20px;
}
#menu a, #menu a:link {
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	color: #fc3;
}

.on a:link {
	color: #fc3;
}

#framed {
	width: 100%;
	height: 1000px;
}
#footer {
	background: #f00;
}
