#sectopmenu {
	float: right;
	padding-top: 86px;
}

#superheader {
	background-image: url(images/sec_bg_header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 111px;
}
	
#content_shell {
	background-image: url(images/body_sec_shell_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: auto;
	height: 293px;
}

#wrap2 > #content_shell {
	height: auto;
	min-height: 293px;
}
	
#content {
	background-image: url(images/body_sec_bg.jpg);
	background-position: 206px 0px;
	background-repeat: no-repeat;
	padding: 44px 60px 14px 214px;
	float: none;
	height: auto;
	height: 235px;
/*	position: relative; */
}

#content_shell > #content {
	height: auto;
	min-height: 235px;
}

.leftside {
	text-align: left;
}

.rightside {
	text-align: right;
}

p.leftside {
	padding-right: 80px;
	margin-top: 2px;
	padding-left: 8px;
	border-left: solid 1px #e2d1b3;
	border-top: solid 1px #e2d1b3;
}

p.rightside {
	padding-left: 80px;
	margin-top: 2px;
	padding-right: 8px;
	border-right: solid 1px #e2d1b3;
	border-top: solid 1px #e2d1b3;
}