﻿body
{
	background-color: #35393b;
	font-family: sans-serif;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #BABABA;
}
div.body
{
	/* float: left; */
	overflow: auto;
	width: 997px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	background-color: #45494A;
	/* border: 1px green solid; */
}

div.bodyin
{
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	/* border: 1px solid red; */
}

div.title
{
	height: 133px;
	background-image: url("title2009.png");
	background-repeat: no-repeat;
}
div.title h1
{
	display: none;
	
	color: #C26522;
	margin-left: 150px;
	margin-top: 90px;
	float: left;
	font-weight: normal;
	text-align: right;
	font-size: 18px;
	width: 300px;
}
div.title p
{
	float: left;
	text-align: justify;
	margin-top: 30px;
	margin-left: 50px;
	width: 450px;
	font-size: 14px; 
}
div.title, div.common, div.status
{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	/* margin-top: 5px; */
	margin-bottom: 10px;
	width: 975px;
	background-color: #2E3233;
	border: solid 1px #808181;
}
div.common
{
	background-image: url("main2009.png");
	background-repeat: no-repeat; 
}
div.menu
{
	width: 140px;
	float: left;
	color: #CCCCCE;
	font-size: 14px;
}
ul.menu
{
	list-style-type: none;
}
div.menu
{
	padding-left: 40px;
	padding-right: 20px;
}
ul.menu
{
	padding-left: 0px;
	margin-left: 0px;
}
ul.menu > li
{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.menu > ul.menu > li > div
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid;
}
div.menu > ul.menu > li.menu-item > div
{
	border-bottom-color: #555555;
}
li.menu-item-current > div
{
	color: #C26522;
	border-bottom-color: #C26522;
}
div.status
{
	text-align: center;
}
div.status p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a
{
	text-decoration: none;
	color: #C26522;
}
a:hover
{
	color: #FF842C; /*#FFA25F;*/
}

h2
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li.menu-item a
{
	color: #CCCCCE;
}

li.menu-item  a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

div.content
{
	width: 750px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

a.gallery
{
	margin: 1px 1px 1px 1px;
	border: 2px white solid;
	width: 100px;
	height: 100px;
	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: 100px;
	height: 100px;
	visibility: hidden;
}
/*
div.gallery
{
	margin: 1px 1px 1px 1px;
	border: 2px white solid;
	float: left;
	width: 100px;
	height: 100px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
}
*/
div.gallery-image-background
{
	position: fixed !important;
	
	position: absolute;
	z-index: 1;
	
	background: black;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	filter: alpha(opacity=75);	
}
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;
}
dt
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #C26522;
}
dd
{
	text-align: justify;
}