	
	*{
		margin:0;
		padding:0;
	}
	img{
		border:none;
	}
	body{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000;
		margin-bottom:20px;
	}
	a{
		color:#000;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}
	h1{
		font-size:20px;
		font-weight:normal;
		margin:20px 0 10px 0;
	}
	h2 {
		font-size:14px;
		margin-bottom:10px;
	}
	.orange{
		color:#e2771c;
	}
	.blue{
		color:#4e6fa0;
	}
	.green{
		color:#46879b;
	}
	p{
		line-height:1.3em;
		margin-bottom:10px;
	}
	ul {
		margin-left:30px;
		margin-bottom:10px;
	}
	#outer{
		background:url('../images/banner-bg-orange.jpg') repeat-x;
	}
	#outer_home{
		background:url('../images/banner-bg-home.jpg') repeat-x;
		color:#FFFFFF;
	}
	#holder{
		width:840px;
		height:690px;
		margin:auto;
	}
	#holder-home{
		width:830px;
		height:656px;
		margin:auto;
		background:url('../images/background-home.jpg') no-repeat;
	}
	#banner{
		position:relative;
		height:330px;
	}
	#banner-home{
		height:470px;
		position:relative;
	}
	#banner .banner-img, #banner-home .banner-img{
		position:relative;
		top:18px;
	}
	#banner #menu, #banner-home #menu{
		position:absolute;
		bottom:0;
	}
	#options{
		float:right;
		width:220px;
		color:#fff;
	}
	#options #find-a-job{
		background:url('../images/find-a-job.png') no-repeat;
		height:220px;
		width:215px;
	}
	#options #job-of-the-week{
		background:url('../images/job-of-the-week.png') no-repeat;
		height:140px;
		width:215px;
		padding:50px 0 10px 20px;
	}
	#content{
		float:left;
		width:550px;
		margin-top:10px;
	}
	#content-home{
		float:left;
		width:550px;
		margin-top:35px;
		font-size:12px;
	}
	#content #inner, #content-home #inner{
		margin:10px;
	}
	
	.job_form_div{
		float:right;
		position:absolute;
		right:10px;
		width:186px;
		height:155px;
		margin:60px 4px 0 0;
	}
	
	.sign_in_div{
		width:195px;
		height:100px;
		margin:60px 0 0 13px;
		padding-top:12px;
		color:#FFF;
	}
	
	.joboftheweek_div{
		 width:198px;
		 margin-top:65px;
		 margin-left:20px;
		 color:#fff;
	}
	.joboftheweek_div a{
		color:#FFF;
	}