@CHARSET "utf-8";
/* A CSS Framework by Mike Stenhouse of Content with Style */
	/* SITE SPECIFIC LAYOUT */
div#page {
	width: 980px;
	margin: 0 auto;
	background: white url(images/content_bg.jpg) no-repeat scroll right bottom;
}

/* HEADER */
div#header {
	margin-top: 7px;
	margin-bottom: 12px;
	height: 80px; /* needed by IE 7 */
	/*background: white url(images/rec_top_bg.jpg) no-repeat scroll right bottom;*/
	border: medium none !important;
}

#header_logo {
	float: left;
	padding-left: 16px;
	padding-top: 18px;
	width: 30%;
}

#header_top {
	float: right;
	height: 75px;
	width: 65%;
}

#header_top ul {
	background: inherit inherit inherit inherit inherit;
	float: right;
	line-height: 18px;
	padding-right: 24px;
	padding-top: 18px;
}

#header_top ul li {
	color: #FFFFFF;
	display: inline;
	float: left;
	padding: 0 1px 0 2px;
	text-align: center;
}

#header_top ul li a {
	color: #FFFFFF;
}

#header_top ul li a:hover {
	color: #FF0000;
}

/* header channel bg class */
.seekjob_header{
	background: white url(images/seekjob_top_bg.jpg) no-repeat scroll right bottom;
}

.recruit_header{
	background: white url(images/rec_top_bg.jpg) no-repeat scroll right bottom;
}

.index_header{
	background: white url(images/index_top_bg.jpg) no-repeat scroll right bottom;
}

/* END HEADER */ /* CONTENT */
div#content {
	min-height: 400px;
	overflow: hidden;
}

/* END CONTENT */ /* FOOTER */
div#footer {
	height: 150px;
	margin-bottom: 10px;
	text-align: center;
	border: 0px solid;
	/*background: transparent url(images/footer_bg.gif)	repeat-x scroll 0 bottom;*/
	table-layout: fixed;
	line-height: 20px;
}
/* END FOOTER */ /* END LAYOUT */
