/* Layout 
------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	background: #fff url(../images/homepage.jpg) no-repeat 45px 0;
}
	#fall #wrapper {
		background: #fff url(../images/bg-fall.jpg) no-repeat 45px 0;
	}
	#winter #wrapper {
		background: #fff url(../images/bg-winter.jpg) no-repeat 45px 0;
	}
	#spring #wrapper {
		background: #fff url(../images/bg-spring.jpg) no-repeat 45px 0;
	}
#header {
	width: 920px;
	height: 87px;
	padding: 20px 40px 30px 40px;
	text-align: left;
	position: relative;
	background: url(../images/bg-headernav-8.png) repeat-x 0 48px;
}
#header h1 {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15px;
	width: 150px;
	height: 142px;
	background: url(../images/logo-8.png) no-repeat 2px 0;
	overflow: hidden;
	text-indent: -1000em;
}
	#header h1 a {
		position: absolute;
		display: block;
		width: 150px;
		height: 150px;
	}
#maincontent {
	position: absolute;
	top: 205px;
	left: 75px;
	display: block;
	width: 345px;
	border: 1px solid #fff;
	overflow: hidden;
}
	#maincontent span {
		display: block;
		padding: 25px 25px 15px 25px;
		margin: 2px;
		border: 1px solid #fff;
		overflow: hidden;
		background: transparent url(../images/bg-transparent.png);
	}
	#maincontent h2 {
		text-transform: none;
		font-size: 1.8em;
		font-weight: normal;
		line-height: 1.2em;
	}

#sidebar {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	width: 166px;
	height: 219px;
	background: #eeeeee;
	border-bottom: 1px solid #a33038;
}
#login {
	width: 166px;
	margin: 195px 0 0 12px;
	font-size: 0.75em;
}
	#login a {
		color: #a33038;
		text-decoration: none;
		font-weight: bold;
	}
	#login a.visited {
		color: #a33038;
		text-decoration: none;
		font-weight: bold;
	}
#homecopy {
	float: left;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 40px 20px 20px 40px;
	margin: 0;
	width: 530px;
	background: #fff;
	color: #343434;
}
#sectioncopy {
	float: left;
	text-align: left;
	padding: 35px 20px 20px 25px;
	margin: 0;
	width: 480px;
	background: #fff;
	color: #343434;
}
#bodycopy {
	float: left;
	text-align: left;
	padding: 35px 20px 20px 25px;
	margin: 0;
	width: 764px;
	background: #fff;
	color: #343434;
}
#bodycopy2 {
	float: left;
	text-align: left;
	padding: 35px 20px 20px 50px;
	margin: 0;
	width: 764px;
	background: #fff;
	color: #343434;
}
#subimage {
	padding: 0 47px 0 47px;
	width: 906px;
}

#footer { /* override settings from shared.css */
	/* margin-left: 100px; */
	}
