html {
	min-height:100%;
}

body {
	/*	width:100%; */
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	background-color: #FFF;
	background-image: url(../_media/images/index.gif);
	background-repeat: no-repeat;
}

#content {
	font-size: 10px;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 400px;
	position: absolute;
	top: 234px;
	left: 290px;
}

#content p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #D3C57D;
}

#content a 			{ color: #3A0000; text-decoration: none; }
#content a:link		{ color: #3A0000;  } 
#content a:visited	{ color: #3A0000;  } 
#content a:active	{ color: #3A0000;  } 
#content a:hover	{ color: #3A0000;  text-decoration: underline; }

#content h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #D3C57D;
}

#content h2 {
	font-size: 14px;
	margin: 8px 0 0 0;
	padding: 0;
	color: #3A0000;
}

#content ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#content li {
	margin: 0;
	padding: 0;
	color: #D3C57D;
	width: auto;
}

#content li span.good {
	/*border: solid 1px orange;*/
	padding: 0 32px 0 0;
	background-image: url(../_media/images/good.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#content li span.bad {
	/*border: solid 1px red;*/
	padding: 0 27px 0 0;
	background-image: url(../_media/images/bad.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#content a.closed		{ color: #3A0000; text-decoration: line-through; }
