/* CSS Document */

html, body {
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
	
}
body {font-size:76%;}
#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-image: url(artwork/funfair.jpg);
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:auto;
	z-index:2;
		
} 
#content {
	width: 760px;
	margin-right: auto;
	height: 1000px;
	
}
p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;}
#fixed {
	position:absolute;
	width:1024px;
	z-index:10;
	color:#FFFFFF;
	height: 251px;
	clip: rect(auto,auto,auto,auto);	
	
}
#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	height: 325px;
	width: 500px;
	margin-top: 190px;
	margin-left: 175px;
	position: absolute;
padding: 10px;
	text-align: justify;
	
}
#navbar{
	height: 210px;
	width: 130px;
	margin-top: 180px;
	margin-left: 10px;
	position: absolute;
	z-index: 10;
}
#inner{
	height: 75%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.inner{
	text-align: justify;
	height: 325px;
	width: 500px;
	position: absolute;
	
	margin-top: 190px;
	margin-left: 175px;
	
}
.nav{
	height: 30px;
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	Z-INDEX: 1000;
	bottom: 1px;
	position: absolute;
	height: 69px;
	width: 100%;
	padding-right: 10px;
	overflow: hidden;
	background-image: url(btm2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#Navfoot{
	height: 30px;
	width: 700px;
	margin-top: 38px;
	margin-left: 30px;
	position: absolute;
}
.guide{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 30px;
	width: 100px;
	position: relative;
	float: left;
}
#contact{
	height: 310px;
	width: 575px;
	margin-top: 190px;
	margin-left: 175px;
	position: absolute;
	
	}
.inner2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 290px;
	width: 555px;
	position: absolute;
	margin-top: 290px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 175px;
	
}	
.inner3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: 100px;
	width: 555px;
	position: absolute;
	margin-top: 190px;
	margin-left: 175px;
	padding: 10px;
	
}	
.inner4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	height: 315px;
	width: 480px;
	position: relative;
	margin-top: 190px;
	margin-left: 175px;
	padding: 10px;
}	

#button{
	height: 48px;
	width: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	margin-left: 730px;
	margin-top: 22px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;}

#border{
	height: 500px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
.scroll {
width: 480px;
height: 250px;
padding-left: 5px;
padding-right: 5px;
overflow: auto;
}