/* 1st version of indexaw */

/* basic elements */

#contentholder {
	margin-left:192px;
	margin-right:167px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #fff;
	}
#tabholder {
	background-color:#CCCCCC;
	padding: 10px 0px 0px 10px;
	}
#content {
	padding: 10px 5px 5px 10px;
	}
#content img {
	float: left;
	margin: 0px 10px 4px 0px;
	}
#content a:link {
color:#0000FF;
text-decoration:underline;
}
#content a:visited {
color:#0000FF;
text-decoration:underline;
}
#content a:hover {
color:#CC0000;
text-decoration:underline;
}
#forsale {
	float:right;
	margin-left:10px;
	border-left:1px dotted #cccccc;
	width:110px;
	height:750px;
	font-size:70%;
	padding: 5px 15px 5px 5px;
	text-align: center;
	}
#news {
	float:right;
	background-color:#CCCCCC;
	width:165px;
	padding:0px 0px 5px 0px;
	border-bottom: 2px solid #fff;
	}
#news h2 {
	font-size: 100%;
	font-weight:bold;
	color: #840A1B;
	margin: 8px 6px 0px 6px; 
	padding: 0px 2px 0px 0px;
	line-height: 20px; 
	border-bottom: #000000 1px solid;
	}
#news b {
	font-size:75%;
	font-weight:bold;
	}
#news p {
	margin: 0px 6px 0px 6px; 
	padding: 0px 2px 0px 2px;
	line-height: 15px; 
	border-bottom: #000000 1px solid;
	}
#news img {
	margin: -8px 19px 2px 12px; 
	}
	