body {
	font: 10pt/14pt 'Helvetica', 'Arial', sans-serif;
}


#container {
	width: 85%;
	max-width: 950px;
	margin: 5px auto;
	background-color: #ffe;
}


#slideshow {
	width: 100%;
	height: 200px;
	text-align: center;
	display: block;
}


#slideshow-img {
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
}

#slideshow-img {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}

#slideshow-caption {
	text-align: left;
}

#slideshow-caption a {
	cursor: pointer;
	text-decoration: none;
}

#slideshow-previous, #slideshow-next {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 178px;
	background-color: black;
	color: white;
	font-size: 18px;
	text-align: center;
}

#slideshow-previous { left: 0px; cursor: pointer; }

#slideshow-next { left: 25px; cursor: pointer; }


a:hover#slideshow-previous, a:hover#slideshow-next {
	background-color: white;
	color: black;
}

#slideshow-caption {
	display: block;
	font-size: smaller;
}

#slideshow-caption, #slideshow-caption a {
	color: #444;
}

#main, #sidebar {
	padding-top: 20px;
}


#main {
	width: 63%;
	padding-right: 3%;
	float: left;
	border-right: 1px dotted #777;
}

#sidebar {
	width: 28%;
	margin: 0% 0% 0% 67%;
	font-size: smaller;
}

