/* Forgotten Invasion Layout */

body {
	background: #ffffff url(images/tilebackground.jpg) top left;
	font-family: optima, times, serif;
	color: #ffffff;
	font-size: 10px;
	}

/* Link Behavior */

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ffff33;
	font-weight: bold;
	text-decoration: none;
	}

/* Headers */

h2 {
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	}

h3 {
	margin-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	}
	
hr { 
	border: 0;
	border-top: 2px solid #ffff33;
	margin-left: 10px;
	width: 325px;
	}

/* Content Positioning */

#container {
	position: relative;
	top: 20px;
	width: 750px;
	height: 550px;
	margin: 0 auto;
	background: #ffffff url(images/background.jpg) top left;
	border: 2px solid #000000;
	}
	
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 58px;
	background: url(images/logo.jpg) top left;
	}

/* Nav Bar*/
	
#navbar {
	position: absolute;
	top: 57px;
	left: 0;
	width: 750px;
	height: 20px;
	background: url(images/navbar.jpg) top left;
	}

#navbar ul {
	list-style-type: none;
	width: 750px;
	border: 0;
	margin: 0;
	padding-left: 10px;
	}

#navbar li {
	float: left;
	line-height: 4px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	}

#navbar a {
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	}

#navbar li:hover { 
	color: #ffff00;
	background: #ffffff;
	padding-left: 13px;
	padding-right: 13px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	}	

#navbar ul li.sel, #navbar ul li.sel:hover {
	background: #000033;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	}
	
/*Nav Bar 2*/

	
#navbar2 {
	position: absolute;
	top: 75px;
	left: 0;
	width: 750px;
	height: 16px;
	background: #000033;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #000000;
	}

#navbar2 ul {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding-left: 10px;
	}

#navbar2 li {
	float: left;
	line-height: 4px;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	}

#navbar2 a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
#navbar2 a:hover {
	color: #ffff33;
	}
	
#navbar2 ul li.sel, #navbar2 ul li.sel:hover {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	}
	
#gamebox {
	position: absolute;
	top: 110px;
	left: 90px;
	width: 550px;
	height: 400px;
	border: 2px solid #000000;
	}

#totalbox {
	position: absolute;
	top: 107px;
	left: 32px;
	width: 683px;
	height: 410px;
	padding-left: 10px;
	background: url(images/totalbox.jpg);
	overflow: auto;
	}

#totalbox li {
	list-style: url(images/bullet.gif);
	font-size: 12px;
	}
	
#totalbox ul {
	margin-bottom: 20px;
	}

#totalbox img {
	border: 2px solid #000000;
	}

#totalbox p {
	width: 325px;
	color: #ffffff;
	padding: 0 10px 0 10px;
	font-size: 13px;
	font-weight: none;
	text-align: left;
	}

#videobox {
	position: absolute;
	top: 107px;
	left: 29px;
	width: 688px;
	height: 405px;
	padding-left: 5px;
	background: url(images/videobox.jpg);
	}

#videobox hr {
	width: 658px;
	}

#videobox ul {
	padding-left: 15px;
	}

#videobox li {
	list-style: url(images/bullet.gif);
	font-size: 12px;
	}

#videobox p {
	font-size: 12px;
	}

#videobox img {
	border: 2px solid #000000;
	}

#vid1 {
	position: absolute;
	top: 60px;
	left: 13px;
	width: 150px;
	}
	
#vid2 {
	position: absolute;
	top: 60px;
	left: 182px;
	width: 150px;
	}

#vid3 {
	position: absolute;
	top: 60px;
	left: 350px;
	width: 150px;
	}

#vid4 {
	position: absolute;
	top: 60px;
	left: 520px;
	width: 150px;	
	}

#photobox {
	position: absolute;
	top: 10px;
	left: 412px;
	width: 240px;
	height: 235px;
	}
	
#photobox img {
	margin-top: 10px;
	margin-left: 10px;
	border: 2px solid #000000;
	}
	
#photobox p {
	width: 240px;
	left: 0;
	padding-top: 5px;
	padding-left: 12px;
	font-size: 11px;
	color: #ffffff;
	}

#charimage {
	position: relative;
	top: 10px;
	float: right;
	margin-right: 10px;
	border: 2px solid #000000;
	}
	
/*Internet Explorer Fixes*/

*html h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	}

*html h3 {
	margin-top: 10px;
	}
	
*html p {
	margin-top: 10px;
	}

*html #navbar li {
	line-height: 5px;
	}

*html #navbar a:hover {
	color: #ffff33;
	}
	
*html #navbar ul li.sel {
	padding-bottom: 7px;
	}
	
*html #navbar2 ul li.sel {
	padding-bottom: 6px;
	}
	
*html #totalbox { 
	background:;
	z-index: 2;
	}
	
*html #iebox {
	position: absolute;
	top: 107px;
	left: 32px;
	width: 683px;
	height: 410px;
	padding-left: 10px;
	background: url(images/totalbox.jpg);
	overflow: auto;
	z-index: 1;
	}
	
*html #navbar ul {
	list-style-type: none;
	width: 740px;
	border: 0;
	margin: 0;
	padding-left: 10px;
	}	