#wrapper {
	height: 900px;
	width: 774px;
	margin: auto;
	position: relative;

	}
#header {
	width: 774px; height: 198px;
	display:block;
	}

#footer {
	width: 774px; height: 309px;
	display: block;
	position: inherit; 
	float: left;
		
	
	}
body {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color:#F0F5F9
}
img {
	border: none;

}

/* dock - top */
.dock {
	position: relative; 
	height: 185px; 
	text-align: center;
}


/* dock2 - bottom */
#dock2 {
	width: 100%;
	top: 235px;
	position: absolute;
	left: 10px;
	background: #ffffff url(images/shelf.jpg) no-repeat center;
}
#dock3 {
	width: 100%;
	top: 420px;
	position: absolute; 
	left: 10px;
	background: #568EA5 url(images/shelf-bottom.jpg) no-repeat center;

}
#dock4 {
	width: 100%;
	top: 605px;
	position: absolute;
	left: 10px;
	background: 
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
    
}
a.dock-item2 {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 80px;
	color: #000;
	bottom: -1px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	left: 20px;
}
.dock-item2 span {
	display: none;
	padding-left: 30px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 80%; 
}

.dock-item2 img.shadow {
	border: none; 
	margin: 0px 10px 3px; 
	width: 80%;  
}
.small {
	font-weight:normal;
	font-size:10px;
	color: #999999;
	}