@import "reset.css";
@import "grid.css";
@import "type.css";


body    {
	text-align: center;
	background: #ffffff /*url("../images/bodyBg.gif") top center repeat-x;*/
	}
	
body p{
margin: 14px 0px;}

#wrapper {
	background: #ffffff url("../images/contentBg.gif") top center repeat-y;
	text-align: left;
	width: 1009px;
	}
#headerWrap{
	clear: both;
	height: 149px;
	background: #ffffff url(../images/headerBg.gif) top left no-repeat;
}

#infoBar{
	background: none;
}
	
#topNavMenu{
	background:#ffffff; /*url("../images/menuBg.gif") top center repeat-y;*/
	color: #ffffff;
	text-align: right;
	clear: both;
	font: 85% Arial, sans-serif;
}

.block  { width: 960px; }
.hidden { display: none; }
.clear {clear: both;}
#header { background: #282826; }

/* IMAGES
---------------------------------------------------------------------------------*/
.imgLeft {
	float: left;
	padding-right: 20px;
	}

/* FOOTER
-------------------------------------------------------------------------------- */
	
#footer .block { position: relative; padding: 10px 0 20px 0; }
