DIV#content {
	background:#F6F3EB;
}
	DIV#content DIV.inner {
		padding:10px;
	}
DIV#content H1 {
	font-size:150%;
	background:#333;
	padding:5px;
	color:#eee;
}
	DIV#content H1 A {
		color:#eee;
	}
DIV#content P.description {
	background:#E6DDC9;
	padding:10px;
	font-size:130%;
	border-bottom:1px solid #9C8B64;
	margin-bottom:5px;
}
DIV#content UL {
	list-style-type:none;
	margin-bottom:5px;
}
	DIV#content UL LI {
		display:inline;
		font-weight:bold;	
	}
DIV#content TABLE.color TD IMG {
	border:1px solid #333;
}
