@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
.container {
	width: 982px;
	height: 750px;
	margin: 0 auto;
	position: relative;
	background-image: url(pics/HIGRU.jpg);
	padding-top: 20px;
}
.spacer {
	width: 20px;
	height: 700px;
}
.left {
	width: 180px;
	vertical-align: top;
	padding-top: 110px;
	padding-left: 30px;
	position: absolute;
}
.main {
	width: 700px;
	height: 700px;
	float: left;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 45px;
	text-transform: lowercase;
	color: #666666;
	padding-top: 30px;
	left: 20px;
}
.textbox {
	padding-top: 70px;
	padding-right: 30px;
	position: absolute;
	margin-left: 250px;
	width: 697px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 34px;
	color: #444444;
	text-indent: 22px;
}
.text a:link{
	color: #CC0000;
	text-decoration: none;
}
.text A:visited {
	text-decoration: none;
	color: #CC0000;
}
.text a:hover{
	color: #444444;
	text-decoration: none;
}
.text A:active {
	text-decoration: none;
	color: #CC0000;
	}
.back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 45px;
	color: #444444;
	text-align: right;
}
.back a:link{
	color: #CC0000;
	text-decoration: none;
}
.back A:visited {
	text-decoration: none;
	color: #CC0000;
}
.back a:hover{
	color: #444444;
	text-decoration: none;
}
.back A:active {
	text-decoration: none;
	color: #CC0000;
	}
.exhibit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #444444;
	text-indent: 22px;
}
.exhibit a:link{
	color: #CC0000;
	text-decoration: none;
}
.exhibit A:visited {
	text-decoration: none;
	color: #CC0000;
}
.exhibit a:hover{
	color: #444444;
	text-decoration: none;
}
.exhibit A:active {
	text-decoration: none;
	color: #CC0000;
	}
.exhibitpic {
	position: absolute;
	top: 120px;
	right: 20px;
}
.spacerright {
	width: 60px;
	height: 700px;
	position: absolute;
	right: 0px;
	background-color: #666666;
}
.slidecontainer {
	width: 700px;
	position: absolute;
	margin-left: 160px;
}
.slidecontainergallery {
	width: 700px;
	position: absolute;
	margin-left: 220px;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #999999;
}

