@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/A-bg6.jpg);
	text-align:center;
}
.page { 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 800px;
	height:1430px;
	border-style:solid;
	background-color:#000000;
}
.aboutpage { 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 800px;
	height:1250px;
	border-style:solid;
	background-color:#000000;
}
.galpage { 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 800px;
	height:1000px;
	border-style:solid;
	background-color:#000000;
}
.faqpage { 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 800px;
	height:1730px;
	border-style:solid;
	background-color:#000000;
}
.rel {
	position:relative;
}
.abs {
	position: absolute;
	top: -10px;
	left: -100px;
}
.header {
	position: relative;
	height: 100px;
	width: 800px;
}
.logo {
	position: absolute;
	top: 0px;
	left:0px;
}
.title {
	position: absolute;
	font-size:34px;
	top:78px;
	left: 191px;
	color:#FFFFFF;
	font-style:oblique;
}
.content {
	position: relative;
	width:800px;
	height:1130px;
	top: 100px;
	left: 0px;
	background-color:#000000;
	}
.aboutcontent {
	position: relative;
	width:800px;
	height:930px;
	top: 100px;
	left: 0px;
	background-color:#000000;
	}
.galcontent {
	position: relative;
	width:800px;
	height:700px;
	top: 100px;
	left: 0px;
	background-color:#000000;
	}
.faqcontent {
	position: relative;
	width:800px;
	height:1420px;
	top: 100px;
	left: 0px;
	background-color:#000000;
	}
.contactcontent {
	position: relative;
	width:800px;
	height:700px;
	top: 100px;
	left: 0px;
	background-color:#000000;
	overflow:hidden;
	}
.footer {
	position: relative;
	width:800px;
	height:75px;
	top: 120px;
	left: 0px;
	background-color:#000000;
	text-align:center;
	overflow: hidden;
	}
.pic {
	position: absolute;
	top: 269px;
	left: 0px;
}
.text-content {
	position: absolute;
	width:430px;
	top: 269px;
	left: 300px;
	height:927px;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFFFF;
}
.about-content {
	position: absolute;
	width:430px;
	top: 269px;
	left: 300px;
	height:697px;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFFFF;
}
.faq-content {
	position: absolute;
	width:430px;
	top: 269px;
	left: 300px;
	height:1150px;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	background-color:#FFFFFF;
}
.style1 {font-size: 18px}
.links2 a{
	color:#FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	color:#666666;
	}
.pad {
	padding:15px;
	text-align:center;
}
.gal {
	height:259px;
	}
.gal img {border-color:#FFFFFF; border-width:5px;}
.gallerylink {
	position:absolute;
	width:210px;
	height:75px;
	top: 5px;
	left: 580px;
	}
.gallerylink img{border:none}


