/* MRCP GROUP GENERAL RULES */

/* HTML RULES*/

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

html {
	background: #000511 url("/images/backgrounds/main_background_gradient(1).jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}


/* SITE CONTAINER */

div#container {
	position: relative;
	margin: 0px auto;
	width: 950px;
	text-align: left;
	z-index: 5000;
}


/* HEADER */

div#header {
	width: 950px;
	height: 135px;
}

	#header h1 {
	width: 950px;
	height: 135px;
	cursor: pointer;
	}

		#header h1 span, #header img {
			display: none;
		}


/* BODY TEXT REGION */

/* FOOTER */

div#footer_container {
	width: 100%;
	text-align: center;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 950px;
	}
	
		p.copyright {
			display: none;
		}
		
		a#mrinetwork_stamp {
			display: none;
		}
		
		a#sticky_stamp {
			position: absolute;
			bottom: 0px;
			left: 790px;
			width: 160px;
			height: 92px;
		}
		
			#mrinetwork_stamp p, #mrinetwork_stamp img, #sticky_stamp p, #sticky_stamp img {
				display: none;
			}

		a#about_mrcp_group_footer_link {
			position: absolute;
			bottom: 0px;
			left: 285px;
			width: 120px;
			height: 92px;
		}
		
			#about_mrcp_group_footer_link p {
				display: none;
			}
