@CHARSET "UTF-8";

* {
	outline: none;
}

body {
	background: #000 url("../images/bg.jpg") no-repeat center top;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

img {
	border: 0;
}

.cent {
	text-align: center;
}

.clr {
	clear: both;
}

.content {
	width: 950px;
	margin: auto;
}

.gal {
	float: left;
	width: 200px;
	margin: 2px;
	min-height: 220px;
	height: auto !important;
	text-align: center;
}

#buttons {
	text-align: right;
	padding: 0 20px;
}

#buttons a.back {
	background: url("../images/btnback.gif") no-repeat 0 5px;
}

#buttons a.top {
	background: url("../images/btntop.gif") no-repeat 0 6px;
}

#buttons a {
	margin-left: 10px;
	padding-left: 9px;
}

#bg {
	background: url("../images/bg.png") repeat-y;
	width: 978px;
	margin: auto;
	min-height: 700px;
	height: auto !important;
	min-height: 700px;
}

#top {
	height: 330px;
	margin: auto;
	background: url("../images/top.jpg") no-repeat top center;
}

#top img.logo {
	padding-left: 30px;
	padding-top: 135px;
	float: left;
}

#top img.fcb {
	margin-right: 60px;
	margin-top: 260px;
	float: right;
}

#menu {
	background: url("../images/menu.png") no-repeat top center;
	width: 100%;
	height: 67px;
	margin: auto;
}

#menu ul {
	margin: auto;
	padding: 0;
	width: 950px;
}

#menu li {
	float: left;
	margin: 0;
	list-style: none;
}

#menu a {
	float: left;
	display: block;
	height: 32px;
	padding: 16px 7px 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

#left {
	width: 650px;
	float: left;
}

#full {
	width: 950px;
	margin: auto;
}

#full div.bgtop {
	background: url("../images/fcontenttop.png") no-repeat;
	height: 5px;
}

#full div.bgcont {
	background: url("../images/fcontentbg.png") repeat-y;
	padding: 0 6px;
}

#full div.bgbot {
	background: url("../images/fcontentbot.png") no-repeat;
	height: 5px;
}

#left div.bgtop {
	background: url("../images/contenttop.png") no-repeat;
	height: 5px;
}

#left div.bgcont {
	background: url("../images/contentbg.png") repeat-y;
	padding: 0 6px;
}

#left div.bgbot {
	background: url("../images/contentbot.png") no-repeat;
	height: 5px;
}

#left div.txt,#full div.txt {
	background: url("../images/contentbg.jpg") repeat;
	padding: 10px
}

#left div.ttl,#full div.ttl {
	background: url("../images/ttl.gif") no-repeat bottom left;
	height: 38px;
}

#left div.ttl h1,#full div.ttl h1 {
	padding: 10px 0 0 10px;
	margin: 0;
	float: left;
}

#left div.ttl .date,#full div.ttl .date {
	color: #FFF;
	float: right;
	padding: 13px 10px 0 0;
	font-size: 11px;
}

#left a.more,#full a.more {
	float: right;
}

#right {
	width: 300px;
	float: right;
}

#right div.bgtop {
	background: url("../images/righttop.png") no-repeat;
	height: 5px;
}

#right div.bgcont {
	background: url("../images/rightbg.png") repeat-y;
	padding: 0 6px;
}

#right div.bgbot {
	background: url("../images/rightbot.png") no-repeat;
	height: 5px;
}

#right div.ttl {
	background: url("../images/ttl.gif") no-repeat bottom left;
	height: 38px;
}

#right div.ttl h1 {
	padding: 10px 0 0 10px;
	margin: 0;
	float: left;
}

#right div.ttl a.more {
	padding: 10px 10px 0 0;
	float: right;
	color: #FFF;
}

#right div.txt {
	background: url("../images/rightbg.jpg") repeat;
	padding: 0;
}

#right p {
	text-indent: 0;
	margin: 0;
}

#footer {
	background: url("../images/footer.jpg") no-repeat top center;
	height: 255px;
	width: 100%;
	margin-top: 50px;
}

#footer .content {
	padding: 20px;
	border-top: 1px solid #FFF;
	width: 920px;
}

#footer ul {
	padding: 0;
	margin: 0 auto;
}

#footer li {
	display: inline;
	margin: 0;
	list-style: none;
	margin: 0;
}

#footer a,#footer span {
	margin: 0 1px;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

#pages {
	color: #FFF;
	text-align: center;
}

#contact input,#contact label,#contact select {
	color: #FFF;
	padding: 4px;
	margin: 5px 0;
	display: block;
	float: left;
}

#contact label {
	width: 110px;
	text-align: right;
	padding-right: 10px;
	clear: left;
}

#contact input,#contact select {
	width: 250px;
	border: 1px solid #FFF;
	background: #000;
}

#contact .submit {
	width: 100px;
	clear: both;
	margin-left: 275px;
}

#contact .hover {
	background: #f58908;
}

#popup {
	position: absolute;
	z-index: 2000;
	width: 461px;
	left: 50%;
	margin-left: -230px;
	margin-top: 20px;
	text-align: right;
}

#popup a {
	color: #FFF;
}

#popup img {
	border: 2px solid #FFF;
}