body, html{
	background: url(images/bg.jpg) #ccc5bb;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: georgia;
	font-size: 14px;
}

a{
	outline: none; /* Removes ff border */
}

a img{
	border: 0px;
}

#wrapper{
	width: 100%;
	min-height: 100%;
	margin: 0px;
	background: url(images/bg_shade.png) 0px 0px repeat-x;
}

#wrapper2{
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
}

#top{
	position: relative;
	height: 250px;
	margin: 0px auto;
	border: 10px solid #ffffff;
	background: #eeeeee url(images/bg_top.jpg) left center;
}

h1{
	position: absolute;
	height: 1px;
	width: 1px;
	text-indent: -9999px;
}

#logo{
	position: absolute;
	left: 30px;
	bottom: 22px;
}

#logo:hover{
	opacity: 0.66;
} 

#logo img{
	border: 0px;
}

#top_ds{
	height: 44px;
	width: 960px;
	margin: 0px;
	background: url(images/top_ds.png) center top no-repeat;
}

#menu{
	position: absolute;
	right: 0px;
	top: 40px;
	height: 100px;
	text-align: right;
}

.menutab{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	min-height: 40px;

	opacity: 0.5;
	filter: alpha(opacity=50);
}

.menutab a{
	height: 25px;
	margin: 0px;
	padding: 15px 20px 0px 20px;
	display: block;
	vertical-align: middle;
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #6020c0;
	text-decoration: none;
}

.menutab a:hover{
	color: #6600cc;
}

.menutab .arrow{
	background: url(images/menu_arrow.png) right 50% no-repeat;
}

.menuspace{
	margin: 0px;
	display: block;
	float: left;
	width: 12px;
	height: 40px;
	background: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.submenu{
	display: none;
	padding: 10px 0px 10px 0px;
}

.submenu a{
	display: block;
	height: 24px;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font-size: 12px;
	line-height: 24px;
}



/* CONTENT */

#content{
	margin: 0px;
	padding: 0px 20px 40px 20px;
	font-family: georgia;
	font-size: 14px;
	line-height: 20px;
	color: #3b362f;
}

#content a{
	color: #6600cc;
}

#content a:hover{
	color: #9922ff;
}

h2{
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 2px 10px;
	text-indent: 0px;
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8ea909;
	border-bottom: 3px solid #b8d039;
	clear: both;
}

h3{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #5b5655;
	padding-top: 20px;
	margin: 0px 0px 10px 00px;
	clear: both;
}

.column, .column2, .column3, .column50{
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

.column{
	width: 280px;
}

.column2{
	width: 600px;
}

.column3{
	width: 920px;
}

.column50{
	width: 440px;
}

#description, .description{
	padding: 10px 10px 25px 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.02;
	color: #888070;
	
	text-shadow: #f0eee0 0px 1px 1px;
}

#googlemaps{
	margin: 36px 0px 0px 0px;
	border: 10px solid #ffffff;
}

.hide{
	display: none;
}

#photocontent{
	position: relative;
	width: 580px;
	height: 290px;
	background: #d0d0d0;
	border: 10px solid #ffffff;
}

#photocarousel{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#photocarousel img{
	position: absolute;
	left: 0px;
	top: 0px;
}

.galleryimg{
	position: relative;
	display: block;
	float: left;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ffffff;
	background: #ffffff;
	text-decoration: none;
}

.galleryimg:hover{
	border: 1px solid #6600cc;
}

.galleryimg span{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 120px;
	
	font-family: arial;
	font-size: 10px;
	color: #302000;
	background: url(images/trans.png);
}


.galleryimg img{
	width: 120px;
	height: 120px;
	margin: 0px;
	border: 0px;
	/*display: table-cell; */
}

/* FOOTER */

#footer{
	clear: both;
	position: relative;
	top: 100px;
	margin: 0px;
	width: 100%;
	height: 250px;
	/* background: #221b11; /*
	/* border-top: 2px solid #000000; */
	/* opacity: 0.5; */
	background: url(images/bg_footer.jpg) left top repeat-x;
	/* background: #696050; */
	
	font-size: 12px;
	color: #2b2211;
}

#footer2{
	width: 960px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

#footer a{
	color: #181005;
}

#footer a:hover{
	color: #6600cc;
}


/* admin */

#admin{
	display: block;
	margin: 0px;
	padding: 6px 30px;
	background: #ffffff;
	border-bottom: 3px solid #993300;
	color: #000000;
	clear: both;
}

#adminleft{
	padding: 5px 0px 3px 20px;
	display: table-cell;
}

#adminright{
	padding: 5px 20px 3px 0px;
	display: table-cell;
	text-align: right;
}


/* EDIT */

#editor{
	margin-top: -10px;
	margin-left: -20px;
}

#addphoto{
	background: #ffffff;
	height: 100%;
	color: #000000;
}

.editbox{
	background: #ffffff;
	height: 100%;
	color: #000000;
}
}
