body {
	padding: 0px;
	margin: 0px;
	background-color: #9BCAAB;
}

A:link {text-decoration: none; color: #3d676e} /* 4e797f */
A:visited {text-decoration: none; color: #3d676e}
A:active {text-decoration: none; color: #3d676e}
A:hover {text-decoration: none; color: white;}

#title {
	margin-top: 80px;
	margin-right: 100px;
	margin-left: 0px;
	text-align: right;
}
#bar {

	margin-top: 100px;
	background-image: url(images/bar-middle.bmp);
	background-repeat: repeat-x;
	background-position: center;
	height: 120px;
}

#bar-left {
	position:relative;
	border-left: 2px solid #4e797f;
	border-top: 2px solid #4e797f;
	border-bottom: 2px solid #4e797f;
	width: 82px;
	top:19px;
	margin-right: 5%;
}
#bar-main {
	left: 84px;
	bottom: 67px;
	border-top: 2px solid #4e797f;
	border-bottom: 2px solid #4e797f;
	position: relative;
	background-color: #4e797f;
	height: 82px;
	width: 200px;
}

#bar-middle {
	position: relative;
	left: 284px;
	bottom: 153px;
	border-top: 2px solid #4e797f;
	border-bottom: 2px solid #4e797f;
	height: 82px;
	width:70%;
}

#main-image-box {
	position:relative;
	bottom: 22px;
	left:38px;
	border: 1px solid #4e797f;
	height:120px;
	width:120px;
}

#bar-right {
	position:relative;
	bottom: 239px;
	float:right;
	clear:left;
	border-right: 2px solid #4e797f;
	border-top: 2px solid #4e797f;
	border-bottom: 2px solid #4e797f;
}

.menu-header {
	font-family: tahoma;
	color:#222;
}
#footer {
	font-family: tahoma;
	font-size: 10pt;
	color:222;
}