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

body {
	margin:0px;
	padding:0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7b7b7b;
	text-decoration: none;
}

#page {
	width:977px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	height:885px;
	overflow:hidden;
}

#page #introrow {
	display:block;
	height:356px;
	overflow:hidden;
}

#page #introrow #pic {
	float:left;
}

#page #introrow #text {
	float:right;
	width:668px;
	height:336px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
}

#page #introrow #text p {
	margin:0px;
	display:block;
	padding-top:7px;
	padding-bottom:8px;
}

#page #introrow #text a {
	color:#6fae00;
	text-decoration:none;
}

#page #introrow #text a:hover {
	color:#487100;
	text-decoration:none;
}

#page #introrow #text #followbuttons {
	display:block;
	background-image: url(../images/follow_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height:24px;
	padding-top:11px;
	padding-bottom:11px;
}

#page #introrow #text #followbuttons a {
	margin-right:15px;
}

#page #showcaserow {
	display:block;
	height:410px;
	overflow:hidden;
}

#page #showcaserow .specialattraction {
	height: 400px;
	display:block;
	padding:0px;
	overflow:hidden;
}
#page #showcaserow .specialattraction .arrowleft {
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 311px;
	width:31px;
	float:left;
}
#page #showcaserow .specialattraction .arrowright {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 311px;
	width:31px;
	float:right;
}


#page #footer {
	clear:both;
	display:block;
	padding-left:290px;
	padding-right:200px;
}

#page #footer p {
	margin:0px;
	color:#c7c7c7;
	padding-top:2px;
	padding-bottom:2px;
	font-size:10px;
}
