@charset "UTF-8";
#container {
	position: relative; /* setting the reference point for positioning of inside elements */
	background-color: #FFF;
	margin: 0 auto;	/* top zero, centered content */
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. fixes IE bug*/
}
#darkContainer {
	position: relative; /* setting the reference point for positioning of inside elements */
	background-color: #001F0F;
	margin: 0 auto;	/* top zero, centered content */
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. fixes IE bug*/
}
#header {
	background-color: #001F0F;
	background-image: url(../_images/HeadingPic.jpg);
	background-repeat: no-repeat;
	height: 120px;
} 

