/* typography styles */
@import url("typography.css");


#page, #content-area, #main-content {width: 100%; margin: 0;}

* {
	float: none !important;
	line-height: 1em !important;
}

/* Hidden Items*/
.party-finder,
#skip,
#navigation,
.supporting-content,
#footer-nav,
#legal a,
#slides {
	display:none;
}
#header, a {
	color: #600;
}

#header {
	margin-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1pt solid #CCC;
}
#footer {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1pt solid #CCC;
}


/* Show links in print */
#main-content a:after {
	content: " (" attr(href) ") ";
}





