/* Nice Style */

body {
	background-color: #A0AEA4;
	background-image: url('images/column-background.gif');
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: "Arial", sans;
	margin-left: 3px;
}

.contentColumn {
	width: 787px;
	margin: auto;
	
	background-color: #3F5347;
	background-image: url('images/center-column-background.gif');
}

/*
*	Navigation bar
*/

.navigation {
	margin: 0px;
	padding: 0px;
	background-image: url('images/navigation-underbar.gif');
	height: 26px;
	font-size: 8pt;
}

.navigation li {
	display: block;
	float: left;
	background-image: url('images/navigation-background-off.gif');
	width: 95.5px !important;
	min-width: 80px;
	color: #C7BDAB;
	text-align: center;
	
	border: 1px solid transparent;
	border-right-color: #ADA38D;
	border-left-color: #3F331E;
	
	padding-top: 4px;
	height: 16px;
	min-height: 16px;
}

.navigation li:first-child {
	width: 103px !important;
	min-width: 103px !important;
	border-left-width: 0px;
}

.navigation li.last {
	border-right-width: 0px;
}

.navigation li.current {
	background-image: url('images/navigation-background-on.gif');
	color: #5A471B;
}

.navigation li:hover {
	background-image: url('images/navigation-background-hover.gif');
}

.navigation li a {
	color: #C7BDAB;
	text-decoration: none;
	display: block;
}

#leftColumn {
	/*
	background-image: url('images/bottom-leaves-light.gif');
	background-repeat: repeat-x;
	background-position: bottom right;
	background-color: #65776C;
	*/
	float: left;
	width: 224px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	height: 165px;
	min-height: 165px;
	
	text-align: center;
}

#rightColumn {
	/*
	background-image: url('images/bottom-leaves.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #4C6255;
	*/
	
	margin-left: 224px;
	padding: 20px;
	
	/*
	height: 165px;
	min-height: 165px;
	*/
	font-family: "Times New Roman", serif;
	color: #A0AEA4
}

#rightColumn h1, #rightColumn h2  {
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

#rightColumn h1 {
	color:#999900;
}	

h3 {
	color:#999900;
	font-size: 16pt;
	font-style:italic;
	font-weight:normal;
	margin:0px;
}

#rightColumn p {
	font-size: 12pt;
}

#rightColumn p a:link,
#rightColumn p a:visited,
#rightColumn p a:active {
	text-decoration:none;
	color: #A0AEA4;
}

#rightColumn p a:hover {
	text-decoration:underline;
}

#copyright {
	color: #6E8075;
	text-align: center;
	background-color: #3F5347;
	font-size: 8pt;
	
	background-image: url('images/bottom-leaves-full.gif');
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 60px;
	padding-bottom: 30px;
}

#copyright a {
	color: #6E8075;
}

#navigationShadow {
	height: 7px;
	max-height: 7px;
	background-image: url('images/navigation-shadow.gif');
	background-repeat:no-repeat;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#headerImage {
	height: 332px;
}

table {
 	border-collapse:collapse;
	border:1px dashed #A0AEA4;
}
.menu table {
	border:none;
} 

td {
	padding-left:5px;
}
.underline {
	border-bottom:1px dashed #A0AEA4;
}
#gallery {
text-align:center;
margin:0 auto;
width:800px;
margin-top:5px; 
}