/*	2-Column
----------------------------------------------- */

#colM {
	padding-top: 55px;
}

h1 {
	color: #fff;
	font: normal 22px "Lucida Grande", Tahoma, Arial, sans-serif;
	margin-bottom: 35px;
}

/* Previous - Next
----------------------------------------------- */
.navigation {
	top: 198px; left: 900px;
	position: absolute;
	width: 66px;
}

.navigation a {
	margin-right: 10px;
	width: 23px;
	float: left;
	overflow: hidden;
	padding: 23px 0 0 0;
	height: 0px !important; 
	height /**/:23px; /* for IE5/Win only */
}

.navigation a:hover { background-position: 0 -23px; }

.navigation .prev  { background: url("../graphics/prev.gif") no-repeat; }
.navigation .next  { background: url("../graphics/next.gif") no-repeat; }
