/* CSS Document */

a{
	outline: 0;
	text-decoration:none;
	color:#003;
	}	
	
a:hover{
	color:#FFF;
}
	
	
body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	background:#43b8fd;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	/*	background: url('../images/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
	left: 2px;
	top: -2px;
}

.container{
	width:985px;
	margin: 0 auto;
}

#header{
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}

#nav{
	width:985px;
	height:45px;
	background:#598398;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	filter: alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
/*	margin-bottom:30px;
*/}

#content{
	background:url(../images/contentbackground.png);
	width:985px;
	height:710px;
	margin-top:15px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10pt;
	color:#25363e;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
}

#contentbody{
	width:500px;
	height:650px;
	float:left;
	font-size:11px;
	padding-top:15px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
}

#plans{
	width:510px;
	height:660px;
	overflow:scroll;
	overflow-x:hidden;
	float:left;
	font-size:11px;
	padding-top:15px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
	padding-right:5px;
}

#flash{
	width:400px;
	float:right;
	margin-right:20px;
	margin-top:19px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9pt;
	color:#25363e;
	text-align:center;
	vertical-align:center;
}

#footer{
	color:#25363e;
	text-align:center;
	line-height:30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:8pt;
	width:985px;
	height:75px;
	background:url(../images/contentbackground.png);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	margin-top:15px;
	margin-bottom:20px;
	list-style:none;
	text-decoration:none;
}

#howhelp{
	width:400px;
	margin-right:20px;
	margin-top:10px;
	float:right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9pt;;
	color:#25363e;
}

#stg{
	line-height:15px;
	vertical-align:middle;

}

#thankyou{
	text-align:center;
	vertical-align:middle;
	margin-top:50px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}

#collectibles{
	width:930px;
	height:625px;
	overflow:scroll;
	overflow-x:hidden;
	padding-top:15px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
}

img.collectibles{
	border:#000;
	border-style:solid;
}
	

