*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}
a{
	color:#444444;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:20px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
p{
	line-height:1.3em;
}
#outer{
	background:url('../images/banner-bg.jpg') repeat-x;
}
#outer_home{
	background:url('../images/home-banner-bg.jpg') repeat-x;
	color:#FFFFFF;
}
#holder{
	width:840px;
	height:690px;
	margin:auto;
}
#holder-home{
	width:830px;
	height:656px;
	margin:auto;
	background:url('../images/home-background.jpg') no-repeat;
}
#banner{
	height:335px;
	position:relative;
}
#banner-home{
	height:470px;
	position:relative;
}
#banner .banner-img, #banner-home .banner-img{
	margin-top:35px;
}
#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:226px;
	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;
}