body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}

body, input, textarea, table {
	font: 85% Arial, Helvetica, sans-serif;
}
table {
	font-size:100%;
}
body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #fcf8eb;
	letter-spacing: .4pt;
}

.main {
	width: 80px;
	text-decoration: none;
	background: #eee1bb;
	height: 30px;
	border-bottom: 2px solid #dfc787;
}
.sub {
	width: 700px;
	margin: 0px auto;
}
.left {
	float: left;
}
.right {
	float:right;
}
p {
	margin:12px 0;
	padding:0;
}

#header {
	height: 107px;
	margin-bottom: 10px;
}


#nav {
	float: right;
	margin-top: 80px;
	width:350px;
}

#nav a {
	color: #880000;
	padding: 4px 8px;
	margin-right: 8px;
	border-bottom: 2px solid #dfc787;
	text-decoration: none;
	display:block;
	float:left;
}
#nav a:hover {
	background: #eee1bb;
}

body#homepg a#home, body#aboutpg a#about, body#gallerypg a#gallery, body#contactpg a#contact   {
	background: #eee1bb;
}



#content {
	background: url(../images/main_tile.jpg) repeat-x;
	height: 322px;
	width: 100%;
	border:none;
}
#content .sub {
	height: 286px;
	padding-top: 24px;
	padding-bottom: 10px;
}
.aboutcontent {
	height: 287px;
	overflow: hidden;
}
.tag {
	float:left;
	height:35px;
	width:100%;
	display:block;

}
.simple {
	font-size: 138%;
	font-style: italic;
	float: left;
	padding-top: 20px;
	height:50px;
	width:100%;
	text-align:right;
}
#footer {
	font-size: 83%;
	color: #666666;
	text-align: center;
	padding:6px 0 0 0;
}

#footer a {
	color:#990000;
	text-decoration:none;
}


/* Gallery */
.galleryhome {
	height: 165px;
	width: 100%;
	margin:0px auto 0 auto;
	padding:40px 0 0 0;
}
.galleryhome2 {
	height: 225px;
	width: 100%;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
	background:none;
}
.gallerypg {
	text-align:center;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
	height:260px;
}
	.gallerypg a {
		height:200px;
		width:165px;
		vertical-align:middle;
		display:table-cell;
	}
	.imgtext {
		float:left;
		padding:5px 0 0 0;
		margin:0 auto;
	}

.gallink {
}

body#thumbpg {
	background:url(../images/main_tile.jpg) repeat-x left -24px;
	margin:0;
	padding:0;
}
body#thumbpg a {
}
body#thumbpg a:hover {
	text-decoration:none;
}

.thumbimg {
	border:4px solid #fff;
	margin:4px;
}
.galleryhome .thumbimg {
	margin:4px 0 4px 25px;
}

.iFrame {
	width:100%;
	height:225px;
	border:none;
}

/* Contact */
#contactform {
	margin: 0px;
	padding: 8px 0 2px 0;
	width: 380px;
}
	label {
		font-weight: bold;
	}
	#contactform label, #contactform span.sm{
		float: left;
		width: 120px;
		margin: 0px;
		clear: left;
	}
	#contactform span.sm{
		margin:0 -3px 0 0;
	}
	#contactform br{
		clear: left;
		margin:0 -3px 0 0;
	}
		#contactform input, textarea{
			margin: 0px 0px 5px 0px;
		}
		#contactform textarea{
			width: 250px;
			height: 55px;
		}
		.font {
			height: 15px;
		}
		.font2 {
			height: 55px;
		}
	#contactform input.contactbut {
		cursor: pointer;
		display: inline;
		margin: 0px 5px;
	}
	#contactform span {
		padding: 1px 0px 5px 0px;
		float: left;
	}

.rightimg {
	float:right;
	border:4px solid #fff;
	margin: 20px 10px 15px 15px;
}

.contactbut, .gallink {
	background:#fcf8eb;
	border-bottom: 2px solid #dfc787;
	color:#880000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration:none;
	padding:2px 8px;
		margin:0 5px;

}
.contactbut:hover, .gallink:hover {
	background: #eee1bb;
}