/* MANAGEMENT RECRUITERS OF GASTONIA NORTH GENERAL RULES *//* HTML RULES */*, html, body {	margin: 0px;	padding: 0px;}body {	background: #000000 url("/images/backgrounds/stripes_background.gif");	background-repeat: repeat-x;	background-position: top center;	text-align: center;	font-family: Arial, Helvetica, sans-serif;}/* SPECIALIZED PNG SUPORT */img, div#main_body, a#submit_form_button {	behavior: url("/scripts/iepngfix.htc");}/* SKIP TO CONTENT RULES */a#content_marker {	display: block;}	a#skip_to_content, #content_marker span {		display: none;	}/* SITE CONTAINER */div#container {	position: relative;	margin: 0px auto;	width: 1000px;	text-align: left;}/* HEADER */div#header {	width: 1000px;	height: 96px;}	#header h1 {		width: 230px;		height: 96px;	}			#header h1 span, #header img {			display: none;		}/* MAIN BODY REGION */div#main_body {	line-height: 24px;	font-size: 13px;	color: #6E6E6E;}	#main_body h2, #main_body h3 {		font-weight: 100;		color: #F58220;	}		#main_body h2 {		margin: 0px 0px 20px 0px;		font-size: 17px;	}	#main_body h3 {		margin: 20px 0px 0px 0px;		font-size: 15px;	}		#main_body p {		margin: 0px 0px 20px 0px;	}		#main_body ol, #main_body ul {		margin: 20px 0px 20px 20px;	}		#main_body a, .body_form a {		color: #F58220;		text-decoration: none;	}		#main_body a:hover, .body_form a:hover {		color: #666666;	}/* FOOTER */div#footer {	position: relative;	clear: both;	width: 1000px;	height: 180px;	background: transparent url("/images/backgrounds/footer.jpg");	background-repeat: no-repeat;}	a.read_more_footer_link {		display: block;		background: transparent url("/images/misc_elements/read_more_footer_arrows.gif");		background-position: 258px 60px;		background-repeat: no-repeat;		text-decoration: none;	}			.read_more_footer_link span {			display: none;		}/* COPYRIGHT INFO */	p.copyright {		display:  none;	}		/* STICKY STAMP */	a#sticky_stamp {		position: absolute;		bottom: 0px;		right: 0px;		width: 90px;		height: 70px;	}			#sticky_stamp p, #sticky_stamp img {			display: none;		}