body {
 
	background-color: #FFF;
 	color: #000; 	 	
 	font-family: "Trebuchet MS", "Verdana"; 
	font-size: 1.0em;
	padding:0px;
	margin:0px;	
	text-align:center;
	
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}

a {color: #B12100; text-decoration: none;}
a:visited {color: #B12100;}

table {
 	width:auto;
 	margin:0px;
 	padding:0px;	
}

th {
	background-color: #9E2009;
	color:white;
 	margin:0px; 	
}

td {
	/*border-bottom: solid 1px silver;*/
	margin:0px;
	padding:2px;
	text-align: left;	
}

table.blank td {
	border-color: white;	
	font-size:12px;
}

#page_holder {
	width:901px;
	height:auto;
	margin:auto;		
	margin-top:20px;
}

#top {
	width:100%;
	height:290px;
	background-color:#FCCA51;
	background: url(/_img/public/top.jpg) no-repeat 0 0;
}

#left_column {
	float:left;
	width:200px;

	border-right: 1px solid #FDDD7D;
}

#right_column {
	float:right;
	width:700px;
	padding: 0px;

}

#left_column_content {
	padding: 12px;
	margin-right: 2px;
	font-size:16px;
	text-align:right;
	color: #B12100;
}

#right_column_content {
	padding: 4px;
	padding-left:16px;
	font-size:14px;
	text-align:justify;
	color: #601200;

}

#copyright {
	float:right;
	font-size:12px;
	color:gray;
}


.listing_image {
	width:140px;

	height: 160px;

	text-align:center;

	float:left;

	font-size:10px;

	font-weight:bold;

}
