
#container {
	width:1000px;
	height:150px;
	background-image:url(../images/banner1.jpg);
	background-repeat: no-repeat;
	float:left;
}

.banner-tile {
	width:100%;
	height:150px;
	background-image:url(../images/banner_tile.jpg);
	background-repeat:repeat-x;
	float:right;
	}
	
.navi-tile{
   background-image:url(../images/navi_bg.jpg);
   background-repeat:repeat-y;
}

.content-image{
	margin-left:5px;
	margin-right:5px;
	width:834px;
	height:384px;
	background-image:url(../images/main_image2.jpg);
	background-repeat:no-repeat;
}
	
.main-content{
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height:19px;
  color:#CCC;
  width:600px;
  height:100px;
  padding-top:280px;
  padding-right:5px;
}

.banner-employer{
	width:834px;
	height:490px;
	background-color:#dbd4d4;
	
	}
	
.content-box{
	width:834px;
	height:80%;
	background-color:#dbd4d4; 
}

.highlight-content{
	font-size:larger;
	font-weight:bold;
}

.title {
	margin-top:10px;
	margin-left:10px;
}

.subtitle {
	font-size: 16px;
}

.subtitle-highlight{
	font-weight:bold;
	color:#f89200;
	}

.margin-only {
	margin-left:10px;
	margin-right:10px;
	}
	
.form-bg{
	/*width:834px;*/
	background-color:#dbd4d4;
	}