* 		{ padding: 0; margin: 0;  }


#pageWrap {
	width:					569px;
	background-color:		transparent;
	margin:					25px auto;
}

#pageBody {
	width:					100%;
}

div.selected
{
	position: relative;
	float: left;
	background-color: #000000;
	color: #FFF;
}

div.hoverBtn
{
	position: relative;
	float: left;
	background: black url(  'images/navBG.png' ) repeat-x 0 0;
	color: #FFF;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			108px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		11px ;
	text-decoration:	none;
	color:			#FFF;
	background:		transparent none repeat-x 0 0 scroll;
}


div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
		color:			#000;
	background:		white url('images/navHover.png') repeat-x 0 0;
}
h1 {
	font-size:		2.0em;
	margin:			0.5em 0;
}
p {
	padding-top:	10px;
	margin:			0.5em 0;
}

.clear	{ clear: both; }

html, body { height: 100%; margin-bottom: 1px; }
