

body{
	background:#111;
	}
	
#content{
	width: 800px;
	margin: 0px auto;
	color: #f5f5f5;
	font-size: 16px;
	font-family: arial;
	}
	
#content h1{
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	}

a.em{
	font-size: 11px;
	font-weight: bold;
	color: #151515;
	text-decoration: none;}
	
#left{
	float: left;
	width: 550px;
	min-height: 400px;
	}
	
#right{
	float: right;
	width: 230px;
	min-height: 400px;
	}
	
#right img{ border: 2px solid #444; margin-bottom: 10px;}
	
table{
	font-family: arial;
	font-size: 12px;
	color: #fff;
	border: 0px;
	}
	
table tr td{
	vertical-align: top;
	padding: 5px;
	}
	
table tr#labels{
	background: #444;
	color: #fff;
	font-weight: bold;
	font-size: 14px;}