@charset "utf-8";
body {
	background-color: #0e0c0b;
	margin-top:0px;
	background-image: url(images/bg_plain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.home_bg {
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#wrapper {
	width: 950px;
	margin:0 auto;
}

#top {
	height: 118px;
}

#bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #8F8F8F;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E8E8E;
}

#bottom a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #8F8F8F;
}


.nav_top {
	font-family: "Times New Roman", Times, serif;
	color: #BAB186;
	text-align: center;
}

.nav_top a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #90908f;
	text-decoration:none;
}

.nav_top a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #737373;
	text-decoration:none;
}

#content {}

.flash {}

.bodyTXT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 20px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8F8F8F;
	border-bottom-color: #8F8F8F;
}

.bodyTXT a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}

.map {
	float:right;
	border: 3px solid #CCCCCC;
	}
	
.clearboth {
clear:both;
}

