#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	text-align: justify;
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	overflow:hidden;
	width: 630px;
	background-color:white;
	position:relative;
	height: 500px;
	float:left;
}
	#content h2{
		margin-left: 0pt;
		margin-bottom: 6px;
		margin-right: 0pt;
		margin-top: 10px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12pt;
		color:#993333;
	}
	#content a{
		font-size: 0.8em;
		color: #c76218;
		font-weight:bolder;
		text-decoration: none;
	}
#content a:hover{
		font-size: 0.8em;
		color: #c76218;
		font-weight:bolder;
		text-decoration: underline;
	}
#navigation{
	float:left;
	width: 200px;
	height: 500px;
	background-color: #854512;
}
	#navigation .sup{
		margin:26px 10px;
		font-size:14px;
	}
		#navigation ul{
			margin:5px 0;
			list-style:circle;
			padding-left:15px;						
		}
		#navigation a{
			font-style: normal;
			text-decoration: none;
			font-size: 1.2em;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			color: white;
			font-weight: normal;
		}				
		#navigation a:hover{
			text-decoration: none;
			font-style: normal;
			font-size: 1.2em;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			color: #c76218;
			font-weight: normal;
		}				
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:10px;
		}
		#navigation a.scrolling{
			color: #c76218;
		}
.section{
	width:1900px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:9px 21px 42px 45px;
		width:567px;
		height: 452px;
	}
		.section .sub p{
			width:550px;
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-size: 12px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}
#posted2{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #7a7a7a;
	font-size: 0.6em;
}