/* CSS Document */
*{
margin:0;
padding:0;
}

body{
background-color:#20351C;
}

#header{
width:800px;
padding:0 0 0 0;
/*height:85px;*/
height:134px;
margin:15px auto 0 auto;
background-color:#20351C;
/*margin-bottom:1px;*/
}

#pageBody{
width:880px;
margin:0 auto 0 auto;
margin-top:1px;
padding:0 0 0 0;
min-height:580px;
}

#bodyInner, #fullInner{
min-height:600px;
background-image:url(../images/inner-page-bg.jpg);
background-repeat:no-repeat;
background-color:#fff;
margin:0 40px 0 50px;
}

#bodyInner.quiz{
background-image:url(../images/quiz-page-bg.jpg);
}

#homeInner{
height:580px;
padding:250px 0 0 0;
background-image:url(../images/home-page-bg.jpg);
background-repeat:no-repeat;
margin-top:-1px;
}

#homeLeft{
float:left;
width:540px;
padding:0;
}

#homeRight{
float:left;
margin-top:-49px;
/*padding:0 0 0 20px;*/
padding:0 0 0 10px;
width:290px;
}

#homeContent{
padding:0 40px 0 10px;
/*margin-top:-50px;*/
height:379px;
font-size:16px;
}

#bodyLeft{
width:350px;
float:left;
}

#bodyRight{
width:380px;
float:left;
padding:50px 10px 10px 10px;
}

#quizScores{
padding:40px 30px 30px 30px;
}

#fullInner h1{
padding:40px 0 0 40px;
margin:0;
width:280px;
float:left;
}
#fullInner #intro{
float:left;
width:380px;
padding:55px 10px 0 40px;
}

#fullWidthContent{
padding:0  30px 30px 30px;
clear:both;
width:700px;
}

#footer{
padding-right:20px;
}

#homeFooter{
padding:0;
}

#postStory{
display:block;
text-decoration:none;
color:#fff;
background-image:url(../images/post-story.jpg);
background-repeat:no-repeat;
width:340px;
height:43px;
padding:27px 0 0 80px;
font-size:16px;
font-weight:bold;
}

#text_above_nav
{
	width:396px;
	height:10px;
	margin-bottom:0px;
}

.fisherman{
background-image:url(../images/fishermen.png);
background-repeat:no-repeat;
background-position:60px 300px;
height:600px;
}

.sidebox{
background-image:url(../images/sidebox.jpg);
background-repeat:no-repeat;
background-position:10px 260px;
height:800px;
}

#storyWrapper{
padding:25px 0 25px 75px;
}

.clearFix:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
	 html .clearFix {height:1%;}
/* End hide from E-mac */

.clearBoth{
clear:both;
}

a.homeLinks 
{
	text-transform:none;
	text-decoration:none;
	color:#666666;
	font-size:15px;
	margin-left:15px;
}

