html, body, form
{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana;
	color: #718082;
	background-color: #fff6ed;
}
a {
	color: #718082;
}

html
{
	height:100%;
}

img { 
	border: 0;
	behavior: url(/pngfix/iepngfix.htc);
}

h1 {
	width: 779px;
	color: #fff6ed;
	margin: 0px;
	padding: 0px;
	font-family: Garamond, Times new roman;
	font-size: 52pt;
}
#body {
	width:100%;
	height:100%;
	text-align:center;
	padding:0 0 20px 0;
	margin:0;
}
	
#page_container {
	width: 780px;
	min-height:100%;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;/*
	border-right: solid 1px #d2a6bb;
	border-left: solid 1px #d2a6bb;*/
	
}
#header {
	background: url(/images/header-bg.gif) top left repeat-x;
	margin-bottom: 40px;
	text-align: center;
	height: 118px;
}
ul.menu {
	list-style:none;
	width: 740px;
	height: 37px;
	margin: 0;
	padding: 0;
}
ul.menu li {
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	width: 145px;
}
ul.menu li a {
	text-decoration: none;
	/*font-weight: bold;*/
}
ul.menu li a:hover {
	color: #373f40;
}
ul.menu li a.active {
	color: #373f40;
}
.top-grid {
	width: 780px;
	height: 37px;
	background: url(/images/top-grid.gif) top left no-repeat;
}
.bottom-grid {
	width: 777px;
	height: 37px;
	background: url(/images/bottom-grid.gif) top right no-repeat;
	text-align: right;
}
.bottom-grid p {
	margin: 0px;
	padding: 14px 38px;
	font-size: 20px;
}
ul.photos {
	list-style:none;
	width: 740px;
	height: 517px;
	margin: 0;
	padding: 0;
	margin-left: 19px;
}
ul.photos li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.photos li img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
ul.photos li img.show {
	opacity:1;
	filter:alpha(opacity=100);
}
