/* CSS Document */

body
{
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCDDF9;
}

#container
{
	margin:0 auto;
	text-align:left;
	background-image:url(../images/membership.jpg);
	background-repeat:no-repeat;
	height:660px;
	width:858px;
	font-size:10px;
}

#careers_top
{
	background-image:url(../images/careers_top.jpg);
	float:left;
	margin-left:2px;
	margin-top:5px;
	height:137px;
	width:632px;
}

#careers_content
{
	float:left;
	margin-left:15px;
	width:630px;
	height:250px;
	overflow:auto;
}

*html #careers_top
{
	width:630px;
}

*html #careers_content
{
	margin-left:5px;
	width:630px;
}