body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/main-bg.gif);
	padding: 0;
	margin: 0;
}

#nav {
	width:790px;
	margin:0 auto;
	text-align:left;
	padding:0 5px;
	background:#CCCCCC;
	font-size:14px;
	vertical-align:top;
	
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

a.prev_next:link, a.prev_next:visited {
	font-size:14px;
	
	padding:3px 10px 1px;
	background:#ccc;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	color:#000000;
	margin:0;
	text-decoration:none;
	display:block;
	float:left;
	
}
a.prev_next:hover {
	font-size:14px;
	padding:3px 10px 1px;
	background:#ff9900;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	color:#000;
	margin:0;
	text-decoration:none;
	
}
