﻿
#pageWrap {
	width:					650px;
	background-color:		transparent;
	margin:					0px auto;
	
}

#pageBody {
	width:					650px;
	margin-left:            0px;
	margin-right:           0px;
	float:                  right;
	
}

div.hoverBtn {
	position: 		relative;
	float:			right;
	background:		black url('images/nav.jpg') repeat-x 0 0 scroll;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			94px;
	height: 	    102px;
	line-height: 	150px;
	text-align: 	center;
	font-size:		1.1em;
	font-weight:    bold;
	text-decoration:none;
	color:			#0e1444;
	background:		transparent none repeat-x 0 0 scroll;
	
}

div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url('images/nav-roll.jpg') repeat-x 0 0 scroll;
}
.clear	{ clear: both; }

html, body { height: 100%; margin-bottom: 1px; }


