#container {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 760px;
	background-image: url(../images/home/content_background.gif);
	background-repeat: repeat-y;	
}

.cleaner{
	float: none;
	clear: both;
	height: 0px;
/*	height: 1px; */	
	margin: 0px;
	padding: 0px;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
}

html {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/home/page_background.gif);
	background-repeat: repeat-x;
	background-color: #0b2850; 
}

body {
	font-size: 62.5%;    /* Sets 1 em = 10px = 10 points */
	padding: 0px;
	margin: 0px;
	margin-top: 17px;
}

#content {
/*	background-color: white;	*/
/*	background-image: url(../images/home/content_background.gif);
	background-repeat: repeat-y; */
	font-size: 1.1em; 
}

/* #min_pg_height {
	position: relative;
	float: left;
	width: 5px;
	height: 300px;
	background-color: #ffcccc;
} */

#leftcol {
	position: relative;
	float: left;
	width: 18px;
	height: 490px;
	margin-right: 0px;
}

#middle {
	position: relative;
	float: left;
	width: 724px;
	margin-right: 0px;
}

#rightcol {
	position: relative;
	float: left;
	width: 18px;
	height: 490px;	
}

#footer {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 40px;
}

#globalnav {
	height: 25px;
	margin: 0px;
	padding: 0px;
}

#globalnav ul {
	list-style: none;
	margin: 10px 0px 0px 17px;
	padding: 0px;
}

#globalnav ul li {
	display: inline;
}


#globalnav a img {
	border: 0px;
}

#about {
	margin-left: 0px;
}

#media {
	margin-left: 44px;
/*	margin-left: 74px;	 */
}

#investigations {
	margin-left: 42px;
/*	margin-left: 72px; */	
}

#blog {
	margin-left: 40px;
}

#contact {
	margin-left: 40px;
/*	margin-left: 70px;	*/
}

#footer img {
	border: 0px;
	vertical-align: bottom;
}
