body {
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
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; }
#header {
	position: absolute;
	top:0;
	left:0;
	width: 755px;
	height: 100px;
	background: url(/images/site_header.jpg) no-repeat left top;
	border-right: 5px solid #c00;
}
#header a, #header a:visited, #header a:active { color: #000; }
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28pt;
	margin: 20px 0 0 50px;
}
#header p {
	margin: 0 0 0 50px;
}
#footer {
	clear: both;
	width: auto;
	padding-top: 10px;
}
#footer #footerLinks {
	border-top: 5px solid #c00;
	background-color: #ddd;
	padding: 5px 5px 5px 30px;
	font-size: 7.5pt;
}
#footer #footerContactInfo {
	background-color: #fff;
	padding: 5px 5px 5px 30px;
}
#body {
	position: absolute;
	top:100px;
	left:0;
	width: 755px;
	border-top: 5px solid #c00;
	border-left: 5px solid #c00;
}
#content {
	/* 580px w/ padding */
	float: left;
	width: 500px;
	padding: 10px 0 30px 20px;

}
#skyscraper {
	/* 220px w/ padding */
	float: right;
	width: 180px;
	padding: 10px 0 10px 10px;
}
#skyscraper .contentLink {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
#skyscraper .contentLink a {
	display: block;
	border: 1px solid #c00;
	padding: 3px 5px 3px 5px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}
#skyscraper .contentLink a:hover {
	background-color: #c00;
	color: #fff;
	border: 1px solid #c00;
}

#homepage {
	width: 760px;
	padding-left: 50px;
}
#homepageFeature {
	width: 50%;
	padding: 10px 10px 10px 10px;
}
