/*General:*/
body {
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 15px;
	color:#fff;
	background-color:#fff;
	height: 100%;
	text-align:left;
}



a {
	color:#fff;
	text-decoration:underline;
}


#centerBlock {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	display:block;
	z-index: 1;
	padding: 60px 0 0 0;
}

#nav {
	width: 924pxx;
	height: 20px;
	margin: 0 auto;
	display:block;
	z-index: 1;
	padding: 97px 36px 8px 0;
	background-image:url(images/head.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color:#62cae3;
	font-weight:bold;
	text-align:right;
	color:#fff;
}

	#nav a {
		text-decoration:none;
	}
	
	#nav a:hover {
		color:#7c6a55;
	}

	#nav > span {
		color:#7c6a55;
	}
	

#subNav {
	width: 924px;
	height: 20px;
	margin: 0 auto;
	display:block;
	z-index: 1;
	padding: 14px 36px 10px 0;
	font-weight:bold;
	text-align:right;
	color:#62cae3;
}

	#subNav a {
		text-decoration:none;
		color:#62cae3;
	}
	
	#subNav a:hover {
		color:#7c6a55;
	}

	#subNav > span {
		color:#7c6a55;
	}
	

#content {
	width: 960px;
	height: 346px;
	margin: 0 auto;
	display:block;
	position:relative;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	background-color:#7c6a55;
	font-size:13px;
	line-height: 15px;
}


	#splash > #centerBlock > #content {
		background-image:url(images/middle.gif);
	}


		#text {
			position:absolute;
			left: 250px;
			top: 32px;
			width: 628px;
			height: 282px;
			padding: 0 46px 0 0;
			overflow:auto;
		}

		p {margin-top: 15px;}
		
			#text2 {
	position:absolute;
	left: 48px;
	top: 32px;
	width: 830px;
	height: 282px;
	padding: 0 46px 0 0;
	overflow:auto;
		}

		p {margin-top: 15px;}


#footer {
	width: 912px;
	height: 20px;
	margin: 15px auto 0 auto;
	position:relative;
	display:block;
	z-index: 1;
	padding: 25px 0 25px 48px;
	text-align:left;
	background-color:#62cae3;
	font-size:14px;
	color:#7c6a55;
}

	#footer a {
	text-decoration:none;
	color:#fff;
	font-size: 13px;
	}
	
	#footer a:hover {
		color:#7c6a55;
	}

	#footer > span {
		font-size:11px;
		font-weight:bold;
		position:absolute;
		right: 36px;
		top: 28px;
	}

