html {
overflow: -moz-scrollbars-vertical;
height: 100%;
}

body {
background:#CCC;
height: 100%;
}

* {
margin: 0;
padding: 0;
}


form {
  margin: 0;
  padding: 3px;
}

#pageContainer {
	width:801px;
	margin:0 auto -60px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../images/background_shadow.png) repeat-y;
	background-position:center;
}

#headerWrap {
	width:780px;
	height:112px;
/*	border-bottom:#333 solid 1px;*/
/*	background: url(../images/background_header.png) repeat-x;*/
	margin:auto;
	}

#headerNav {
	position:relative;
	width:780px;
	height:21px;
	display:block;
	clear:both;
	background: url(../images/background_header.png) repeat-x;
	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;

	}

div#headerButton a {
	width:77px;
	height:17px;
/*	background: url(../images/headerButtons.png);
	background-position:bottom left;
*/	color:#333333;
	font-size:0.9em;
	text-decoration:none;
	text-align:center;
	display:block; 
	float:right;
	/*top, right, bottom, left.*/
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	border-left:white 1px solid; 
}

div#headerButton a:hover {
	background-position: -90px;
	color:#990000;
	text-decoration:none;
	display:block;
	background: url(../images/background_header_red.png) repeat-x;

}


#navWrap {
	display:block;
	float:left;
	border-top:white solid 5px;
	background-color:#FFFFFF;
}


#bodyWrap {
	width:780px;
	display:block;
	margin:auto;
	height:100%;
}

#content {
	width:590px;
	display:block;
	float:right;
	border-bottom:white solid 10px;
	border-top:white solid 5px;
	background:url(/images/background_body_photo_index_puzzle.gif) #FFF top center no-repeat;	
	margin-right:2px;
	margin-bottom:15px;
	/*top, right, bottom, left.*/
	padding:10px 0px 0px 0px;
	min-height:566px; /*ff*/
height: auto !important; /*ie7 */
height: 566px; /*ie6 */
}


#contentWrap {
	width:560px;
	display:block;
	/*top, right, bottom, left.*/
	margin:5px 5px 0px 15px;
	padding:0px 0px 10px 0px;
	clear:both;
	}
	
#contentBlock {
	width:560px;
	display:block;
	/*top, right, bottom, left.*/
	margin:5px 5px 0px 15px;
	padding:0px 0px 10px 0px;
	border:1px #CCCCCC solid;
	clear:both;
	}
	
#contentBlockSmall {
	width:370px;
	font-size:0.9em;
	display:block;
	/*top, right, bottom, left.*/
	margin:5px 5px 0px 15px;
	padding:0px 0px 10px 0px;
	border:1px #CCCCCC solid;
	clear:both;
	}


#sidebar {
	width:185px;
	padding: 0px 0px 0px 0px;
	display:block;
	float:left;
	background: #9CC0FF;
}

#push { 
/*Helps Footer stick to bottom*/
    height: 60px;
	float:none;
	clear:both;
}

#footerWrap {
	background:#CCCCCC;
	width:801px;
	height:70px;
	clear:both;
	bottom:0px;
	position:absolute
	bottom: 0 !important;
	bottom: -1px;
	margin:auto;
}

#footerSub {
	margin:auto;
	width:780px;
	background:url(../images/background_body_bottom.png) #CCCCCC top repeat-x;
	position:relative;
	text-align:right;
	padding:15px 0px;
}

#footerDisclaimer {
	margin:0px;
	width:420px;
	position:relative;
	float:left;
	text-align:left;
}