html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(gfx/bg.jpg);
 background-repeat:no-repeat;
 background-position:center;
 background-color:#FFF5EB;
} 
 
#pagewidth{ 
 width:820px;
 text-align:left;
 margin-left:auto; 
 margin-right:auto;  
} 

#head{
height:112px;}

#nav{
margin-bottom:0px;
height:20px;
width:800px;
}

#start{
 width:800px;
 height:576px;
 padding-left:1px;
 padding-right:2px;
 padding-top:1px;
 padding-bottom:2px;
}

#spacer{
	width:800px;
	height:75px;
}

#info{
	width:798px;
	height:120px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

#infocontenta{
	text-align:right;
	width:250px;
	height:120px;
	position:relative;
	float:left;
	padding-right: 8px;
}

#infocontentd{
	text-align:left;
	width:250px;
	height:120px;
	position:relative;
	float:left;
	padding-left: 8px;
	padding-right: 8px;
}

#infocontent{
	text-align:center;
	width:250px;
	height:120px;
	position:relative;
	float:left;
	padding-left: 8px;
	padding-right: 8px;
}

#vr{
	width:1px;
	height:120px;
	background-color:#CCCCCC;
	float:left;
}

#story{
 width:796px;
 height:572px;
 padding-left:3px;
 padding-right:3px;
 padding-top:4px;
 padding-bottom:3px;
}
 
#maincol{ 
 float: right; 
 display:inline; 
 width:820px;
 height:620px;
 background-image:url(gfx/contentbg.png);
 background-repeat:no-repeat;
 padding-top:10px;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:10px;
}
 
#footer{
 height:20px; 
 clear:both;
 text-align:center;
 color:#666666;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 padding-left:10px;
 padding-right:10px;
 } 
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;
border:none;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.story {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:2px;
 	padding-right:2px;
 	padding-top:2px;
 	padding-bottom:2px;}
	
.headline {font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	text-decoration:underline;}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

 
