/* Col Styles */

div#body div.content {
	background: #333 url(images/grey-shadow.gif) top left repeat-x;
/*	height: 304px; */
	min-height: 304px;
	height: auto;
	margin: -8px 0 0 205px;
	padding: 9px 0 0 0;
}

div#body div.content div.col {
	float: left;
	padding: 0;
	margin-top: 1em;
	background: #333;
}

html > body div#body div.content div.col {
	margin-top: 0;
}

div#body div.content div.col p {
	color: #fff;
}


/* One Col Layout */

div#body div#one-col div#col1 {
	width: 97%;
}


/* Two Col Layout */

div#body div#two-cols div#col1 {
	width: 46%;
	margin-right: 4%;
}

div#body div#two-cols div#col2 {
	width: 46%;
}



/* Three Col Layout */

div#body div#three-cols div#col1 {
	width: 31%;
	margin-right: 1%;
}

div#body div#three-cols div#col2 {
	width: 31%;
	margin-right: 1%;
}

div#body div#three-cols div#col3 {
	width: 31%;
}
