
* {
	margin: 0;
	padding: 0;
}

a {
	color: #2F3B54;
}
	#content a:hover {
		color: #6F7F98;
	}

body {
	font: 18px monotype corsiva, helvetica, trebuchet ms, arial, sans-serif;
	text-align: center;
	background: #fff;
}

#sidebar ul, #sidebar li {
	list-style-type: none;
}

#content li {
	margin: 0 0 0 50px;
}

#container {
	text-align: left;
	width: 800px;
	margin: 20px auto 0 auto;
	color: #fff;
	border: 10px solid #DAE0BF;
}
#slideshowwrap {
	text-align: center;
	height: 400px;
	width: 500px;
	margin: 0 auto;
	border: 5px solid #DAE0BF;
}
#header {
	padding: 20px 30px;
	font-size: 30px;
	font-weight: bold;
	font-family: monotype corsiva, georgia, helvetica, trebuchet ms, arial, sans-serif;
	background: #2F3B54 url('../img/photos/leaf.gif') center right no-repeat;
}
	#header h1 {
		font-size: 30px;
	}
#contentwrap {
	color: #666666;
	min-height: 300px;
	background: #fff url('../img/content_bg.jpg') center center repeat-y;
}
	* html #contentwrap {
		height: 300px;
	}
#sidebar {
	float: left;
	width: 150px;
	text-align: right;
	padding: 20px 0;
}
#menu {
	font-family: monotype corsiva, georgia, helvetica, trebuchet ms, arial, sans-serif;
	border: 2px solid #83A4B4;
	border-width: 2px 0;
}
#menu a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #508191;
}
* html #menu li {
	height: 1%;
}
	#menu a:hover {
		background: #83A4B4;
		color: #8DDC68;
	}
#content {
	margin-left: 160px;
	padding: 20px;
}
	#content p {
		padding: 5px 0;
	}
	#content img {
		text-align: center;
		border: 5px solid #DAE0BF;
		margin: 5px;
	}
	#content h2 {
		font-size: 30px;
		color: #000;
		text-align: center;
		border-bottom: 1px solid #ccc;
		margin: 10px 80px;
		font-family: monotype corsiva, georgia, helvetica, trebuchet ms, arial, sans-serif;
	}
	
	.paginationstyle {
		text-align: center;
		padding: 0 5px 20px 5px;
	}
	
	.paginationstyle a {
		text-decoration: none;
		color: #ccc;
		margin-right: 20px;
	}
	.paginationstyle a:hover, .paginationstyle a.selected{
		color: #508191;
	}
	
#footer {
	clear: both;
	padding: 10px 20px;
	text-align: right;
	background: #637354;
}
	#footer a {
		color: #fff;
	}
	#footer a:hover {
		color: #6F7F98;
	}