/* subpage styles
-----------------------------------------------------------------------------------*/
body {
	background:url(/imgs/bg.jpg) center 105px no-repeat;
}

/* content columns (subpages)
-----------------------------------------------------------------------------------*/
#contentContainer {
	width:914px;
	margin:0 auto;
	padding:37px 0 0 0;
}

#contentPadding {
	padding:0 58px;
}

#column1Container {
	float:left;
	width:188px;
	padding-top:68px;
}

#column1 {
	padding-top:4px;
	padding-bottom:20px;
}

#column2Container {
	float:right;
	width:580px;
	padding-top:26px;
}

#column2 {
	padding-top:29px;
	padding-bottom:20px;
}

/* common image etc elements
------------------------------------------------------------------------- */
.spacerN {
	height:29px;
}

.contentN {
	border:0px;
}

.contentL ul {
	padding:0px;
	padding-left:24px;
	padding-top:16px;
	padding-bottom:16px;
	margin:0;
	list-style-image:url(/imgs/icon_bulletL.gif);
}

.contentL li {
	padding-bottom:1px;
}

.spacerL {
	font-size:6px;
	height:16px;
}

.spacerR {
	font-size:2px;
	line-height:4px;
	height:6px;
}