



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;}
p.center {font-size: 12px; font-family: sans-serif; text-align: center;}
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: 900px;
}

div.yellowbar {
	position: absolute;
	background-color: #323901; 
	top: 151px; 
	left: 0px; 
	height: 3px;
	width: 900px;
}

div.columnleft {
	position: absolute;
	background-color: #D3D3B7; 
	top: 150px; 
	left: 0px; 
	height: 1515px;
	width: 175px;
	padding: 15px 15px 15px 15px;
}



div.columnmiddle {
	position: absolute;
	background-color: #fffff7; 
	top: 150px; 
	left: 200px; 
	height: 1515px;
	width: 465px;
	padding: 15px 15px 15px 15px;
}

div.columnright {
	position: absolute;
	background-color: #D3D3B7; 
	top: 150px; 
	left: 695px; 
	height: 1515px;
	width: 175px;
	padding: 15px 15px 15px 15px;
}

div.columnrightpic {
	position: absolute;
	background-image: url("images/sold.jpg"); 
	top: 15px; 
	left: 15px; 
	height: 180px;
	width: 160px;




				
