body {
	text-align:center;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background:url(../images/splash_bg.gif) repeat-x #FFD874;
}

a {
	color:#FFE169;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
}

body,h1,h2,h3,h4,h4,h6,form,input,select,dl,dd,dt,ul,li {
	padding:0;
	margin:0;
}


#mainContainer {
	margin:0 auto;
	padding:180px 0 40px;
	width:735px;
	text-align:left;
}

h1 {
	height:44px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../images/logo_splash.gif) right top no-repeat;
	padding-bottom:15px;
}

ul {
	list-style:none;
}

ul li {
	float:left;
	padding-right:15px;
}

ul li.last {
	padding:0;
}

ul a {
	display:block;
	width:110px;
	height:184px;
	background:url(../images/splash.jpg) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

li#bio a { background-position:0 0; }
li#mouthing a { background-position:-110px 0; }
li#home a { background-position:-220px 0; }
li#details a { background-position:-330px 0; }
li#sweetness a { background-position:-440px 0; }
li#next a { background-position:-550px 0; }

li#bio a:hover { background-position:0 -184px; }
li#mouthing a:hover { background-position:-110px -184px; }
li#home a:hover { background-position:-220px -184px; }
li#details a:hover { background-position:-330px -184px; }
li#sweetness a:hover { background-position:-440px -184px; }
li#next a:hover { background-position:-550px -184px; }

#footer {
	text-align:center;
	color:#ffffff;
	margin-top:150px;
	padding:5px 0;
	font-size:10px;
}

#footer p {
	padding:0;
	margin:0;
}

#footer p.paddingTop {
	padding-top:10px;
}

/* Fix's containers not clearing inner floats in firefox */
.clearIt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html .clearIt {
	height: 1%;
}