



h1 {font-weight: bold; font-size: 14px; font-family: Arial, helvetica, sans-serif; text-align: center;}
h2 {font-weight: bold; font-size: 18px; font-family: Arial, helvetica, sans-serif; text-align: center;}
p {font-size: 12px; font-family: sans-serif; text-align: justify;}

a:hover { font-size: 12px; color: red; text-decoration: underline; }
a:link { font-size: 12px; color: blue; text-decoration: underline; }
a:visited { font-size: 12px; color: purple; text-decoration: underline; } 

BODY {
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
}

div.header {
	position: absolute;
	background-image: url("images/sshheader.jpg"); 
	top: 0px; 
	left: 0px; 
	height: 150px;
	width: 910px;
}

div.yellowbar {
	position: absolute;
	background-color: #323901; 
	top: 151px; 
	left: 0px; 
	height: 3px;
	width: 910px;
}

div.columnleft {
	position: absolute;
	background-color: #D3D3B7; 
	top: 150px; 
	left: 0px; 
	height: 1515px;
	width: 190px;
	padding: 10px 10px 10px 10px;
}



div.columnmiddle {
	position: absolute;
	background-color: #fffff7; 
	top: 150px; 
	left: 220px; 
	height: 1515px;
	width: 480px;
	padding: 5px 5px 5px 5px;
}

div.columnright {
	position: absolute;
	background-color: #D3D3B7; 
	top: 150px; 
	left: 710px; 
	height: 1515px;
	width: 180px;
	padding: 10px 10px 10px 10px;
}

div.columnrightpic {
	position: absolute;
	background-image: url("images/sold.jpg"); 
	top: 15px; 
	left: 15px; 
	height: 180px;
	width: 160px;




				

