/*
	/lib/css/site.css
	Where the magic happens. Layout your site-specific styles here.
*/

/*
	Reset and set Global styles.
	See files for documentation.
*/

@import url(/lib/css/reset.css);
@import url(/lib/css/global.css);
	
body {background-color: #031d0d; color: #000;} /* Matte Color */
#Page {
	width:980px; /*760px width less borders*/
	margin: 0 auto;
	position: relative;
}
/*
	This is for the 1px reddish border
*/
#PageContainerOuter {
	
}
#PageContainer {
	width:980px;
	margin: 0 auto;
/*	border: 1px solid #0f0;*/
}

/*
	Page Header
*/
#PageHeader {
	
}

/*
	Page Body
*/
#PageBody {
	height: auto !important; /* for modern browsers */
	height: 370px; /* for IE5.x and IE6 */
	min-height: 370px; /* for modern browsers */
	}

/* these may be used later make layout consistant on pages seconadary and alternate pages*/
.Standard ,
.Alternate {
}

#PageBody.Standard {
	margin-left: 175px;	
}
#PageBody.Alternate  {
}

#BodyCopy {
	margin-top: 27px;
	margin-right: 100px;
	margin-bottom: 30px;
}

#BodyCopy p {
/*	font: normal 1.2em/1.4 Arial, sans-serif;*/
}

/*
	Page Footer
*/
#PageFooter {
	clear:both;
	
}






