body {
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	/*background: url(/images/site_header.gif) no-repeat left top; */
}
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 22pt; }
h2, h3 {
	padding-top: 20px;
	margin-bottom: 0;
	font-size: 16pt; 
}
h3 { font-size: 13pt; }
.first { margin-top: 5px; }


#container { width: 760px; }
#body {
	float: right;
	width: 540px;
	border-left: 3px solid #000;
}
#header {
	width: auto;
	background-color:#CCCC99;
	border-top: 20px solid #fc0;
	border-bottom: 3px solid #000;
	padding: 15px 0 15px 0;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	margin: 0 0 0 50px; /* left margin */
}
#header p { margin: 0 0 0 50px; /* left margin */ }
#header a, #header a:visited, #header a:active { color: #000; }
#footer {
	width: auto;
	padding-top: 10px;
}
#footer #footerLinks {
	border-top: 3px solid #000;
	background-color: #ddd;
	padding: 5px 5px 5px 30px;
}
#footer #footerContactInfo {
	background-color: #fff;
	font-size: 7.5pt;
	padding: 5px 5px 5px 30px;
}
#content {
	width: auto;
	padding: 0 20px 20px 20px;
}
#skyscraper {
	/* 220px w/ padding */
	float: left;
	width: 180px;
	padding: 10px 10px 10px 10px;
}
#skyscraper .contentLink p {
	font-size: 8pt;
	margin: 0 0 10px 0;
}
#skyscraper .contentLink a {
	display: block;
	border-bottom: 2px solid #369;
	padding: 3px 5px 3px 5px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#skyscraper .contentLink a:hover {
	background-color: #eee;
}