@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF;
}

h1{
	font-weight:normal;
}
a {
	color: #3A3210;
}


/* CSS Document */

#nav_bar {
	background-color: #f2ecd3;
	height: 80px;
	position: absolute;
	top: 80px;
	width: 100%;
}
#nav_bar_inner {
	background-color: #f2ecd3;
	height: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D294;
	border-bottom-color: #D8D294;
	position: absolute;
	top: 90px;
	width: 100%;
}
#logo {
	position: absolute;
	top: 0px;
	left: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D294;
	border-right-color: #D8D294;
	border-bottom-color: #D8D294;
	border-left-color: #D8D294;
}
#nav_menu {
	height: 40px;
	position: absolute;
	top: 110px;
	width: 1000px;
	left: 350px;
}
#nav_menu a {
	font-size: 20px;
	color: #3A3210;
	text-decoration: none;
	padding-right: 30px;
	padding-left:25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 30px;
	padding-bottom: 10px;
}
#nav_menu a:hover {
	background-image: url(../images/curly-left.gif);
	background-repeat: no-repeat;
}




#textbox {
	position: absolute;
	width: 600px;
	top: 30%;
	left: 380px;
}
#top_border {
	width: 600px;
	height:9px;
	float:left;
	background:url(../images/top-600w.gif) no-repeat;
}
#text {
	width: 560px;
	float:left;
	background-color: #FFF;
	overflow: auto;
	height: 350px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/textboxbg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bottom_border {
	width: 600px;
	height:9px;
	float:left;
	background:url(../images/bottom-600w.gif) no-repeat;
	
}




#footer_bar {
	background-color: #f2ecd3;
	height: 80px;
	position: absolute;
	width: 100%;
	bottom: 0%;
}
#footer_bar_inner {
	background-color: #f2ecd3;
	height: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D294;
	border-bottom-color: #D8D294;
	position: relative;
	width: 100%;
	top: 10px;
}
#footer_text {
	height: 30px;
	position: relative;
	width: 600px;
	left: 100px;
	font-size: 12px;
}
#footer_text #legal {
	font-size: 9px;
	margin: 0px;
	padding-top: 10px;
}

.active-nav {
	background-image: url(../images/curly-left.gif);
	background-repeat: no-repeat;
}



html,body,#bg,#bg table,#bg td{height:100%;overflow:hidden;width:100%;}
#bg div{height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:-200;}
#bg td{text-align:center;vertical-align:middle;}
#bg img{margin:0 auto;min-height:50%;min-width:50%;}
#bg.portrait div{position:absolute;right:0;top:0;z-index:-100;}
#bg.portrait td{text-align:center;vertical-align:top;}#bg.portriat img{float:left;margin:0 auto;min-height:0;min-width:0;}
.header {
	font-size: 24px;
	line-height: 24px;
}
.body{
	font-size:16px;
}
td {
	vertical-align: top;
}
#gallery-table td {
	padding-bottom: 10px;
	padding-top: 10px;
}
