html {
	background-image: url(../images/html_bg.jpg);
	background-repeat: repeat-y;
	background-color: #98CBDE;
}
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	/*position: absolute;*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#main_container {
	position: absolute;
	left: 10px;
	top: 76px;
}
#globe {
	background-image: url(../images/globe.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 177px;
	height: 36px;
}
#header {
	position: relative;
	background-image: url(../images/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 552px;
	height: 136px;
}
#menu {
	width: 135px;
	position: absolute;
	top: 0px; right: -134px;
}
#menu img {
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
}
#body {
	width: 548px;
	z-index: 2px;
	position: absolute;
	top: 136px; left: 0px;
	filter: alpha(opacity: 70); opacity: .70; -moz-opacity: .70;
	background-color: #FFFFFF;
}
#background {
	width: 548px;
	z-index: 3px;
	position: absolute;
	top: 136px; left: 0px;
	background-image: url(../images/body_border.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#text {
	padding: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gallery_thumb {
	max-width: 175px;
	max-height: 105px;
	border: 1px solid #000000;
	margin-bottom: 8px;
}

#bottom {
	width: 548px;
	height: 18px;
	z-index: 4px;
	position: absolute;
	bottom: -18px; left: 0px;
	filter: alpha(opacity: 70); opacity: .70; -moz-opacity: .70;
	background-image: url(../images/bottom.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#bottom2 {
	width: 548px;
	height: 18px;
	z-index: 5px;
	position: absolute;
	bottom: -18px; left: 0px;
	background-image: url(../images/bottom_border.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #000066;
}
ul {
	line-height: 12px;
	margin-bottom: 0px;
}
a:link {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000066;
}