.container {
	width: 714px;
	min-height: 520px; /* see IE6 hack below */
	background: #12304a url(img/index/gradient_bg.jpg) top left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 20px;
	text-align: left;
	position: relative;

	height: auto !important; /* IE6 min-height hack */
	height: 520px;
}
.title {
	width: 100%;
	position: absolute;
	top: -22px; left: 0;
	text-align: center;
}
.title img {
	display: block;
	margin: auto;
}
.content {
	width: 100%; height: 270px;
	position: relative;
	top: 32px;
}
.photo {
	background: url(img/index/slideshow_default.jpg) top left no-repeat;
	width: 328px; height: 245px;
	float: left;
	margin-top: 21px;
	margin-left: 14px;
}
.photo-fade {
	width: 328px; height: 245px;
	float: left;
}
.news {
	width: 160px;
	margin-left: 14px;
	float: left;
	position: relative;
}
.news h1 {
	margin-left: -5px;
}
.news .scroll {
	background-color: #3c556a;
	color: white;
	width: 160px;
	position: relative;
}
.news .scroll .reel {
	height: 215px;
	overflow: hidden;
	position: relative;
}
.news .scroll p {
	padding: 5px 10px;
	font-size: 12px;
}
.news .scroll a {
	color: white;
	text-decoration: none;
}
.news .scroll a:hover {
	color: #ffc;
	border-bottom: 1px dotted #dc6;
}
.news .scroll a:visited {
	color: #ddf;
}
.news .scroll a:visited:hover {
	color: #eea;
}
.news .scroll .corner {
	position: absolute;
	top: 0; right: 0;
}
.search {
	float: left;
	margin-top: 5px;
}
.bottom {
	background: #c7cfd5 url(img/index/corner-grrd-bl.gif) bottom left no-repeat;
	width: 672px; height: 205px;
	margin-top: 44px; /* content's top:32px + real 12px */
	margin-left: 20px;
	clear: both;
}
.bottom .about {
	position: relative;
	margin: 10px;
	width: 485px; height: 185px;
	float: left;
	background: url(img/index/seal.jpg) left no-repeat;
}
.bottom .about p {
	margin-left: 160px;
	line-height: 18px;
	text-align: left;
	text-indent: 1em;
}
.events {
	border: 2px solid #969ea2;
	background-color: #1b3143;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-left: 5px;
}
.events h1 {
	margin: 0;
	padding: 2px 0;
	border-bottom: 2px solid #5c6768;
}
.events .list {
	background: #293845 url(img/index/events_gradient.gif) top repeat-x;
	height: 160px;
}
.events .list p {
	color: white;
	padding: 5px;
}

.searchInsert {
	background: #c8cdd2 url(img/index/corner-grrd-bl.gif) bottom left no-repeat;
	width: 672px;
	margin-top: 44px; /* content's top:32px + real 12px */
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
	padding: 12px 0;
	display: none;
}
h1.contentLike {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	background: white;
	border: 1px solid black;
	border-left: none; border-right: none;
	padding-bottom: 3px;
	font-family: Palatino Linotype, Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	margin: 12px;
}
.searchResults p {
	margin: 12px;
}
