* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FC0;
	width: 800px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 250px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	color: #000;
}
#wrapper #navigation a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#wrapper #bodyArea {

}
#wrapper #bodyArea #left {
	background-image: url(../images/DinoWithPiggrey.jpg);
	height: auto;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	text-align: center;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
#wrapper #bodyArea #left p img {
	border: 5px solid #bbb;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

#wrapper #bodyArea #footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	height: 20px;
	vertical-align: bottom;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	margin: 25px;
	font-weight: bolder;
}
#wrapper #bodyArea #left p a img:hover {
	background-image: url(../images/Emerald%20Hill2.jpg);
}
#wrapper #bodyArea #left p img:hover {
	border: 5px solid #F00;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
