/* CSS Document */

#border{
	position: relative;
	height: 1500px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#navigtion{
	height: 30px;
	width: 760px;
	margin-top: 310px;
	position: absolute;
}
#middle{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	height: 800px;
	width: 760px;
	margin-right: auto;
	margin-left: 1px;
	position: absolute;
	margin-top: 350px;
	background-image: url(funfair-artwork/bcakground4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	height: 285px;
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#inner{
	height: 225px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	margin-left: 400px;
}
#left{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	width: 390px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	height: 225px;
}
#imagebox{
	width: 534px;
	margin-right: 113px;
	margin-left: 113px;
	position: relative;
	margin-top: 0px;
}
#footer{
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000000;
	height: 50px;
	width: 700px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	position: absolute;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}