/*
Design by planetserve.com
http://www.planetserve.com
Released under a Creative Commons Attribution 2.5 License
*/
	#centered {
		position:relative;
		width:900px;
		height:100%;
		margin:0px auto 0 auto;
		text-align:left;
		padding-left:1px;
		cursor:default;	
		}
		
	html{height: 101%}	
	
	body {
	margin:0px;
	text-align:center;
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center 131px;
	background-image: url(images/bg.png);
		}
	
	#header {
	position:absolute;
	left:0px;
	top:2px;
	width:900px;
	height:91px;
	z-index:99;
	background-color: #FFFFFF;
	padding-top: 60px;
	}

	#content {
	position:absolute;
	top:177px;
	width:900px;
	height:500px;
	z-index:auto;
	background-color: #FFFFFF;
	left: 0px;
	background-image: url(images/body.png);
	text-align: center;
	}
	
	#content_main {
	position:absolute;
	width:382px;
	height:290px;
	z-index:1;
	left: 50px;
	top: 110px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 5px;
}

#content_image {
	position:absolute;
	width:408px;
	height:290px;
	z-index:1;
	left: 450px;
	top: 110px;
	background-color: #FFFFFF;
	padding-left: 5px;
}
#footer {
	position:absolute;
	width:500px;
	height:22px;
	z-index:auto;
	left: 200px;
	top: 441px;
	background-color: #FFFFFF;
}
	body,td,th {
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.heading {
		font-size: 42px;
		color: #EBEBEB;
		font-style: italic;
	}
	.menu {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	}
	.subheading {
	color: #ABABAB;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

a:focus {
    outline: none;
}
	a:link {
	color: #AFD3D3;
	text-decoration: none;
	font-weight: bold;
	}
	a:visited {
		text-decoration: none;
		color: #11A8CE;
	}
	a:hover {
		text-decoration: underline;
		color: #000000;
	}
	a:active {
		text-decoration: none;
	}
	.footer {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
	
	.footerbig {
		font-size: 24pt;
		color: #FF6600;
		font-style: normal;
	}
	
	.bodytext {
	font-size: 10pt;
	color: #7F7F7F;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	}
	.footerlink {}
#planetserve {

	position:absolute;
	width:500px;
	height:22px;
	z-index:auto;
	left: 200px;
	top: 460px;
	background-color: #FFFFFF;
}
#left_skyline {
	position:absolute;
	left:-152px;
	top:476px;
	width:497px;
	height:186px;
	z-index:1;
	background-image: url(images/left.png);
}
#right_skyline {

	position:absolute;
	left:602px;
	top:493px;
	width:463px;
	height:165px;
	z-index:2;
	background-image: url(images/right.png);
}

