/*******************************
 *
 *	404.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Dan Nisbet / Mike Harris / Paul Lewis / Gavin Dellbridge
 *
 *  Description:
 *
 *	This CSS styles the 404 page.
 */
 
	@import url(reset.css);
	@import url(util.css);
	@import url(layout.css);
	@import url(graphic.css);
	@import url(typo.css);
	@import url(forms.css);
	@import url(fin_edit_config.css);
	
 /* layout */
 
 #wrapper
 {
 	width:					648px;
	margin:					0 auto;
 }
 
 #header
 {
 	background-image:		url(/z_images/404/bg_404_header.png);
	background-repeat:		no-repeat;
	height:					150px;
	width:					648px;
 }
 
 #masthead
 {
 	background-image:		none;
	background-repeat:		no-repeat;
	height:					150px;
 }
 
 #content
 {
 	background-image:		url(/z_images/404/bg_404_content.png);
	background-repeat:		repeat-y;
	width:					588px;
	padding:				0px 30px 10px 30px;
	position:				relative;
	color:					#63767E;
	float:					none;
	display:				block;
 }
 
 #content a
 {
	color:					#69077A;
	margin-left:			2px;
	padding-left:			22px;
	padding-bottom:			0.5em;
	background-image:		url(../z_images/layout/bg/icon_flink.gif);
	background-repeat:		no-repeat;
	background-position:	0 -2px;
}

 #content a:hover
 {
	color:					#825782;
	background-image:		url(../z_images/layout/bg/icon_flink.gif);
	background-repeat:		no-repeat;
	background-position:	0 -23px;
 }
 
 #content p
 {
	margin:					1em 0 1.5em 0;
 }
 
 #content h2
 {
	font-weight:			normal;
	font-size:				200%;
 }
 
 #content h3
 {
	font-weight:			normal;
	font-size:				180%;
	margin-bottom:			20px;
 }
 
 #jobdesc
 {
 	float:					left;
	width:					400px;
 }

 
 #footer
 {
 	width:					648px;
	padding:				50px 0 0 29px;
	background-image:		url(/z_images/404/bg_404_footer.png);
	background-repeat:		no-repeat;
 }
 