/* STANDARD 2-COL LAYOUT */
#content h3 {
	margin-bottom: 5px;
}

#content p {
	margin-top: 10px;
}

#content #col1 {
	width: 265px;
	float: left;
}

#content #col1 .margin {
	padding-right: 35px;
}

#content #col2 {
	width: 245px;
	float: right;
}

#content #col1 {
	background: url(/images/colDivider_right.gif) repeat-y right;
}

#col1, #col2 {
	z-index: 100;
	position: relative;
}

#content #col2 {
	margin-top: 27px;
}

#content #col2 ul {
	margin-bottom: 15px;
}

#col3 {
	float: right;
	width: 532px;
	height: 226px;
	background: url(/images/home_bg.jpg);
	margin-right: -10px;
	margin-top: -10px;
	z-index: 1;
	position: relative;
}