/*** These are the colors we get to change for this particular piece ***/
.bgColor {
	background-color: #fff;
}
.topColorBar {
	background-color: #A33B22;
}

.companyInfoColor {
	background-color: #FFF8DC;
}

.contactInfoColor {
	color: #545300;
}

.headerTextColor {
	color: #545300;
}


/*** Don't touch these guys, thanks! ***/
body {
	margin: 0px;
	background: url('bg.gif') top left repeat-y;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #000;
	line-height: 150%;
}
h1 {
	font-size: 12pt;
	margin: 35px 0px 10px 0px;
}
h3 {
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

ul {
	position: relative;
	left: -25px;
}

.topColorBarDim {
	width: 100%;
	height: 29px;
}

.companyInfoDim {
	float: left;
	width: 312px;
	height: 662px;
}

.logo {
	margin: 30px 15px 13px 10px;
}

.contactInfo {
	width: 286px;
	height: 460px;
	margin-left: 10px;
	background: url('side_bg.gif') top left repeat-x;
}
.contactInfoText {
	padding: 25px 22px 25px 22px
}

.mainContent {
	position: absolute;
	top: 29px;
	left: 312px;
}

.mainText {
	margin: 0px 0px 0px 35px;
	width: 420px;
}

.seasonsContact {
	margin-top: 15px;
	font-size: 8pt;
	line-height: 135%;
}