#content {
	position: absolute;
	left: 125px;
	top: 290px;
	width: 800px;
	height: 600px;
	color: #fff;
}

#thenews { 
	position: absolute;
	top: -72px;
	left: 400px;
	z-index: 3;
}

#updatesBox {
	position: absolute;
	left: 295px; top: -5px;
}

.contentBox {
	position: relative;
	float: left;
	width: 390px;
	height: 590px;
	margin: 25px;
	/* background-color: #CCB695*/
	border: medium;
	border-color: #000;

}


.contentBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-left: 10px;
}

.contentBox p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 20px;
	padding-right: 10px;
}

#newerLink {
	position: absolute;
	background-image: url(../i/all/buttons/newer_over.gif); 
	background-repeat: no-repeat;

	left: 254px; top: 53px;
	height: 32px; width: 68px;
	z-index: 5;
	
}
#olderLink {
	position: absolute;
	left: 235px; top: 30px;
	z-index: 5;
	background-image: url(../i/all/buttons/older_over.gif); 
	background-repeat: no-repeat;
	height: 32px; width: 68px;
}

#newerLink a {
	background-image: url(../i/all/buttons/newer.gif);
	background-repeat: no-repeat;
	height: 32px; width: 68px;
	display: block;
	outline: none;
}

#newerLink a:hover {
	background: none;
}



#olderLink a { 
	background-image: url(../i/all/buttons/older.gif);
	background-repeat: no-repeat;
	height: 32px; width: 68px;
	display: block;
	outline: none;
}

#olderLink a:hover {
	background: none;
}

.smallfont2, .smallfont {
	font-size: 10px;
}

