body{
	
	padding:0;
	margin:0;
	background: url(../core-images/bg.jpg) no-repeat fixed top center;
	background-color:#0F0607;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:101%;
}

p{
	margin-bottom:10px;
}

em{
    font-style:italic;
}

.adjustCenter{
	margin:0 14px 0 15px;
}

.clearBoth{
	clear:both;
}

#wrapper{
	margin:0 auto;
	width:809px;
	padding-left:50px;
}

#banner{
	background-image:url(../core-images/bannerBg.png);
	background-repeat:repeat-y;
	width:809px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="core-images/bannerBg.png", sizingMethod="scale");
}

#bannerImage{
	
}

#nav{
	background-image:url(../core-images/bannerBg.png);
	background-repeat:repeat-y;
	width:809px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="core-images/bannerBg.png", sizingMethod="scale");
}

#navItems{
	background-color:#485B53;
	height:17px;
	padding:7px 0 0 25px;
	font-size:.85em;
	font-weight:bold;
}

#navBtm{
	background-image:url(../core-images/navBtm.png);
	background-repeat:no-repeat;
	height:13px;
	
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="core-images/navBtm.png", sizingMethod="image");
}

#pageTop{
	background-image:url(../core-images/pageTop.png);
	background-repeat:no-repeat;
	height:41px;
	
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="core-images/pageTop.png", sizingMethod="image");
}

#pageTop h1{
	color:white;
	font-size:1.7em;
	margin-left:65px;
	padding-top:12px;
}

#pageCenter{
	background-image:url(../core-images/pageBg.png);
	background-repeat:repeat-y;
	width:809px;
	
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="core-images/pageBg.png", sizingMethod="scale");
}

#pageCenter h2{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1px;
}

#pageCenter h3{
	font-weight:bold;
	font-size:1em;
}

#pageBtm{
	background-image:url(../core-images/pageBtm.png);
	background-repeat:no-repeat;
	height:54px;
	
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="core-images/pageBtm.png", sizingMethod="scale");
}

#pageContent{
	font-size:.8em;
	padding:5px 20px 5px 20px;
}

#rightCol{
	float:right;
	width:250px;	
}

#mainCol{
	margin-right:260px;
}

#footer{
	text-align:center;
	font-size:.75em;
}

#footer a{
	color:#333;
}

.focusBox{
	width:244px;
	margin-bottom:20px;
}

.focusBox h3{
		font-weight:bold;
		font-size:1.1em;
		margin-left:5px;
		_margin-bottom:-12px;
}

.focusBox h4{
		font-weight:bold;
		font-size:1em;
		margin-left:0px;
		_margin-bottom:-12px;
}

.focusBox .top{
	background-image:url(../core-images/focusTop.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:5px;
}

.focusBox .center{
	background-image:url(../core-images/focusBg.gif);
	background-repeat:repeat-y;
}

.focusBox .btm{
	background-image:url(../core-images/focusBtm.gif);
	background-repeat:no-repeat;
	height:9px;
}

.focusBox .content{
	padding:5px 20px 2px 20px;
}