@charset "utf-8";
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #header {
	height: 260px;
	width: 960px;
	z-index: 2;
	background-image: url(../images/flashelements/everwildeheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #menu {
	height: 40px;
	width: 960px;
}
#wrapper #dropShadow {
	height: 12px;
	width: 960px;
	background-position: left;
}

#wrapper #body {
	width: 960px;
	background-position: top;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-image: url(../images/slices/Index%20Dart/main-body.jpg);
	height: 630px;
}
#wrapper #body #crinkledPaper {
	height: 630px;
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-position: center bottom;
}
#wrapper #body #rightSide {
	height: 630px;
	width: 360px;
	float: right;
}

#wrapper #bottom {
	height: 60px;
	width: 960px;
	clear: both;
}
#wrapper #footer {
	height: 60px;
	width: 960px;
	clear: both;
}
#wrapper #footer #leftFooter {
	height: 60px;
	width: 100px;
	float: left;
}
#wrapper #footer #rightFooter {
	float: right;
	height: 60px;
	width: 100px;
	background-color: #000000;
}
#wrapper #centerFooter {
	height: 60px;
	width: 760px;
	float: left;
	padding-top: 0px;
	text-align: center;
	background-color: #000000;
}

.footerFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}

