html
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: verdana;
	background-color: #eaf3f3;
}
body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
div.body
{
	width: 1000px;
	/* height: 800px; */
	height: 660px; /* 800 - padding-top */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 140px;

	background-color: #86B6BC;
	background-image: url("background.png");
	background-repeat: no-repeat;
}
h1
{
	padding-top: 0;
	margin-top: 0;
}
div.title
{
	display: none;
}
div.menu
{
	/* border: 1px red solid; */
	line-height: 200%;
	color: white;
	font-size: 18px;
	/* padding-top: 140px; */
	width: 264px;
	float: left;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	padding-top: 0px;
	padding-bottom: 0px;
	/*
	margin-top: 0px;
	margin-bottom: 0px;
	*/
}
li
{
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
}
li.menu-item a
{
	color: white;
}
li.menu-item-current
{
	color: #dd5f63;
}
div.content
{
	/* border: red 1px solid; */
	margin-left: 264px;
	
	/*
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 70px;
	padding-bottom: 10px;
	*/
	text-align: justify;
	
	/* width: 736px; */
	width: 736px; /* 631px; /* 736 - 105 */
	height: 613px; /* 593px; /* 613 - 20 */
}
div.content div
{
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 80px;
	padding-bottom: 10px;
}

dt
{
	cursor: pointer;
	font-weight: bold;
	padding-top: 10px;
}

dt:before
{
	content: "-";
}

dd
{ 
	display: none;
}

dt:hover
{
	color: #dd5f63;
}

dt:hover + dd
{
	display: block;
	position: absolute;
	background: white;
	
	width: 550px;
	
	border: 1px solid #86b6bc;
	
	padding: 5px 5px 5px 5px;
}

div.status
{
	/* border: 1px solid red; */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	text-align: center;
	top: 753px;
}
div.status p
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Gallery */

a.gallery
{
	margin: 1px 1px 1px 1px;
	border: 2px white solid;
	width: 84px;
	height: 84px;
	display: block;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	/* overflow: hidden; */
	/* */
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a.gallery:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

img.gallery
{
	width: 84px;
	height: 84px;
	visibility: hidden;
}

div.gallery-image-background
{
	position: fixed !important;
	
	position: absolute;
	z-index: 1;
	
	background: black;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);	
}
a.gallery-image-hide
{
	background: none;
	
	position: fixed !important;

	background-position: center center !important;	
	
	position: absolute;
	z-index: 2;
	
	background-position: top center;	
	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;	
	display: block;	
	background-repeat: no-repeat;
}
