body {
	margin: 0;
	padding: 0;
	
	font: 12px Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
	color: #eee;
	line-height: 1.5em;
	
	background: #eee url(images/content-bg.gif) repeat-y center top;
}

#header, #content, #footer {
	margin: 0 auto;
	width: 700px;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a,
a:visited {
	color: #a1d2ff;
	text-decoration: none;
}

a:hover,
a:active,
#topmenu a.current {
	color:  #f2f2f2;
	text-decoration: underline;
}

p {
	margin: .9em 0;
	padding: 0;
}

blockquote {
	font-size: 11px;
	line-height: 1.4;
	
	margin: 1.5em 2em;
	padding: .25em 1.5em;
	
	background-color: #333;
}

blockquote p.attribution {
	text-indent: 5em;
	text-align: right;
}

img {
	padding: 3px;
	margin: 0 -3px;
	
	background-color: #ccc;
	border: 1px solid #888;
}

img.left {
	float: left;
	margin: 15px 15px 15px 0;
}

img.right {
	float: right;
	margin: 15px 0 15px 15px;
}

img.center {
	display: block;
	
	margin: 1.5em 0;
}



#header {
	position: relative;
	height: 200px;
	background-image: url(images/header.jpg);
	z-index: 1;
}

#logo {
	position:absolute;
	top: 25px;
	left: 63px;
	
}

#logo h1 a {
	text-indent: -1000em;
	display: block;
	width: 503px;
	height: 48px;
}

#topmenu {
	position: absolute;
	top: 98px;
	left: 26px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
}

#topmenu a {
	font-size: 12px;
	letter-spacing: normal;
}

#content {
	position: relative;
	z-index: 10;
	width: 650px;
	padding: 0 25px;
	margin-top: -60px;
}

#maintext {
	width: 415px;
}

span.lead-in {
	font-size: 160%;
	font-weight: bold;
}

#sidebar {
	position: relative; /* for IE6 */
	float: right;
	width: 200px;
	margin-left: 25px;
	margin-bottom: 30px;
}

.upcoming-events {
	padding: 0 10px 10px;
	margin-top: 20px;
	background-color: #444;
	color: #eee;
}

.upcoming-events h2 {
	font-size: 16px;
	background-color: #555;
	width: 100%;
	margin: 0 -10px;
	padding: 10px;
	
	color: #eee;
}

.upcoming-events .event {
	font-size: 90%;
	line-height: 1.4;
	margin: 1em .5em 0;
	padding-bottom: 1em;
	border-bottom: 1px dashed #aaa;
}

.upcoming-events .event p {
	margin: 0;
}

.upcoming-events .event p.more {
	text-align: right;
}

#footer {
	clear: both;
	background-color: #999;
	padding: 12px 0;
	text-align: center;
	margin-top: 2em;
}

#footer p#sfwp-link a {
	display: block;
	width: 105px;
	height: 59px;
	text-indent: -1000em;
	background: url(images/sfwplogo-foot.gif);
	margin: 0 auto;
}

