#content{
	overflow:hidden;
	width:630px;
	background-color:white;
	position:relative;
	float:left;
	height:400px;
}
	#content h2{
		color:#993333;
		margin:20px 0pt;
	}
	#content img{
		left:191px;
		position:absolute;
		top:101px;
		z-index:5;
	}
	
	#content .loading{
		font-size:1.2em;
		margin:190px 0pt 0pt 265px;
		color:#933;
	}
#navigation{
	border-right:0px !important;
	border-right:1px;
	float:left;
	width:110px;
	background-color:#5B739C;
	height:400px;
}
	#navigation li{
		margin:48px 0pt 48px 20px;
	}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
			font-size: 85%;
		}
		#content a{
			color:#777;
			font-weight:bolder;
			text-decoration:none;
		}
		#navigation a.scrolling{
			color:#FF0000;
		}
.section{
	margin:-1px 0 0 -1px;
	width:1900px;
	border-bottom:1px solid black;
	position:relative;
	z-index:1;
}

	.section .sub{
		position:relative;
		float:left;
		padding:9px 21px 42px 45px;
		width:567px;
		height:352px;
	}
		.section .sub p{
			width:550px;
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.sub-sections{
	position:absolute;
	right:20px;
	top:5px;	
	z-index:2;
}
	.sub-sections li{
		margin:0 10px;
		padding:0;
		float:left;
	}
	.sub-sections a{
		font-size:85%;
	}