body { 
	margin: 0;
	padding: 0;
	background-color: #f2aa24;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #4b0000;
}

#mainWrapper {	
	width: 100%;
	background: url(../images/background.jpg) no-repeat center top;
}

#contentWrapper {
	width: 970px;
	margin: 0 auto;
	min-height: 600px;
}

#logo {	
	width: 280px;
	height: 90px;
	float: right;
	margin: 47px 30px 47px 0;
}

 img { border: 0; }



#content {
	width: 95%;
	margin: 0 auto;
	margin-top: 190px;
}

#footer {
	width: 95%;
	background: url(../images/footerBg.jpg) center top no-repeat;
	margin: 0 auto;
	text-align: center;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #df630b;
	padding: 20px 0;
	line-height: 16px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.navlist a:link, .navlist a:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fbe3b7;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 41px;
	padding-top: 26px;
}

.navlist a:hover {
	color: #fbe3b7;
	background-color: #369;
	background: url(../images/menuOver.jpg) repeat-x bottom;
	text-decoration: none;
}

.starfish {
	width: 165px;
	height: 154px;
	position: relative;
	bottom: 80px;
	left: 90px;
}

.contacts {
	padding-left: 15px;
	padding-top: 20px;
	background:url(../images/contactsBg.gif) top left no-repeat;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
}

.mark {
	color: #df630b;
	font: bold 13px  Verdana, Arial, Helvetica, sans-serif;
}

#splash {
	width: 100%;
	height: 800px;
	background:url(../images/splashBg.jpg) center no-repeat top;
	text-align: center;
	
}