body{
	margin: 0;
	padding: 0;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	color: #000;
	background-color: #90f;
	font-size: 76%;
	background-image: url(images/body_bg.gif);
	text-align: center;
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
span.swfir{
	float: right;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: none;
}
table,td{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

img{
	border: 0;
}

#page{
	width: 750px;
	margin: auto auto 100px auto;
}
#border{
	border: 1px solid #000;
	border-width:0 1px 1px 1px;
}

/* Header */
#header{
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-color: #09f;
}
#header .left{
	text-align: left;
	width: 50%;
}
#header .right{
	text-align: right;
	background-image: url(images/header_ferriswheel.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Features Bar */
#features{
	color: #000;
	background-color: #fc0;
	padding: 2px 0 2px 0;
	font-size: 10px;
	text-align: left;
	background-image: url(images/features_bg.gif);
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
}
#features p{
	margin: 0;
}
#features a{
	color: #90f;
	text-decoration: none;
}
#features a:hover{
	color: #60c;
}

/* Navigation */
#navigation{
	width: 200px;
	color: #000;
	background-color: #f90;
	text-align: left;
}
div#links{
	font-size: 1px;
}

/* Core */
#core{
	width: 100%;
}

#content{
	color: #333;
	background-color: #fff;
	padding: 10px 20px 20px 20px;
	text-align: left;
}

#content h1{
	color: #90f;
	font-size: 3.2em;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	line-height: 0.8em;
	margin-top: 10px;
}
#content h2{
	color: #f60;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	clear: both;
	text-align: center;
}
#content p{
	font-size: 1em;
	line-height: 1.5em;
}
#content img.ridepic{
	float: right;
	width: 260px;
	height: 160px;
	position: relative;
	right: -10px;
}
#content .agcourses td{
	text-align: center;
	padding-bottom: 1px;
	padding-right: 1px;
}
#content .openhours td{
	border: 0px solid #06c;
	text-align: center;
}
#content .openhours td.day{
	font-size: 2em;
	width: 60px;
	padding: 2px;
	color: #09f
}
#content .openhours td.open{
	padding: 2px;
	color: #fff;
	background-color: #90f;
}
#content .openhours td.closed{
	color: #000;
	background-color: #f90;
	padding: 2px;
}
#content a{
	color: #00c;
}
#content a:hover{
	color: #f60;
	text-decoration: none;
}
div#footer{
	color: #fff;
	background-color: transparent;
	font-size: 0.9em;
}
#studiovee{
	text-align: right;
	font-size: 0.8em;
}
#studiovee a{
	color:#fff;
	text-decoration: none;
}
#gallery{
	text-align: center;
	font-size: 1px;
}
#gallery img{
	margin-bottom: 1px;
}