﻿html, body {
	margin: 0;
	border-width: 0;
	padding: 0;
	text-align: center;
 	background-image: url('../img/body_background_1.png');
 	background-repeat: repeat-x;
}
#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background-image: url('../img/bk1.jpg');
 	background-repeat: repeat;
}
#container-left {
	position: absolute;
	width: 3px;
	height: 980px;
	background-image: url('../img/container-left_background.gif');
	background-repeat: repeat;
}
#container-center {
	position: absolute;
	left: 3px;
	width: 994px;
}
#container-right {
	position: absolute;
	left: 997px;
	width: 3px;
	height: 980px;
	background-image: url('../img/container-right_background.gif');
	background-repeat: repeat;
}
#vessel-title {
	position: relative;
	height: 40px;
	background-image: url('../img/title.png');
 	background-repeat: no-repeat;
}
#vessel-banner {
	position: relative;
	height: 200px;
	background-image: url('../img/banner.jpg');
 	background-repeat: no-repeat;
}
#vessel-middle {
	position: relative;
	height: 40px;
	background-image: url('../img/middle.png');
 	background-repeat: no-repeat;
}
#vessel-body {
	position: relative;
	height: 660px;
}
#vessel-bottom {
	position: relative;
	height: 40px;
	background-image: url('../img/bottom.png');
 	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	padding: 10px;
	width: 200px;
	height: 640px;
	background-color: #D8B177;
}
#content-outline {
	position: absolute;
	left: 220px;
	width: 774px;
	height: 660px;
	text-align: center;
	background-color: #F0E8D9;
}
#content {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 744px;
	height: 630px;
	text-align: left;
	background-image: url('../img/content-background.gif');
 	background-repeat: no-repeat;
}