html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #7c828d;
}

#menu a {
	font: bold 10px 'Trebuchet MS';
	color: #7c828d;
	text-decoration:none;
	padding: 4 10 4 0;
	display:block;
}
#menu a:hover {
	color: #c53838;
}

#menu a.active {
	color: #c53838;
}

#menu .sub a {
	padding: 4 12 4 0;
}

#menu .sub a:hover {
	background: url('images/a.marked.bg.gif') no-repeat right;
}

#menu .sub a.active {
	background: url('images/a.marked.bg.gif') no-repeat right;
}

#content {
	font: 12px/18px 'Trebuchet MS';
	color: #4b4338;
}

#content h1 {
	font: 18px 'Trebuchet MS';
	color: #b60d0d;
}

#content a {
	color: #4b4338;
}

#content a.marked {
	font: 10px 'Trebuchet MS';
	color: #4b4338;
	background: url('images/a.marked.bg.gif') no-repeat right;
	text-decoration: none;
	padding: 0 7 0 0;
}

.copy {
	font: 10px 'Trebuchet MS';
	color: #e5e6e8;	
}

.copy a {
	text-decoration: none;
	color: #e5e6e8;		
}
