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 A.index {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	background:url('../../gfx/icons/bullet_list.png') no-repeat 0% 50%;
	padding-left:20px;
	padding-bottom:3px;
}
DIV#content UL {
	list-style-type:none;
	margin-bottom:5px;
}
	DIV#content UL LI {
		display:inline;
		font-weight:bold;
	}
TABLE.color {
	margin:auto;
}
	TABLE.color TD, TABLE.color TH {
		border:0px;
	}
