h1 {  font-family: Arial, Helvetica, sans-serif; color: #95B85E; font-size: 14px; font-style: normal; font-weight: bold}
a:link {  font-family: Arial, Helvetica, sans-serif; color: #95B85E; font-weight: bold; text-decoration: underline}
a:visited {  font-family: Arial, Helvetica, sans-serif; color: #95B85E; font-weight: bold; text-decoration: underline}


	html, body {
		height:100%;
		font:12px sans-serif;
		}

	body {
		background-color:#1D1405;
		color:#FFF;
		font:12px sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		background:url("images/back.gif");
		margin:0;
		padding:0;
		}

	#distance { 
		width:1px;
		height:50%;
		
		margin-bottom:-300px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		height:600px;
		width:100%;
		clear:left;		
		}

	#content {
	text-align:center;
	height:472px;
	background:url("images/back-inside.gif");
	
	}
	
	.centerblock {
	text-align:left;
	width:840px;
	margin:auto;
	padding:10px 5px 5px 5px;
	clear:left;
	
	}
		.topbottomblock {
	text-align:left;
	width:840px;
	margin:auto;
	padding:5px;
	clear:left;
	}
	
	.contentframe{
	padding:5px;
	width:520px;
height:440px;
float:right;
overflow:auto;
scrollbar-base-color:#1D1405;
}

	.left{
	float:left;
	}

	.right{
	float:right;
	}
	
tr {
font:12px sans-serif;
}