@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../image-files/newyorkback.jpg);
	background-repeat: no-repeat;
}
.thrColAbsHdr #container {
	position: relative;
	width: 960px;
	background: none;
	margin: auto;
	text-align: left;
} 

.thrColAbsHdr #header h1 {
	margin: 0;
	padding:0; 
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 180px;
	left: 1px;
	width: 150px;
	background: none;
	padding: 0;
	height: 419px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 174px;
	width: 180px;
	background: none;
	padding: 0px;
	margin-left: 20px;
	height: 857px;
	right: 1px;
}
.thrColAbsHdr #mainContent {
	padding: 1em;
	background-color: #C0D3F4;
	border: thin groove #FF9900;
	width: 550px;
	margin-top: 40px;
	margin-right: 175px;
	margin-bottom: 15px;
	margin-left: 180px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px; 
	background:none;
	bottom: 0px;
	font-style: italic;
	text-align: center;
} 
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
	border: medium outset #FFFFFF;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	border: medium outset #FFFFFF;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img {
	border: medium outset #FFFFFF;
}
