body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 14px;
	background: #fff;
	}
	
html, body {
	text-align: center;
	}
	
#content {
	text-align: left;
	margin: 1% auto 0 auto;
	width: 706px;
	background: url('/images/middlebox.png') repeat-y;
	}
	
	#content a { color: #3c5f73; }
		
	#content a:hover { text-decoration: none; }

	#content h1 {
		background: url('/images/adventures.png') no-repeat;
		display: block;
		width: 332px;
		height: 221px;
		float: left;
		position: relative;
		top: 10px;
		left: 20px;
		margin: 0;
		padding: 0;
		}
		
	#content p {
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		}
		
.alt, .hidden { display: none !important; }

#videoLink {
	display: block;
	background: url('/images/topbox.png') no-repeat;
	width: 706px;
	height: 54px;
	color: #fff;
	font-size: 24px;
	}
	
	#videoLink a {
		color: #c1d8e5;
		margin-left: 20px;
		text-decoration: underline;
		}
		
	#videoLink a:hover { text-decoration: none; }
		
	#videoLink p {
		margin: 0;
		padding: 0;
		position: relative;
		top: 12px;
		left: 20px;
		}
	
#nav {
	width: 706px;
	display: block;
	clear: both;
	background: #fff url('/images/bottombox.png') no-repeat;
	height: 75px;
	}
	
	#nav ul, #nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#nav li, #nav li a { float: left; }
	
	#nav li a {
		display: block;
		background: url('/images/tab.png') center bottom no-repeat;
		width: 103px;
		height: 28px;
		position: relative;
		top: 22px;
		left: 35px;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		padding-top: 6px;
		padding-left: 5px;
		}
		
	#nav li a:hover {
		background-position: center top;
		height: 28px;
		padding-top: 26px;
		}
	
#characters {
	display: block;
	background: url('/images/characters.png') no-repeat;
	width: 292px;
	height: 221px;
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
	}
	
#bios { padding: 20px; }

#animation { padding: 20px 0 10px 50px; }

#ads { padding: 100px; 
	   display:block;
	   width:600px;
	   height:80px;
	   margin: 0px auto;
	   vertical-align:middle;
	   text-align:left;
	   }
       
#newsletter {
	font-weight: bold;
	float: right;
	position: relative;
	top: 38px;
	right: 18px;
	}
	
	#newsletter form, #newsletter input, #newsletter label {
		margin: 0;
		padding: 0;
		float: left;
		}
	
	#newsletter #email {
		border: 1px solid #3c5f73;
		background: #f0f5f7;
		padding: 3px 2px 0 2px;
		height: 19px;
		margin: 0 5px 0 5px;
		}
		
	#newsletter #submit {
		position: relative;
		width: 78px;
		height: 22px;
		}
		
	#newsletter label {
		position: relative;
		top: 5px;
		}