	@charset "utf-8";
	/* CSS Document */
	
	* {
		margin: 0;
	}
	html, body {
		height: 100%;
	}
	
	body {
		font: 100% Tahoma, Geneva, sans-serif;	
		background-color: #B0233F;
	}
	
	a {
		outline: none;
	}	
	
	h1 {
		font-weight: normal;
		color: #F96;
		margin-bottom: 10px;
	}
	
	h2 {
		font-weight: normal;
		color: #666;
		margin-bottom: 6px;
	}
	
	h3 {
		font-weight: normal;
		color: #666;
		margin-bottom: 6px;
	}
	
	img, div { behavior: url(/js/iepngfix.htc) }
	
	#frame {
		min-width: 1000px;	
	}
	
	#header {
		height: 81px;
		background-image: url(/img/top.jpg);
		background-repeat: repeat-x;
		padding-top: 15px;
		padding-left: 20px;
	}
	
	#header h1 {
		text-indent: -9999px;
		background-image: url(/img/logo.trans.png);
		background-repeat: no-repeat;
		width: 359px;
		height: 56px;
	}
	
	#menu {
		margin-left: 30px;	
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 120%;
		display: block;
		padding: 8px 12px;
	}
	
	#menu ul li#selected {
		background-color: #fff;
		background-image: url(/img/box.top.left.png);
		background-repeat: no-repeat;
	}
	
	#menu ul li#selected a {
		color: #000;
		background-image: url(/img/box.top.right.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	#content {
		background-color: #fff;
		background-image: url(/img/box.top.left.png);
		background-repeat: no-repeat;
		margin: 0px 20px;
		clear: left;
	}
	
	#content_top_right {
		background-image: url(/img/box.top.right.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	#content_bottom_right {
		background-image: url(/img/box.bottom.right.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	#content_bottom_left {
		background-image: url(/img/box.bottom.left.png);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	#content_inner {
		padding: 20px;	
	}
	
	#content_text {
		width: 400px;
		float: left;
	}
	
	#content_photos {
		width: 550px;
		float: right;
	}
	
	#photo_caption {
		width: 300px;
		float: right;
		margin-right: 20px;
	}
	
	#photo {
		width: 600px;
		float: right;
		text-align: right;
	}
	
	#submenu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#submenu ul li {
		float: left;
		padding: 8px 12px;
	}
	
	#submenu ul li#pageselected a {
		color: #000;	
	}
	
	#submenu ul li a {
		color: #999;
		font-size: 120%;
		text-decoration: none;
	}
	
	.thumb {
		margin: 5px;
		float: left;
		width: 160px;
		height: 220px;
	}
	
	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -74px; /* the bottom margin is the negative value of the footer's height */
	}
	.footer, .push {
		height: 74px; /* .push must be the same height as .footer */
	}
	
	.footer {
		clear: both;
		background-image: url(/img/bottom.jpg);
		background-repeat: repeat-x;
		color: #fff;
	}
	
	.footer p {
		padding: 5px 20px;	
	}
	
	.footer a {
		color: #fff;
		text-decoration: none;
	}

