html {
	overflow: hidden;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #222 url(gfx/top_left.gif);
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 140%;
	color: #888;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

* {
	outline: none;
	}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(gfx/top_right.gif) top right no-repeat;
	}

#header {
	display: none;
	}

#back_link {
	position: absolute;
	top: 38px;
	left: 32px;
	width: 36px;
	height: 40px;
	}

#back_link a:link, #back_link a:visited, #back_link a:active {
	display: block;
	width: 36px;
	height: 40px;
	text-decoration: none;
	text-indent: -500px;
	background: transparent url(gfx/repeat.gif) 0 0 no-repeat;
	opacity: 0.3;
	filter: alpha(style=0,opacity=30);
	}

#back_link a:hover, #back_link a:focus {
	opacity: 0.5;
	filter: alpha(style=0,opacity=50);
	}

h2 {
	width: 94%;
	margin: 0 auto;
	padding: 5px 0;
	background: #333;
	color: #BBB;
	font-weight: normal;
	text-align: left;
	opacity: 0.8;
	filter: alpha(style=0,opacity=80);
	}

p {
	width: 94%;
	margin: 15px auto;
	text-align: justify;
	}

ul {
	list-style: square;
	text-align: left;
	}

ul li {
	margin-left: 15px;
	}

.news_header .title {
	font-size: 100%;
	*font-size: 80%;
	padding-left: 30px;
	background: transparent url(gfx/h2.gif) 6px 50% no-repeat;
	}

.news_header .response {
	padding-left: 30px;
	background: transparent url(gfx/h2.gif) 6px 50% no-repeat;
	float: left;
	font-size: 70%;
	*font-size: 60%;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #888;
	}

.note {
	clear: both;
	text-align: right;
	}

.note a:link, .note a:visited, .note a:active {
	text-decoration: none;
	}

a:hover, a:focus {
	text-decoration: none;
	color: #D91F0A;
	}

.date {
	padding-right: 25px;
	float: right;
	font-size: 70%;
	*font-size: 60%;
	}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 131px;
	margin: 0;
	background: transparent url(gfx/bottom_left.gif);
	}

#wrapper_2 {
	width: 100%;
	height: 131px;
	background: transparent url(gfx/bottom_right.gif) top right no-repeat;
	}

#home_link, #msg_link, #login_link {
	display: block;
	position: absolute;
	top: 92px;
	width: 29px;
	height: 30px;
	text-indent: -500px;
	}

#home_link {
	background: url(gfx/button.gif);
	left: 13px;
	}

#msg_link {
	background: url(gfx/button_2.gif);
	left: 45px;
	}

#login_link {
	background: url(gfx/button_3.gif);
	left: 77px;
	}

#content {
	position: absolute;
	z-index: 10;
	top: 50px;
	right: 50px;
	bottom: 80px;
	left: 60px;
	_top: 50%;
	_left: 50%;
	_width: 86%;
	_height: 68%;
	_margin: -25% 0 0 -43%;
	_padding: 20px 0;
	text-align: center;
	overflow: auto;
	background: transparent url(gfx/map.gif) center center no-repeat fixed;
	}

#comment_form {
	text-align: right;
	}

#comment_form textarea {
	width: 80%;
	margin: 0 8%;
	height: 300px;
	border: 1px solid #1A1A1A;
	padding: 5px;
	background: #555;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	opacity: 0.8;
	filter: alpha(style=0,opacity=80);
	}

#comment_form input.post {
	margin: 10px 8% 0 0;
	width: 10%;
	border: 1px solid #4B4B4B;
	padding: 0 5px;
	background: #222;
	color: #4B4B4B;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	font-size: 120%;
	cursor: pointer;
	}

.dialog {
	z-index: 99 !important;
	}
