* 		{ padding: 0; margin: 0; color: #FFF; }
*, body	{ font-family: Trebuchet MS, Helvetica, Arial; font-size: 95%; }
body {
	background-color:		white;
	overflow-x: hidden;
}

#pageWrap {
	width:					100%;
	background-color:		transparent;
	background:		black url(images/neworg.jpg) repeat;
}

#pageBody {
	width:					100%;
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(images/neworg.jpg) repeat 0 0 scroll;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			150px;
	text-align:center;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
	font-size:16px;
	line-height:60px;
	height:60px;
	text-transform:none;
	font-family: 'Oswald', sans-serif;
	padding-right:1px;
	color:#6d6f7b;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	color:white;
	background:		white url(images/newhover.jpg) repeat;
}

p {
	padding-top:	0px;
	margin:			0.5em 0;
}

.clear	{ clear: both; }

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