html{
	background-color: #bfbfbf;
	margin: 0 0;
	padding: 0 0;
}

body{
	margin: 0 0;
	padding: 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#contentContainer{
	width: 100%;
	height: 100%;
}

#headerContainer{
	width: 100%;
	height: 632px;
	text-align: center;
	position: absolute;
	background-image: url('../images/header_repeater.png');
	background-repeat: repeat-x;
	z-index: -1;
}

#headerImage{
	width: 1102px;
	height: 632px;
	margin: 0px auto;
}

#insideContainer{
	width: 100%;
	text-align: center;
}

#insideText{
	width: 1102px;
	margin: 0px auto;	
	text-align: left;
	position: relative;
}



#jobSeekers{
	width: 683px;
	height: 205px;
	position: relative;
	top: 165px;
	left: 52px;
	z-index: 999;
}

#employers{
	width: 683px;
	height: 184px;
	position: relative;
	top: 195px;
	left: 52px;
	z-index: 0;
}

#monthlyMessage{
	width: 310px;
	position: absolute;
	top: 222px; 
	left: 742px;
	background-image: url('../images/monthlyMessage_repeater.png');
	background-repeat: repeat-y;
}

#monthlyMessageText{
	width: 230px;
	color: #fff;
	margin-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.jsSub{
	color: #fff;
	background-color: #82ae44;
	padding: 3px;
}


a.jsSubLink:link, a.jsSubLink:visited, a.jsSubLink:active{
	text-decoration: none;
	display: block;
	height: 26px; 
	line-height: 26px;
	padding-left: 5px;
	color: #fff;
	background-color: #82ae44;
}

a.jsSubLink:hover{
	text-decoration: none;
	display: block;
	height: 26px; 
	line-height: 26px;
	color: #fff;
	background-color: #6f943a;
}

.eSub{
	color: #fff;
	background-color: #82a8c8;
	padding: 3px;
}


a.eSubLink:link, a.eSubLink:visited, a.eSubLink:active{
	text-decoration: none;
	display: block;
	height: 26px; 
	line-height: 26px;
	padding-left: 5px;
	color: #fff;
	background-color: #82a8c8;
}

a.eSubLink:hover{
	text-decoration: none;
	display: block;
	height: 26px; 
	line-height: 26px;
	color: #fff;
	background-color: #6f8faa;
}


