/*====================================================================*/
/* Jobs4Network */
/* Created June 2010 */
/* Error page styles */
/*====================================================================*/

* {margin: 0; padding: 0;}

body {
	background: #f7f7f7;
	text-align: center;
	font: normal 93.8%/1.2 Arial, Tahoma, Sans-Serif;
	color: #333;
	}

a {
	font-weight: normal;
	color: #d3db49;
	text-decoration: none;
	}

a:hover,
a:focus {color: #fff;}

/* Structure */

#container {
	margin: 40px auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 700px;
	overflow: hidden;
	background: #066 url(/Img/bg.gif) repeat-x;
	text-align: left;
	-moz-box-shadow: 0 2px 2px #888;
	-webkit-box-shadow: 0 2px 2px #888;
	box-shadow: 0 2px 2px #888;
	}

/* Header */

#header {
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius: 20px 20px 0 0;
	border-bottom: 1px solid #394e57;
	padding: 15px 25px;
	background: #1b252c;
	}
	
h1 {
	margin: 0;
	height: 39px;
	background: url(/Img/logo-jobs4.gif) no-repeat 100% 50%;
	text-indent: -1000em;
	}

/* Content */

#content {
	border-top: 1px solid #111d22;
	padding: 10px 40px 30px 40px;
	min-height: 300px;
	background: url(/Img/alien.png) no-repeat 93% 100%;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	}

* html #content {background: none;} /* No PNGs for IE6 */

h2 {
	margin: 0 0 1em 0;
	padding-right: 170px;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: normal;
	}

h2 strong {
	display: block;
	font-size: 8em;
	font-weight: bold;
	color: #d3db49;
	letter-spacing: -0.09em;
	line-height: 1.0;
	color: #d3db49;
	}
	
div.text {padding-right: 260px;}

p {margin: 0 0 1em 0;}
ul {margin: 0 0 1em 18px;}

