BODY {
	background-color: #231f20;
	background-image: url(bckgrnd.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
DIV#container,
DIV#footer {
	width: 642px;
	margin: 0px auto;
	padding: 0;
}
DIV#container {
	background-image: url(bckgrnd_container.png);
	background-repeat: repeat-y;
	padding: 0 0 100px 0;
}
IMG#header {
	margin: 0 0 0 21px;
}
TABLE.comps {
	width: 550px;
	margin: 5px 0 15px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
TABLE.comps TH,
TABLE.comps TD {
padding: 5px;
border-top: 2px solid #fff;;
}
TABLE.comps TH {
	font-size: 16px;
}
TABLE.comps TD {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	background-color: #E9ECED;
}
TABLE.comps TD.comment {
	width: 100px;
}
TABLE.comps TD A IMG {
border: 0;
}
TABLE.comps TD A {
border-bottom: 1px solid #E9ECED;
}
TABLE.comps TD A:hover {
border-bottom: 1px #782A2A dotted;
}
H1,
H2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
H2 {
	font-size: 11px;
}
H1 {
	font-size: 20px;
}
LI,
P {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
UL {
	margin: 3px 20px;
	padding: 0;
	list-style: square;
}
OL {
	margin: 3px 25px;
	padding: 0;
}
A {
	color: #782A2A;
	text-decoration: none;
}
A:hover {
	border-bottom: 1px #782A2A dotted;
}
DIV.entry,
DIV#resources {
	width: 549px;
	margin: 0 0 0 37px;
	padding: 10px;
}
DIV#resources {
	background-color: #FEEFCB;
}
DIV#resources UL LI {
	font-size: 10px;
}
DIV.entry {
	border-bottom: 1px solid #E6E6E6;
}
.disable, LI.disable A, LI.disable A:hover {
	color: #999999;
	cursor: text;
}
LI.disable A:hover {
	border-bottom: 0px;
}