@charset "utf-8";
#wrapper {
	position:absolute;
	width:839px;
	height:653px;
	z-index:1;
	top: 50%;
	left: 50%;
	margin-top: -327px;
	margin-left: -420px;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
}
#slideshow {
	position:absolute;
	width:668px;
	height:150px;
	z-index:1;
	left: 0px;
	top: 150px;
}
#title {
	position:absolute;
	width:249px;
	height:123px;
	z-index:2;
	left: 839px;
	top: 222px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FAC20E;
	font-size: 100px;
	font-weight: 200;
}
h2 {
	color: #FAC20E;
	line-height: 0px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar {
	position:absolute;
	width:841px;
	height:22px;
	z-index:2;
	left: 0px;
	top: 658px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: 800;
	line-height: -5px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: 100;
	line-height: -5px;
	color: #666;
	margin-top: 1px;
	margin-bottom: 1px;
}


a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
