body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	text-decoration:none;
	color:#000;
}
header nav, hr, #header-bottom, #slideshow-nav, #main.home img, #home-search, #home-photos, #featured-members, #footer-top, 
#footer-bottom p.last span, #sidebar, #category-images {
	display:none;
}
.slide {
	position:relative !important;
	top:auto !important;
	left:auto !important;
}
.vscroll {
	height:auto !important;
}
blockquote {
	font-style:italic;
}
#main h1 {
	font-size:24px;
}
#main h2 {
	font-size:22px;
}
#main h3 {
	font-size:20px;
}
#main h4 {
	font-size:18px;
}
#main h5 {
	font-size:16px;
}
#main h6 {
	font-size:14px;
}
#main table {
	width:700px;
	line-height:20px;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px;
}
#main table th, #main table td {
	padding:5px;
	border:1px solid #ccc;
	vertical-align:top;
	text-align:left;
}
#footer-bottom h3 {
	margin:0;
}
#footer-bottom p {
	margin-top:0;
}
#breadcrumb p, #footer-bottom p small {
	font-size:11px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}