body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #656565;
}

* {
	font-family: Verdana, Arial;
}

#background {
	height: 100%;
	width: 100%;
	
	background-image: url(../images/layout/background.png);
	background-repeat: repeat-x;
	text-align: center;
}

#container {
	height: 100%;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#inner {
	background-image: url(../images/layout/header_bg.png);
	background-repeat: no-repeat;
	height: 574px;
}

	#inner.nobg {
		background-image: none;
	}

	#header_menu {
		width: 100%;
		padding-top: 50px;
		clear: both;
	}
		#header_menu a {
			display: block;
			padding: 3px;
			float: right;
			height: 20px;
			padding-left: 10px;
			padding-right: 10px;
			font-size: 1.3em;
			text-transform: uppercase;
			color: white;
			text-decoration: none;
			font-weight: normal;
		}

		#header_menu a:hover {
			background-color: #164396;
			border: 1px solid #13387d;
			padding: 2px;
			padding-left: 9px;
			padding-right: 9px;
		}

	#menu_small {
		float: right;
		padding-right: 20px;
		padding-top: 10px;
		font-size: 0.9em;
		clear: both;
		color: white;
		text-align: right;
	}
		
		#menu_small a {
			font-size: 0.9em;
			text-transform: uppercase;
			color: white;
			text-decoration: none;
			font-weight: normal;
		}
		
		#menu_small a:hover {
			text-decoration: underline;
		}

#separator {
	height: 320px;
	width: 100%;
	clear: both;
}

#content {
	padding-top: 30px;
	color: #bbb;
	font-size: 1.2em;
	padding-bottom: 20px;
}

#leftcontent {
	width: 49%;
	float: left;
}

#rightcontent {
	padding-left: 1%;
	width: 49%;
	float: left;
}

h1 {
	display: block;
	clear: both;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c4c4;
	font-weight: normal;
	margin-bottom: 20px;
}

input, textarea, input.submit {
	background: #ddd; 
	color: #666;
	border: 1px solid #aaa;
}

#menu {
	background: #40403E;
	color: #EEE;
	border-color: #82974B;
}

.tumbnail {
	width: 372px;
	background: #444;
	margin: 5px;
	float: left;
}

.tumbnail img {
	width: 350px;
	margin: 10px;
}

.photo img {
	max-width: 835px;
	_width: 835px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

ul {
	list-style-type: square;
	margin-left: 20px;
}


#gal_photos {
	display: none;
}

	#gal_photos.show {
		display: block;
	}

#gal_photos img {
	
}
