html, body {
	padding: 0px;
	border-style: none;
	margin: 0px;
	height: 100%;
}
body {
	background-image: url('corner_vines.jpg');
	background-position: 0px -1px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #000000;
	font-family: "Myriad Pro", "Anivers", "Corbel", sans-serif;
}

img { border: 0; }

#header {
	width: 100%;
	height: 118px;
	background-image: url('corner_vines.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #ffffff;
}
#header a {
	color: #ffffff;
}
#header h1 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-variant: small-caps;
	font-family: "Felix Titling", "Felix MT", "Perpetua Titling MT", "Grand Central", serif;
}

#site_title {
	position: absolute;
	top: 24px;
	left: 50%;
	width: 637px;
	padding: 0px;
	margin: 0px;
	margin-left: -319px;
}

#site_subtitle {
	position: absolute;
	top: 127px;
	right: 0px;
	width: 50%;
	text-align: left;
}
#site_subtitle img {
	margin-left: 269px;
}

#body {
	width: 100%;
}

#menu {
	position: absolute;
	left: 0px;
	top: 118px;
	width: 175px;
	z-index: 10000;
}

#menu img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 7px;
}

#menu_top {
	position: relative;
	top: 11px;
	margin: 0px;
}

#menu_bot {
	position: relative;
	top: -8px;
}

#maincontent {
	min-height: 350px;
	margin: 0px;
	margin-left: 175px;
	margin-right: 50px;
	padding-top: 45px;
}

#maincontent :first-child {
	margin-top: 0px;
}

#maincontent a, .editcontent a {
	color: #000000;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #e4a13a;
}

#maincontent p, .editcontent p {
	text-align: justify;
}

.editcontent {
	background-image: none !important;
	background-color: #ffffff;
	color: #000000;
}

#arrow_up {
	position: relative;
	width: 59px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}

#footer.regular {
	position: relative;
	width: 100%;
	height: 50px;
	padding-top: 58px;
	margin-top: -40px;
	background-image: url('corner_flowers.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#carousel-holder {
	width: 100%;
	height: 50px;
	background-color: black;
}

#footer.gallery {
	position: relative;
	width: 100%;
	height: 130px;
	padding-top: 58px;
	margin-top: -40px;
	background-image: url('corner_flowers.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#footer-copyright, #footer-credit {
	position: absolute;
	top: 72px;
	width: 50%;
	z-index: 90;
}

#footer-copyright {
	left: 0px;
	text-align: right;
}
#footer-copyright div {
	margin-right: 45px;
}

#footer-credit {
	right: 0px;
	text-align: left;
}
#footer-credit div {
	margin-left: 45px;
}


#galleryPic {
	position: relative;
	width: 425px;
	text-align: center;
	z-index: 100;
}
#galleryPic a {
	border-bottom-width: 0px;
}

#galleryForSale {
	width: 250px;
	border-spacing: 0px 4px;
}

#galleryDetails .dimensions {
	margin-top: -1.5em;
	font-size: 90%;
	opacity: 0.65;
}

.fineprint {
	font-size: 12px;
	font-family: "Arial", sans-serif;
	color: #000000;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
.fineprint a { 
	color: #000000; 
	text-decoration: none;
}
.fineprint a:hover { 
	color: #a46136;
}