html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/header-background.png) repeat-x center top;	
	font-family: Tahoma, sans-serif;
}

.ruler {
	width: 960px;
	margin: 0 auto;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 6px 0;
}

.clear {
	clear: both;
}

#container #content .rainbow-1 {
/*	background-color: #c2e169; */
}
#container #content .rainbow-2 {
/*	background-color: #ffda4b; */
}
#container #content .rainbow-3 {
/*	background-color: #ffb46a; */
}
#container #content .rainbow-4 {
/*	background-color: #ff7b7b; */
}
#container #content .rainbow-5 {
/*	background-color: #e39ac3; */
}
#container #content .rainbow-6 {
/*	background-color: #93bfd8; */
}

#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#header {
	background: url(../images/bands.jpg) no-repeat right top;
	height: 90px;
	margin-bottom: 50px;
}
#header #logo {
		background: url(../images/logo.png) no-repeat left top;
		height: 89px;
		margin-left: 10px;
		width: 312px;
	}

#content {
	padding-bottom: 150px;
}
#content .row {
		border-bottom: #fff solid 1px;
		margin: 30px 0 0 0;
		padding: 9px 0 9px 42px;
	}
#content .tall-row {
/*		background: url(../images/tall-row-gradient.png) center bottom repeat-x; */
		height: 403px;
	}
#content .short-row {
		background: url(../images/short-row-gradient.png) center bottom repeat-x;
		height: 80px;
	}
#content .row h2 {
		border-bottom: #c1ceda solid 1px;
		color: #242c34;
		font-size: 18px;
		font-weight: normal;
		margin-top: -30px;
		width: 920px;
		position: absolute;
	}
#content .row h3 a, #centent .row h3 a:visited {
	color: black;
}
#content .row .item {
			float: left;
			margin-right: 21px;
			margin-top: 0px;
		}
#content .tall-row .item {
			width: 294px;
		}
#content .short-row .item {
			width: 219px;
		}
#content .row .item .content {
				font-size: 12px;
				padding: 8px 3px 8px 9px;
			}
#content .tall-row .item .content {
				width: 270px;
			}
#content .short-row .item .content {
				width: 170px;
			}
#content .short-row .item .content {
				width: 123px;
			}
#content .row .item .content h3 {
					color: #232B33;
					margin: 0;
				}
#content .tall-row .item .content h3 {
					font-size: 15px;
				}
#content .short-row .item .content h3 {
					font-size: 12px;
				}
#content .row .item .content p {
					color: #505050;
				}
#content .short-row .item .content p {
					color: #505050;
					margin: 3px 0;
				}
#content .row .item img, #content .row .item div {
				float: left;
			}
#content .short-row .item .date {
				background: url(../images/short-row-blank.jpg) center bottom no-repeat;
				height: 80px;
				text-align: center;
				width: 80px;
			}
#content .short-row .item .date p {
					margin-top: 12px;
				}
#content .tall-row .item .cap {
				background: url(../images/tall-row-item-cap.png) center top no-repeat;
				height: 108px;
				width: 4px;
			}
#content .short-row .item .cap {
				background: url(../images/short-row-item-cap.png) center top no-repeat;
				height: 80px;
				width: 4px;
			}
#content .tall-row .item .content {
				background: url(../images/tall-row-item-gradient.png) center top repeat-x;
				height: 92px;
			}
#content .short-row .item .content {
				background: url(../images/short-row-item-gradient.png) center top repeat-x;
				height: 64px;
			}
#content .row-shadow {
/*		background: url(../images/row-shadow.png) center top repeat-x; */
		height: 16px;
	}

#footer {
	background: #fcfbfc url(../images/footer-background.png) repeat-x center top;
	bottom: 0;
	color: #123351;
	height: auto !important;
	height: 122px;
	min-height: 122px;
	padding: 28px 0 0 0;
	position: absolute;
	width: 100%;
}
#footer #fan {
		background: url(../images/fan.jpg) right bottom no-repeat;
		height: 150px;
		position: absolute;
		top: 0;
		z-index: 50;
	}
#footer #about, #footer #copyright {
		float: left;
		display: inline;
		margin-left: 22px;
		position: relative;
		z-index: 100;
		width: 450px;
	}
#footer #contact {
		display: inline;
		float: right;
		margin-right: 22px;
		position: relative;
		z-index: 100;
		width: 450px;
	}
#footer h2 {
		font-size: 14px;
		margin: 0 0 4px 0;
	}
#footer p {
		font-size: 13px;
		margin: 0 0 10px 0;
	}
#footer #copyright p {
		color: #babcbf;
		font-size: 12px;
	}
