#wrapper {
	height:1050px;
	width: 810px;
	margin: auto;
	position: relative;
	}
#header {
	width: 600px; height: 87px;
	display:block;

	}
#left {
	width: 28px; height: 1050px;
	background: url() no-repeat;
	display: block;
	float: left;
	}
#right {
	width: 25px; height: 1050px;
	background: url() no-repeat;
	display: block;
	float: right;
	}
#middle {
	width: 600px; height: 1050px;
	display: block;
	background: url(images/main-bg.gif) repeat-x;
	background-position: 0px 81px;
	float: right;
	}
#shadow_top {
	width: 689px; height: 32px;
	display: block;
	background:url(images/shadow.jpg) no-repeat bottom;
	padding-top: 206px;
	}
#shadow_bottom {
	width: 689px; height: 36px;
	display: block;
	background:url(images/shadow_bottom.jpg) no-repeat bottom;
	padding-top: 154px;
	}
	#shadow_bottom2 {
	width: 689px; height: 36px;
	display: block;
	background:url(images/shadow_bottom2.jpg) no-repeat bottom;
	padding-top: 141px;
	}
#footer {
	width: 689px; height: 116px;
	display:block;
	position: relative;
	float: left;
	background: url(images/footer.jpg) no-repeat top;
	}
body {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	width: 700px;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 53px; 
	text-align: center;
}


/* dock2 - bottom */
#dock2 {
	width: 100%;
	top: 257px;
	position: absolute;
	left: 92px;
}
#dock3 {
	width: 100%;
	top: 452px;
	position: absolute;
	left: 92px;
}
#dock4 {
	width: 100%;
	top: 627px;
	position: absolute;
	left: 92px;
}
#dock5 {
	width: 100%;
	top: 802px;
	position: absolute;
	left: 93px;
}
#dock6 {
	width: 100%;
	top: 987px;
	position: absolute;
	left: 93px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
	left: 0px;
	top: 13px;
}
a.dock-item2 {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 80px;
	color: #000;
	bottom: 23px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	left: -345px;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.small {
	font-weight:normal;
	font-size:10px;
	color: #999999;
	}

