@charset "UTF-8";
/* CSS Document */

@import url("/css/reset.css");
@import url("/css/text.css");
@import url("/css/960.css");


body {
	background: #380f0f;
	margin-bottom: 50px;
	margin-top: 0;
	padding-top: 0;
}

#banner {
	background:white url(/images/banner-pumpkins.jpg) no-repeat scroll left top;
	height:275px;
	width:927px;
	margin: 0px auto 0px auto;
}

#logo {
	background: url(/images/logo.gif) no-repeat scroll left top;
	height:85px;
	width: 450px;
}

#masthead {
	color: white;
	text-align: right;
	width: 450px;
}

#masthead h1 {
	margin: 0;
	padding: 0 0 8px 0;
}

#masthead a {
	color: #FFFFCC;
}

#page {
	background: white ;
	width: 927px;
}

#rightSpacer {
	margin-top: 10px;
}

h1, h2 {
	line-height: 1;
	font-weight: normal;
	margin: 0 0 12px 0;
}


#leftSidebar, #leftSidebar p, #leftSidebar div {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

#leftSidebar h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
}

.section {
	margin-bottom: 36px;
}