/* CSS Document */

body {
	/*background-image:url(images/bg-oregon.jpg);*/
	background-color: #222;
	background-position:center top;
	font-family: 'PT Serif Caption', serif;
}
#container {
	width:960px;
	margin:40px auto 0px;
	color:#fff;
	max-width:90%;
}
h1 {
	font-size:42px;
	font-weight:normal;
}
h2 {
	font-size:24px;
}
p {
	font-size:18px;
}
a, a:visited {
	color: #FFC;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	border-bottom:1px dotted #FFF;
}