/* TEST GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #626262;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	}


/* SITE CONTAINERS */


div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}

/* HEADER */

div#header {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}

	#header h1 {
	width: 307px;
	height: 115px;
	background: transparent url("/images/logos/logo.png");
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	height: 68px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 119px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#industry_link {
			width: 149px;
			background: transparent url("/images/navigation/industry.gif");
		}
				
		a#client_link {
			width: 148px;
			background: transparent url("/images/navigation/client.gif");
		}
		
		a#candidate_link {
			width: 177px;
			background: transparent url("/images/navigation/candidate.gif");
		}
		
		a#contact_link {
			width: 100px;
			background: transparent url("/images/navigation/contact.gif");
		}
		
		#navigation li a {
			display: block;
			height: 68px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -68px;
		}
		
			#navigation li a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}

		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}