html {
	min-height:100%;
	}

body {
	background-color: #c3bf9f;
	margin: 0;
	text-align: center;
	}
	
#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-left: 10px solid #b4b093;
	border-right: 10px solid #b4b093;
	}
	
#header {
	margin: 0;
	}
	
#flash {
	height: 250px;
	}

#navbar {
    vertical-align: middle;
	display: table-cell;
	height: 37px;
	width: 780px;
	background: url(images/bg_navbar.gif) repeat-x;
	overflow: hidden;
	}
	
#navbar ul {
	margin:0;
    padding:0;
    list-style:none;
	display: inline;
	}
	
#navbar ul li {
	margin: 0;
	list-style: none;
	display: inline;
	line-height: 37px;
	}
	
#navbar ul li a {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #635e4d;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#navbar ul li a:hover {
	color: #3b382e;
	border-bottom: 1px dotted #3b382e;
	}
	
#navbar ul li a:active {
	border: none;
	}
	
#maincontent {
	text-align: left;
	background: #fff url(images/bg_maincontent.gif) repeat-y;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #827667;
	padding-left: 50px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 30px;
	min-height: 370px;
	}
	
#maincontent a {
	color: #71685c;
	text-decoration: underline;
	}
	
#maincontent a:hover {
	color: #a3cfe5;
	}
	
#maincontent h1 {
	font-size: 27px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #827667;
	background: url(images/h1_symbol.gif) no-repeat left;
	padding-left: 38px;
	}

.secondary {
	background: url(images/secondarylink.gif) no-repeat left;
	padding-left: 10px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	}
	
.secondary a {
	text-decoration: none !important;
	color: #71685c;
	}
	
.secondary a:hover {
	color: #a3cfe5;
	}
	
#maincontent blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	}
	
#maincontent blockquote .name {
	text-align: right;
	display: block;
	margin-top: 0;
	}
	
#maincontent img {
	border: 5px solid #d5d0ae;
	margin-left: 12px;
	margin-right: 12px;
	}
	
.floatleft {
	float: left;
	}
	
.floatright {
	float: right;
	}
	
#clear {
	clear: both;
	}
	
#maincontent h1.primary {
	font-style: normal;
	font-variant: small-caps;
	font-size: 32px;
	}
	
#all_italic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	}
	
#all_italic.smaller {
	font-size: 14px;
	}
	
#all_italic p {
	text-indent : 20px;
	}
	
#footer {
	background: #fff url(images/bg_maincontent.gif) repeat-y;
	padding-bottom: 30px;
	}
	
#nav_bottom ul {
	margin:0;
    padding:0;
	display: inline;
	}
	
#nav_bottom ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}
	
#nav_bottom ul li a {
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #b9b196;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	}
	
#nav_bottom ul li a:hover {
	color: #3b382e;
	border-bottom: 1px dotted #3b382e;
	}
	
#nav_bottom ul li a:active {
	border: none;
	}
	
#bottom {
	background: url(images/bg_bottom.jpg) no-repeat top;
	padding-top: 67px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #968a7b;
	text-align: left;
	padding-left: 50px;
	}
	
#bottom a {
	color: #968a7b;
	text-decoration: none;
	}
	
#bottom a:hover {
	color: #5b544a;
	}
	
img.homeportrait{
	float: right;
	border: none !important;
	padding-left: 15px;
	}
	
.gallery img {
	border: 1px solid #d5d0ae !important;
	margin: 0 !important;
	padding: 2px !important;
	}
	
.gallery img:hover {
	border: 1px solid #000 !important;
	}