body{
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	background: #F3F3F3 url("../images/background.png") top left repeat-x;
}

#container{
	width: 800px;
	margin: 0 auto;
	font-size: 1.5em;
	background: #FFFFFF;
	border-left: #FFFFFF 15px solid;
	border-right: #FFFFFF 15px solid;
}

#footer{
	padding: 15px 0 5px 0;
	line-height: 150%;
	text-align: center;
	background: #CCCCCC url("../images/navbg.png") top left repeat-x;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	color: #666666;
}

#footer a:link, #footer a:visited{
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color: #666666;
	text-decoration: underline;
}

#footer hr{
	display: none;
}

h1{
	margin-top: 0;
}

#header{
	height: 400px;
	background: #8AA2C1 url("../images/perspective.jpg") top left no-repeat;
	border-bottom: #CCCCCC 1px solid;
}

#header h2{
	margin: 0;
	display: none;
}

#main{
	padding: 2em;
}

#nav{
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	line-height: 150%;
	border: #999999 1px solid;
	background: #CCCCCC url("../images/navbg.png") top left repeat-x;
	color: #666666;
}

#nav a:link, #nav a:visited{
	color: #666666;
	text-decoration: none;
}

#nav a:hover, #nav a:active{
	color: #666666;
	text-decoration: underline;
}

#nav hr{
	display: none;
}

#nav ol{
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ol li{
	list-style-type: none;
	display: inline;
	margin: 0 1em;
}



.slideshow{
	width: 636px;
	height: 434px;
}

.slideshow img{
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.spacer{
	clear: both;
}