body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}

form { margin: 0; }
img { border: 0; }

#header, #breadcrumbs, #footer { display: none; }
#content { padding: 0; }
#main-feature { padding: 2em; }

#content { padding: 2em; }

.small-print {
	font-size: 85%;
	color: #888;
}

/* Random HTML Styles */

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	.hide { display: none; }

	ul.spaced li, ol.spaced li {
		margin-bottom: 0.5em;
	}

/* General Structure */
    body, td, th, input { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
    }

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: thin solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

	#main-feature {
		margin-top: 0;
		padding-bottom: 1em;
		background: #888 url(../images/feature.png) bottom repeat-x;
	}
	
	#slideshow {
		display: none;
	}
	
	img.crossfade { display: block; }
/* Slide show styles */

#slideshow {
	float: right;
	padding: 1em;
}
