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

body {
	padding:0px;
	margin:0px;
	height:100%;
	background-color:#ffffff;
}

div#wrapper {
	font-size:12px;
	font-family:Verdana,Geneva,sans-serif;
	overflow:auto;
	background-color:#ffffff;
	padding-bottom:50px;
}

div#wrapper div#header {
	height:200px;
	background-image:url(../images/home-header.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

div#wrapper div#header div#logo {
	background-image:url(../images/home-logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:403px;
	height:200px;
	margin:0px auto;
}

div#wrapper div#sections {
	clear:both;
	margin:50px auto;
	width:877px;
	height:101px;
}

div#wrapper div#sections div.section {
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	width:214px;
	height:101px;
	padding:2px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

div#wrapper div#sections div.section a img {
	border:0px;
}

div#wrapper div#copyright {
	clear:both;
	text-align:center;
}

div#footer {
	border-top:12px solid #000000;
	height:266px;
	background-repeat:repeat-x;
	background-position:bottom left;
}

body.summer div#footer { background-image:url(../images/home-background-summer.jpg); }
body.winter div#footer { background-image:url(../images/home-background-winter.jpg); }
body.spring div#footer { background-image:url(../images/home-background-spring.jpg); }
body.fall div#footer { background-image:url(../images/home-background-fall.jpg); }