html, body {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
}

body {
	background: #dddedf url(images/background.gif) center 5px no-repeat;
}

h1, h2 {
	position: absolute;
	left: -9999em;
	top: 0;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 1em;
}

p {
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 1em;
}

a {
	color: #FFF;
}

#container {
	margin: auto;
	padding: 470px 0 0;
	position: relative;
	width: 1000px;
}

#slideshow {
	height: 252px;
	position: absolute;
	right: 15px;
	top: 200px;
	width: 500px;
}

.slideshowImage {
	left: 0;
	position: absolute;
	top: 0;
}

#leftColumn {
	float: left;
	padding-right: 20px;
	width: 320px;
}

#middleColumn {
	float: left;
	padding-right: 20px;
	width: 320px;
}

#rightColumn {
	float: left;
	width: 305px;
}

.hidden {
	display: none;
}
