body {
	margin: 0px;
	padding: 0px;
	background:url(../gfx/body_bg3.jpg) #CFA2B2 0 150px;
}
#header {
	height: 150px;
	background: url(../gfx/bg_whitening3.jpg);
}
#content {
	margin: 0 60px 40px 60px;
	width: 874px;
}
#left, body div.two_cols > div.col1 {
	float: left;
	width: 476px;
	padding-left: 4px;
}
#right, body div.two_cols > div.col2 {
	float: right;
	width: 354px;
}
#footer {
	background: url(../gfx/footer_bottom.gif) repeat-x center bottom;
	height: 60px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
#footer div {
	position: absolute;
	bottom: 0;
}
.item0 {
	background: url(../gfx/footer_left.gif) 0px bottom no-repeat;
	width: 48%;
	left: 0;
	height: 100px;
 }
.item1 {
	background: url(../gfx/footer_right.gif) right bottom no-repeat;
	width: 52%;
	left: 48%;
	height: 187px;
 }
#footer .content {
	background: none;
	left: 58px;
	bottom: 33px;
}
div.col {
	float: left;
}
div.col_group {
	width: 100%;
}
div.two_cols div.col, div.images div.col {
	width: 50%;
}

div.images .col2 {
	text-align: right;
}
.col1 div.padder {
	padding-right: 10px;
}
div.images div.col, div.images div.wide {
	margin-bottom: 1em;
}
.fix_floats {
	clear: both;
}

/* new column model */
.column {
	float: left;
}
.two .column {
	width: 50%;
}
.two .wide {
	width: 75%;
}
.two .slim {
	width: 25%;
}
/* Blurbs */
.blurb {
	border:2px solid white;
	background: rgba(255,255,255,0.5);
	padding: 10px;
}
