@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(images/main_bg.jpg);
	background-position:top center;	
	background-repeat:no-repeat;		
}
A {
	color:#CD9123;
}
A:hover {
	color:white;
}
A:visited {
	color:#B48429;
}

A img {
	border:2px solid #CD9123;
}

A:hover img {
	border:2px solid white;
}
.navi, .navi a {
	text-align:right;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#8F6618;
	padding: 3px 7px 3px 2px;
	margin: 0px 0px 20px 0px;
	font-weight:800;
	text-transform:uppercase;
	text-decoration:none;
}
.navi_sel, .navi_sel a {
	text-align:right;
	color:white;
	background-color:#CD9123;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 3px 7px 3px 2px;
	margin: 0px 0px 20px 0px;
	font-weight:800;
	text-transform:uppercase;
	text-decoration:none;
}
.text {
	text-align:justify;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-left:1px dotted #CD9123;
	border-right:1px dotted #CD9123;
	margin-left:5px;
}
td.text {
	vertical-align:top;
	padding: 3px 7px 3px 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bot_navi, .bot_navi a{
	color:white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
.subtitle {
	color:white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.newstitle {
	color:white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	line-height:190%;
	padding:0;
	margin:0;
}
.small_img {
	border:#ffffff solid 2px;
	margin: 5px 10px 5px 0px;
}

.small_img_center {
	border:#ffffff solid 2px;
	margin: 5px 10px 5px 10px;
}
.text_block {
	line-height:120%;
	text-align:center;
}

.text_block P {
	text-align:justify;
}

.news_p {
	padding:0 0 5px 0px;
	border-bottom:1px dotted #888;
	margin:10px 0 10px 0;
	text-align:justify;
}

.bannerplace img {
	margin: 10px 0 10px 0;
}

.right_col {	
	margin-left:5px;
	padding-left:5px;	
}

.gallery_thumbs {
	background-color:#000000;
	border:1px solid #444;
	padding:10px 0 10px 0;
}
.gallery_thumbs img {	
	margin: 5px 5px 5px 5px;
	border:1px solid #CD9123;	
	text-align:center;
}

.gallery_thumbs a:hover img {
	border:1px solid #fff;
}