html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
background:#fff; 
font-size:80%; 
font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0; background-position:bottom left; background-image:url('backgroundjoestory.png'); background-repeat: no-repeat;}
#content {
	height:100%; 
	max-height:100%;
	width:100%;
	overflow:auto; 
	position:relative;
	z-index:3;
	}
#subcontent
	{z-index:4; right:20px; margin-left:auto; margin-right:auto; position:relative; display:block; width:720px; height:100%; text-align:justify;}
img.floatLeft { 
    float: left; 
    margin: 10px;
	border: none;
}
img.floatRight { 
    float: right; 
    margin: 10px; 
	border: none;
}
img.Center { 
    margin-left: 10px; 
	margin-right: 10px;
	border: none;
}
img.floatLeft2 { 
    float: left; 
    margin-left: 10px;
	border: none;
}

.img {border: none;}

#ads {z-index:5; position: absolute; display:block; margin:0; top:176px; right:2px;}


#head {position:absolute; margin:0; top:0; right:20px; display:block; width:100%; height:175px; background:#fff; font-size:4em; z-index:6; color:#000;}
#foot {position:absolute; margin:0; bottom:-1px; right:20px; display:block; width:100%; height:30px; background:#fff; color:#000; text-align:right; font-size:1em; z-index:5;}
.pad1 {display:block; height:30px;}
.pad2 {display:block; height:175px;}
#content p {padding:5px;}
.bold {font-size:1.2em; font-weight:bold;}
.red {color:#c00; margin-left:5px; font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;}
h2 {margin-left:5px;}
h3 {margin-left:5px;}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content{
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 15px;
	border: 2px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}





