body {
	background-image: url(images/sky.png);
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}

.special img
{
    	float: right;
	margin-top: -1px;
}

.stitlebox
{
	float: right;
	width: 245px;
	height: auto;
	padding: 20px 20px 20px 50px;
}

.newsitem
{
        width: 676px;
	min-height: 10px;
	margin-top: 0px;
	background-color: #533734;
	border: 1px solid #ffffaa;
	color: white;
	font-size: 15pt;
	padding: 10px;
	z-index: 0;
}

.ndivider
{
    width: 676px;
	height: auto;
	margin-left: -11px;
	background-color: #4358a6;
	border: 1px solid #ffffaa;
	color: white;
	padding: 10px;
	z-index: 4;
}

.divider
{
    width: 100%;
	height: auto;
	background-color: #4358a6;
	border: 1px solid #ffffaa;
	color: white;
	padding: 10px;
	z-index: 4;
}

.divide
{
    width: 100%;
	height: auto;
	background-color: #4358a6;
	border: 1px solid #ffffaa;
	color: white;
	padding: 10px;
	z-index: 4;
}

/*Add for click on section*/
section {
	position: absolute;
	height: 70%;
	/*overflow: scroll;*/
	opacity: 1.0;
    width: 695px;
	min-height: 380px;
	border: 1px solid #ffffaa;
	color: white;
	font-size: 15pt;
	padding: 10px;
	margin-left: 285px;
	margin-top: 187px;
	z-index: -2;
}

section img {
	float: left;
	margin-left: -30px;
	margin-top: -1px;
}

section h3 {
	width: 100%;
	min-height: 15px;
	margin-left: -11px;
	background-color: #4358a6;
	border: 1px solid #ffffaa;
	color: white;
	padding: 10px;
}

#Next
{
    width: 900px;
	height: 43px;
	margin-left: 115px;
	padding: 20px 20px 20px 50px;
}

#Next a
{
	font-size: 17pt;
	margin: 10px;
	padding: 7px;
	display: inline-block;
	text-decoration: u;
	color: f4ff48;
	background-color: none;
	text-align: center;
}

#Next a.current
{
	background-color: none;
	color: 82afdf;
}

#Next a:hover
{
	background-color: none;
	color: f4ff48;
}