body {
/*	background: #585858;*/
	background: url(bg.newgray.jpg);
}

.page #header, .page #menu, .page #content {
	border-left: 2px #393e40 solid;
	border-right: 2px #393e40 solid;
}

.page #content {
	border-bottom: 2px #393e40 solid;
}

.page #menu {
	border-top: 2px #393e40 solid;
	background: #70150c;
}

.page #menu a {
	color: #f1ce57;
}

.page #menu a:hover {
	background: #90261b;
}

.page #header {
	border-bottom: 0;
	background: #2c2c33;
	margin-bottom: 24px;
	text-align: center;
	border-bottom: 2px #393e40 solid;
	letter-spacing: 1px;
	height: 40px;
	padding: 30px;
	background: url(head.jpg);
/*	background: none; border: 0; margin: 0;*/
}

.page #header h1 {
	color: #f1ce57;
	font-size: 270%;
	font-family: Times;
	font-weight: normal;
}