body {
	background-color: #FBF8EE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #76665A;
	margin: 0px;
	padding: 0px;
}
body.gallery {
	background-color: #F7F2DE;
}

h2{
	margin-bottom: 3px;
}

img{
	border: 0;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #76655A;
	text-decoration: none;
	margin: 0px 5px;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FFFFFF;
}

td{
	vertical-align: top;
}

#container{
	margin: 60px auto 0px;
	width: 860px;
}

#header{
	background-image:url(/img/header.gif);
	background-repeat: no-repeat;
	background-color: #EEE2B8;
	width: 852px;
	height: 105px;
	text-align: right;

	display : table-cell;
	vertical-align:bottom;
	/*padding-bottom: 10px;*/
}

#nav{
	/*margin-top: 50px;*/
padding-bottom: 15px;
padding-right: 15px;
}

#padder{
	width:1px;
	height: 300px;
}

#content_area{
	background-image:url(/img/bg_tile.gif);
	background-repeat: repeat-y;
	width: 852px;
}

#content{
	width: 562px;
	padding: 20px 100px 10px 230px;
}
#content_float{
	/*width: 550px;
	position: absolute;
	z-index: 10;*/
}

#footer{
	background-image:url(/img/footer.gif);
	width: 852px;
	height: 125px;
}

#left_image{
	background-repeat:no-repeat;
	background-position:top left;
	width: 230px;
	height: 500px;
	position: absolute;
}
#right_image{
	background-repeat:no-repeat;
	background-position:bottom right;
	float: right;
	width: 260px;
	height: 300px;
	margin-top:-200px;
}

#container.galleries #right_image{
	width:160px;
}

.page_banner{
	float: right;
	margin-top: -20px;
	margin-right: -20px;
}

.message{
	background-color: #D4C7A4;
	padding: 10px;
	margin: 10px;
	width: 400px;
}


.required{
	font-weight: bold;
}

form div.input{
	clear: both;
}

form div.input label{
	display: block;
	width: 80px;
	float: left;
	padding: 5px;
}

form div.checkbox input{
	float: left;
}

/* Gallery */
#gallery_container{
	background-color: #F7F2DE;
}
.gallery_title{
	padding-left: 20px;
}
.gallery_body{
	width: 400px;
	vertical-align: bottom;
	padding: 0px 10px 10px 20px;
	font-size: 11px;
}
.gallery_image{
	width: 340px;
}

.gallery_thumbs .selected{
	background-color: #EEE2B8;
}

.gallery_thumb_image{
	padding: 5px;
	margin-right: 10px;
	float: left;
}

#gallery_container .description{
	margin: 10px;
	padding: 10px;
	background-color: #EEE2B8;
}

/* Admin */
.paging .disabled{
	display: inline;
}

form div.textarea textarea,
form div.textarea .mceLayout{
	float: left;
	clear: both;
}

fieldset{
	border: 0;
}

legend{
	font-size: 16px;
}

td{
	padding: 5px;
}

tr.altrow td{
	background-color:#fbf2d3;
}

th {
	background-color:#D4C7A4;
	padding: 10px;
}

