#pageInner {
	position: relative;
	width: 100%;
	overflow: hidden;
 	background: #fff url(/images/main/page_bg.gif) no-repeat;
}

#mainSpacer {
	position: relative;
	float: left;
	width: 60px;
	height: 300px;
}

#mainText {
	position: relative;
	width: 580px;
	float: left;
	padding-bottom: 10px;
	overflow: hidden;
}


.linksHolder  {
	position: relative;
	padding: 0px 20px;
}

.linkHolder {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
	background: #eef;
	border-bottom: 1px solid white;
}

.linkHolder .label {
	position: relative;
	float: left;
	width: 180px;
	margin-left: 10px;
	background: url(/images/global/pointer_bg_rightpad.gif) no-repeat right center;
}

.linkHolder .description {
	position: relative;
	float: left;
	width: 380px;
}

h2 {
	background: #ddf;
	padding: 2px 10px;
	margin: 10px 0px 1px 0px;
}

