@charset "utf-8";
/* CSS Document */

body {
/*	background-image: url(/images/bg1.jpg); */
	background-color: #000;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	font-size: 90%;
	height: 100%;
}

div#bg {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
/*	display: none; */
}

div#fg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

img.right {
	float: right;
	margin: 0 0 1em 1em;
}

img.gallery {
	margin: 0 0 15px 15px;
	border: 1px solid #600;
	cursor: pointer;
}

div.clear {
	clear: both;
	height: 1px;
}

li {
	list-style-image: url(../images/bullet.gif);
	font-size: 80%;
	color: #444;
}

div#breadcrumb {
	color: #CCC;
	cursor: default;
}

div#breadcrumb a {
	color: #CCC;
	text-decoration: none;
}

div#breadcrumb a:hover {
	color: #FFF;
	text-decoration: underline;
}


div#label {
	width: 695px;
	float: left;
	position: absolute;
	margin-left: -390px;
	top: 35px;
	left: 50%;
	z-index: 100;
}

div#top, div#middle, div#bottom {
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
}

div#top {
	background-image: url(/images/p-t.png);
	height: 150px;
}

div#top img {
	float: left;
	margin: 52px 0 0 52px;
	border: none;
}

div#middle {
	background-image: url(/images/p-m.png);
	background-repeat: repeat-y;
	padding: 20px 0 1px 0;
}

div#bottom {
	background-image: url(/images/p-b.png);
	height: 40px;
}



div#breadcrumb {
	font-size: 75%;
	margin: 10px;
}

.time {
	float: right;
	margin: 55px 85px 0 0;
}



div.content {
	padding: 0 86px 0 55px;
}

div#topcontent {
/*	margin: 0 86px 0 55px; */
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

div#bottomcontent {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding-bottom: 1.5em;
}

div.content h1 {
	font-size: 140%;
	color: #600;
	margin: 0 0 0.5em 0;
}

div.content h2 {
	font-size: 120%;
	color: #666;
	margin: 0 0 0.5em 0;
}

div.content p {
	color: #777;
	font-size: 90%;
	margin: 0 0 0.5em 0;
}

div.content a {
	color: #600;
	text-decoration: none;
}

div.content a:hover {
	text-decoration: underline;
}

div.panel {
	padding: 0 64px 10px 34px;
}

div#rightcol {
	font-size: 75%;
	color: #777 !important;
	width: 17%;
	margin: 25px 3% 0 0;
	float: right;
}

div#rightcol h1 {
	font-size: 120%;
	color: #bbb !important;
}

div#rightcol p.lang {
	margin: -1em 0 3em 0;
	text-align: right;
}

div#rightcol a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#rightcol a:hover {
	text-decoration: underline;
}

div#footer {
	background: url(/images/semi-trans.png) top left repeat;
	text-align: center;
	width: 100%;
	color: #fff !important;
	font-size: 70%;
	padding: 1em 0;
	clear: both;
	margin-top: 730px;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}