BODY { background-color: #f4f4e9;}
A { text-decoration: none}

a:link { color: #b36b9a; }
a:visited {	color: #b36b9a; }
a:hover {	color: #ff0000; }
a:active {	color: #b36b9a; }


/* -------------------- Typography -------------------- */

.topnav { font-family: georgia, serif; font-size: 15px; font-weight: bold; letter-spacing: .8px; color: #b36b9a; }
.text { font-family: georgia, serif; font-size: 11px; line-height: 16px; color: #b36b9a; }
.head { font-family: georgia, serif; font-size: 16px; line-height: 19px; color: #b36b9a; line-height: 25px;}
.sub { font-family: georgia, serif; font-size: 13px; line-height: 16px; color: #b36b9a; }
.caption { font-family: georgia, serif; font-size: 13px; color: #b36b9a; margin-left:-20px; display:block;}
.contact { font-family: georgia, serif; font-size: 16px; color: #b36b9a;}
.copyright { font-family: georgia, serif; font-size: 9px; color: #b36b9a; }




/* -------------------- Layout -------------------- */

#container {
	position: relative;
	margin: 20px auto;
	top: 0px;
	width: 1000px;
	height: 850px;
	
}

#logo {
	position: absolute;
	top: 21px;
}

#contact {
	position: relative;
	top: 45px;
	margin-left:865px;
	width:200px;
}

#top_rule {
	position: relative;
	top: 58px;
	width:1027px;
	background-color: #FF0000;
	height: 1px;
}

#nav_pane {
	position: absolute;
	width:544px;
	top: 85px;
	left: 0px;
}

#nav_pane selected {
	font-family: georgia, serif; font-size: 15px; font-weight: bold; letter-spacing: .8px; color: #ff0000; }


#main_pane {
	position: absolute;
	top: 167px;
	width: 725px;
	height: 470px;
	left: 0px;
}

#copyright {
	position: relative;
	float: left;
	width: 300px;
	top:50px;
}

.floatleft {
	float: left;
	margin: 3px 10px 10px 0px;

}

.floatright {
	float: right;
	margin: 3px 0px 15px 15px;

}


/*---------- GALLERY ----------*/

#imageset {
	position: relative;
	width: 525px;
	height: 375px;
	border: 1px solid;
	color: #FF0000;
	padding: 19px;
}

.galleria_wrapper {
	position: relative;
	float: left;
	margin: 0px 20px 35px 0px;	
}

