#pageWrap {
	width:					500px;
	background-color:		transparent;
	margin:					25px auto;
}

#pageBody {
	width:					200%;
}
.hoverBtn1 {
position: 		relative;
	float:			left;

	display: 		block;
	width: 			120px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size: 13px;
	text-decoration:	none;
	color: #CCCCCC;
	font-weight: 580;
	
	background:		white url('navHover.png');
}
div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url('navBG.png') repeat-x 0 0;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			120px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size: 13px;
	text-decoration:	none;
	color: #990000;
	font-weight: 580;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url('navHover.png') repeat-x 0 0;
}
h1 {
	font-size:		2.0em;
	margin:			0.5em 0;
}
a {
color: #999999;}
p {
	padding-top:	11px;
	margin:			0.5em 0;
}

.clear	{ clear: both; }

html, body { height: 100%; margin-bottom: 1px; }
