* 		{
	padding: 0;
	margin: 0;
	color: #CCC;
}
*, body	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
}
body {
	background-color:		#222;
}

#pageWrap {
	width:					600px;
	background-color:		transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#pageBody {
	width:					100%;
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	background-attachment: scroll;
	background-color: black;
	background-image: url(../images/navHover.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			500px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#666;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
	background-position: 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; }

