/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#161616;
	font-size:62.5%;
	padding:0;
	margin:0;
	color: #CCCCCC;
}
#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	text-align:left;
	border:1px solid #000;
	border-top: 0;
	background:url(../images/bkg.jpg) top no-repeat;
}
#counter {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	text-align:right;
	border:0;
}
#header {
	clear:both;
	width:550px;
	height:220px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:4px;
	background:url(../images/header.png) center top no-repeat;
	text-align:center;
}
#header img {
	margin-top:50px;
}
#back_btn {
	height:32px;
	text-align:center;
	margin:0 0 50px 0;
	;
	padding:0;
	background:url(../images/menu_bar.png) center top no-repeat;
	width:100%;
}
#back_btn a {
	color:#00bbf9;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	padding:2em 6em;
}
#back_btn:hover {
	background-position: 0 -34px;
}
#fp_content {
	width:480px;
	margin-right:auto;
	margin-left:auto;
	padding-top:100px;
}
#content {
	width:450px;
	margin-right:auto;
	margin-left:auto;
	padding-top:0;
}
#content p {
	color: #fff;
	font-size:1.2em;
	margin:10px 15px 0 15px;
}
#content p.address {
	margin:10px 15px 0 45px;
}
#content h3.address {
	margin:10px 15px 0 35px;
}
#content h1 {
	font-size:2em;
	color:#00bbf9;
	background:url(../images/arrow.gif) center left no-repeat;
	padding:0 0 0 15px;
}
#content h3 {
	color:#00bbf9;
	font-size:1.4em;
	margin: 0 15px;
}
#content h4 {
	font-size:1.4em;
}
#link_holder {
	width:100%;
	text-align:center;
}
#link_holder img {
	border:2px solid #666666;
	padding:2px;
	margin:4px;
}
#link_holder a {
	color:#666666;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
}
#link_holder a:hover {
	color:#00bbf9;
	text-decoration:none;
}
#link_holder a:hover img {
	border:2px solid #00bbf9;
}
.float {
	float:left;
	width:195px;
}
.read_more {
	text-align:right;
}
.read_more a {
	color:#00bbf9;
	text-transform:lowercase;
	text-decoration:none;
	font-weight:bold;
}
.read_more a:hover {
	text-decoration:underline;
}
.button {
	text-align:center;
	float:left;
	width:160px;
	margin:0;
	padding:0;
}
.button a {
	color:#999999;
	border:0;
	text-decoration:none;
}
.button a img {
	border:0;
}
.button a h5 {
	margin-top:0px;
	font-size:1.3em;
	font-weight:normal;
}
.button a:hover h5 {
	color:#FFFFFF;
}
.gallery {
	padding:20px 0;
	margin:0;
	background-color:#303030;
}
.gallery p {
	text-align:center;
}
.gallery img {
	padding: 0 0 0 20px;
	float:left;
	border:none;
}
#footer {
	margin-top:10px;
	padding-top:20px;
	padding-bottom:30px;
	background:url(../images/footer.png) center top no-repeat;
	width:100%;
	height:100%;
	float:clear;
	text-align:center;
}
#fp_footer a, #footer a {
	color:#999;
}
#fp_footer a:hover, #footer a:hover {
	color:#FFFFFF;
}
#fp_footer h6, #footer h6 {
	font-size:1.1em;
	font-weight:normal;
	color:#666666;
}
#fp_footer {
	margin-top:110px;
	padding-top:20px;
	padding-bottom:30px;
	background:url(../images/footer.png) center top no-repeat;
	width:100%;
	height:100%;
	float:clear;
	text-align:center;
}
hr {
	background:url(../images/dividing_bar.png) center no-repeat;
	height:2px;
	width:100%;
	border:0;
	margin:15px 0 15px 0;
}

