body {
	margin: 0px;
	z-index: 0;
	height: 100%;
	background: url('images/bubbles.png') no-repeat top right;
}

#navbar {
    opacity: 0.75;
    filter: alpha(opacity=75);
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 2px;
	width: 220px;
	height: 150px;
	background: url('images/zogibrown.png') no-repeat #fff0bb center center;
	border-left: 2px solid #fff6dd;
	border-top: 2px solid #fff6dd;
	border-right: 2px solid #ddd088;
	border-bottom: 2px solid #ddd088;
	z-index: 10;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	color: #aaa088;
	letter-spacing: 6px;
}

td {
	font-size: 8pt;
}

a {
	text-decoration: none;
	color: #309;
}

a:hover {
	text-decoration: underline;
}

#ipaddress {
    opacity: 0.35;
    filter: alpha(opacity=35);
	position: absolute;
	top: 4px;
	right: 6px;
	font-family: Tahoma;
	font-size: 10pt;
	padding: 2px;
	border-top: 1px solid #f8f0e2;
	border-left: 1px solid #f8f0e2;
	border-bottom: 1px solid #d4b788;
	border-right: 1px solid #d4b788;
	background: #efdfc7;
}

.content {
	position: absolute;
	width: 85%;
	top: 130px;
	padding: 10px 8px 8px 8px;
	font-family: Tahoma;
	font-size: 10pt;
	left: 10%;
	background: #efdfc7;
	border-top: 2px solid #f8f0e2;
	border-left: 2px solid #f8f0e2;
	border-bottom: 2px solid #d4b788;
	border-right: 2px solid #d4b788;
	z-index: 0;
}

#menu {
	position: absolute;
	z-index: 5;
	top: 109px;
	left: 250px;
	width: 70%;

}

.menuitemactive {
	color: black;
	background: #efdfc7;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 8px 2px 8px;
	border-top: 2px solid #f8f0e2;
	border-left: 2px solid #f8f0e2;
	border-right: 2px solid #d4b788;
	border-bottom: 2px solid #efdfc7;
	z-index: 5;
}

.menuitem {
	color: white;
	background: #efdfc7;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 8px 2px 8px;
	border-top: 2px solid #f8f0e2;
	border-left: 2px solid #f8f0e2;
	border-right: 2px solid #d4b788;
	border-bottom: 2px solid #f8f0e2;
	z-index: 5;
}

.main {
	display: none;
}

a.none {
	text-decoration: none;
}

.box,.button:active {
	margin: 5px;
	border-top: 1px solid #d4b788;
	border-left: 1px solid #d4b788;
	border-bottom: 1px solid #f8f0e2;
	border-right: 1px solid #f8f0e2;
	padding: 2px;
	width: 97%;
}

.button {
	margin: 5px;
	border-bottom: 1px solid #d4b788;
	border-right: 1px solid #d4b788;
	border-top: 1px solid #f8f0e2;
	border-left: 1px solid #f8f0e2;
	padding: 2px;
	width: 10%;
}

.title {
	text-align: right;
	font-family: "Monotype Corsiva" "Brush Script MT" cursive;
	font-size: 12pt;
	margin: 0px 10px 15px 0px;
}

h1 {
	margin: 0px 0px 12px 0px;
	font-size: 11pt;
	color: #420;
}

input,select,textarea {
	background: #feeddc;
}

.message {
	text-align: center;
	font-weight: bold;
	text-decoration: italic;
}
