* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	scrollbar-3dlight-color:#0F4F4F; 
	scrollbar-arrow-color:#4F8F8F; 
	scrollbar-base-color:#333333; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#444444; 
	scrollbar-highlight-color:#4F8F8F; 
	scrollbar-shadow-color:#111111; 
	scrollbar-track-color:#222222;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #999999 url(grfx/imgBgFade.jpg) top center repeat-x fixed;
}
div#prime {
	position:relative;
	width:950px;
	min-height:100%;
	margin:auto;
	background: #222222 url(grfx/imgBg.jpg) top center repeat-y fixed;
}
* html div#prime {
	height:100%;
}
div#cntnt {
	position:relative;
	width: 710px;
	padding: 260px 0px 10px 0px;
	float: right;
}
div#cntntHdr {
	position: relative;
	margin: 0 auto;
	width: 680px;
}
div#cntntBdy {
	position: relative;
	width: 680px;
	margin: 0 auto;
	margin-top: 5px;
}
div#msthd {
	position:relative;
	width: 240px;
	padding: 228px 0px 10px 0px;
	float: left;
}
div#hdr {
	position:absolute;
	top:0;
	left: 50%;
	margin-left: -475px;
	width:950px;
	height:220px;
	border: 1px solid #FFFFFF;

}
div#hdrLogo {
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	width: 250px;
	height: 120px;
	background: url(grfx/imgLogo.jpg);
}
div#hdrLogoFlsh {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -227px;
	width:695px;
	height:80px;
}
div#hdrFlsh {
	position:absolute;
	top: 120px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	height: 100px;
}
div#ftr {
	clear: both;
	height: 60px;
	width: 950px;
}
div#ftrLft {
	position:relative;
	height: 50px;
	width: 240px;
	float: left;
}
div#ftrRgt {
	position:relative;
	height: 50px;
	width: 690px;
	float: right;
}
table#navMn {
	position: absolute;
	left: 50%;
	margin-left: -220px;
	top: 230px;
	width: 680px;
	border: 1px solid #111111;
	background: url(grfx/imgBgHdr.gif) top left repeat-x;
}
