#center
{
	width: 					760px;
	position:				relative;
	float:					left;
	background:				url(../images/background_center.gif) no-repeat center top;
}

sup
{
	vertical-align:			top;
	font-size:				80%;
}

#secondary_nav UL
{
	padding:				0px;
	margin:					0px;
}
#secondary_nav A
{
	text-decoration:		none;
}
#secondary_nav A:hover
{
	text-decoration:		underline;
}

/* tell a friend CSS */

#tell_a_friend_button
{
	cursor: pointer;
    float: right;
	margin-top: 25px;
	margin-right: -38px;
}

.tell_a_friend_overlay_ie6
{
	position: absolute;
	background: transparent;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 4020;
	display: none;
}

.tell_a_friend_overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 5000;
	background-image: url(../images/background_workers_overlay.png);
	display: none;
}

#tell_a_friend_contents
{
	width: 460px;
	margin: 0 auto;
	margin-top: 200px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 20px;
}

.tell_a_friend_label
{
	width: 150px;
	margin-bottom: 5px;
	float: left;
}

.tell_a_friend_field
{
	width: 150px;
	margin-bottom: 5px;
	float: left;
}

.pagenumber
{
	margin-right: 5px;
}
