body {
	margin: 0;
	background: #bdbdbd url(../images/bg.png);
	color: #3e3730;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	color: #3e3730;
	margin: 0;
	padding-bottom: 15px;
	*padding-top: 8px;
	background: url(../images/h2_separator.png) repeat-x bottom;
}
a {
	color: #5e5b57;
	text-decoration: underline;
}
	a:hover {
		color: #cd6700;
	}
.clear { clear: both; }	
#container {
	margin: 0 auto;
	width: 878px;
	background: url(../images/container.png) repeat-y;	
	padding: 0 6px;
}
	#head {
		height: 291px;
		background: url(../images/head.png) no-repeat;
	}
		#logo a {
			width: 170px;
			height: 115px;
			float: left;
			background: url(../images/logo.png) no-repeat;
			outline: none;
			margin: 10px;
			
		}
			#logo h1 {
				display: none;	
			}
		#menu {
			text-align: right;
			margin: 5px 0;
			width: 300px;
			float: right;
		}
			#menu ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
				#menu ul li {
					margin-top: 1px;				
				}
					#menu ul li a {
						font-family: Georgia, "Times New Roman", Times, serif;
						font-style: normal;
						font-weight: bold;
						font-size: 11px;
						color: #d9d0c6;
						text-decoration: none;
						background: url(../images/menu_separator.png) repeat-x bottom;
						padding:  2px 10px 2px 0;
						line-height: 16px;
					}
						#menu ul li a:hover {
							color: #ecac3d;
							padding-right: 18px;
						}
	#content {
		clear: both;
		padding: 0 10px;
		background: url(../images/content_top.png) repeat-x top;
		margin: 0;	
	}
	
	#gallery {
		margin-top: 10px;
	}
	
	#gallery #info {
				background-color: #fbf9f6;
				padding: 5px;
				margin-right: 5px;
				width: 423px;
				float:right;
			}
				#gallery #info h3 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-style: italic;
					font-weight: bold;
					font-size: 16px;
					color: #3e3730;
					margin: 0;
				}
	
		#gallery #thumbs {
			width:420px;
			*width: 418px;
			float: left;
		}
			#gallery #thumbs ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
				#gallery #thumbs ul li{
					margin: 0;
					padding: 0;
					display: inline;
				}
				#gallery #thumbs ul li a img{
					border: none;
				}
				#gallery #thumbs ul li a{
					margin: 0 5px 5px 0;
					border: #c0b3a0 3px solid;
					display: block; 
					width: 95px;
					height: 95px;
					float: left;
				}
					#gallery #thumbs ul li a:hover {
						border-color: #3e3730;	
					}
			#gallery #thumbs #info {
				background-color: #fbf9f6;
				padding: 5px;
				margin-right: 5px;
				width: 382px;
			}
				#gallery #thumbs #info h3 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-style: italic;
					font-weight: bold;
					font-size: 16px;
					color: #3e3730;
					margin: 0;
				}
		#gallery #bigpic img {
			border: #3e3730 5px solid;
			padding: 1px;
		}
						
	#footer {
		clear: both;
		background-color: #c0b3a0;
		height: 40px;
		padding-top: 15px;
		text-align: center;
		color: #f4ede3;
		font-size: 10px;
	}
		#footer a {
			color: #f4ede3;
			text-decoration: none;
		}