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

body {
	margin:0px;
	padding:0px;
	background-image:url('../images/top.png');
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-color:#B4DBFA;
	font-family:Comic,Arial;
	font-size:12px;
	color:#000000;
}

.main {
	width:800px;
	position:relative;
	background-color: #FAF1CC;
	margin:0px;
	padding:0px;
	background-image:url('../images/sand.png');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	
}

.bannerflash {
	width:800px;
	height:395px;
	margin:0px;
	padding:0px;
}

.plaza {
	background-image:url('../images/plaza.png');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
 
.textmain{
		
}
 
.textpic {
	width:790px;
	margin:5px;
	padding:5px;
	
}

.text {
	float:right;
	width:600px;
}

h1{
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	padding:5px;
}

.pic {
	float:left;
	width:190px;
	
}

.textpic1 {
	width:800px;
}

.text1 {
	float:right;
	width:285px;
	font-size: 13px;
	padding:5px;
	padding-top:0px;

}
.text1 h1{
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	padding:0px;
}

.pic1 {
	float:left;
	width:500px;
}

.pic12 {
	float:right;
	
}

.textpic2 {
	width:800px;
}

.text2 {
	float:right;
	width:280px;
	font-size: 13px;
	padding:5px;
}

.pic2 {
	float:left;
	width:150px;
}


.textpic3 {
	width:800px;
}

.text3 {
	float:right;
	width:280px;
	font-size: 13px;
	padding:5px;
}

.pic3 {
	float:left;
	width:150px;
}
.textpic4 {
	width:800px;
}

.text4 {
	float:left;
	width:280px;
	font-size: 13px;
	padding:5px;
}

.pic4 {
	float:right;
	width:490px;
}

.textpic5 {
	width:800px;
}

.text5 {
	float:right;
	width:280px;
	font-size: 13px;
	padding:5px;
}

.pic5 {
	float:left;
	width:150px;
}

.textpic6 {
	width:800px;
}

.text6 {
	float:left;
	width:280px;
	font-size: 13px;
	padding:5px;
}

.pic6 {
	float:right;
	width:500px;
}
.textpic7 {
	width:800px;
}

.text7 {
	float:right;
	width:280px;
	font-size: 13px;
	padding:5px;
}

.pic7 {
	float:left;
	width:150px;
}
.textpic8 {
	width:800px;
}

.text8 {
	float:left;
	width:280px;
	font-size: 13px;
	padding:5px;
}

.pic8 {
	float:right;
	width:500px;
}
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 20px 10px 5px;
	padding: 8px;
	background: url(images/polaroid-short.png) no-repeat;
	float: left;
	position: relative;
	width: 186px;
}
.gallery em {
	width: 110px;
	display: block;
	padding: 10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(images/tape2.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 30px;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}


.bottomCopyright {
	height: 17px;
	padding-top: 3px;
	font-size: 11px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width:800px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#B4DBFA;
}
.bottomLinks {
	position: relative;
	float: left;
	background-color:#B4DBFA;
}

.bottomCpr {
	position: relative;
	float: right;
	background-color:#B4DBFA;
}
