body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
} 



#content {
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#article {
	width: 500px;
	float: left;
	clear: none;
	height: auto;
}

#maincontent
{
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
}



#pageWrap {
	width:					500px;
	margin:					0px /*auto*/;
}
#nav {
	b\]'[;/.l, -=]-=-=]-=][p;lk,mn jkilop-=p[o;lm
	width: 400px;
	background-image: url(images/navHover.png);
	background-repeat: repeat-x;
	color: #FFF;
}

#pageBody {
	width:					100%;
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		/*white url(images/navHover.png) repeat-x 0 0 scroll*/black url(images/navBG.png) repeat-x 0 0 scroll;
	}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		20px;
	line-height: 		20px;
	text-align: 		center;
	font-size:		1.1 em;
	text-decoration:	none;
	color:			/*#000*/#fff;
	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: black;
	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: 0
px; }
#nav .hoverBtn {
	color: #FFF;
}

#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}
#nav a:active {
	text-decoration: none;
}
#app {
	padding-left: 20px;
}
