#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:600px;
	background-color:white;
	position:relative;
	height:600px;
	float:left;
}
	#content h2{
		color:#993333;
		margin:0px;
	}
	#content a{
		font-style: normal;
		font-weight: normal;
		color: #ff5e26;
		text-decoration:none;
	}

.section{
	width:533px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:20px 0px 0px 0px;
		width:600px;
		height:600px;
	}
		.section .sub p{
		
			color: #606060;
		
			width:533px;
			margin:12px 0;
			font-size:14px;
			line-height:20px;
		}
		.section .next, .section .prev{
			font-size:18px;
			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;
}

element{
	text-align: right;
}