@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #899F46;
}
#container  {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	top: 20px;
	background-image: url(images/bg_image_main_container.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 1500px;
	position: relative;
	background-color: #A8A8A8;
} 
#header  {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	background-image: url(images/headerbg.jpg);
	height: 180px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#ads  {
	width: 330px;
	height: 986px;
	position: absolute;
	left: 598px;
	top: 204px;
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#main_container  {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: absolute;
	width: 530px;
	height: 1031px;
	left: 22px;
	top: 204px;
	background-image: url(images/bg_for_long_stories.png);
	background-repeat: no-repeat;
	margin: 0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#menu {
	position: absolute;
	left: 251px;
	top: 10px;
	width: 687px;
}
h4 {
	font-size: 14px;
	line-height: 0%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.header_type {color: #82944A}
#footer  {
	padding: 0 10px 0 20px;
	position: absolute;
	left: 25px;
	top: 1273px;
	width: 862px;
	height: 200px;
	background-image: url(images/footer_bg.jpg);
} 
h3 {
	color: #52762A;
	line-height: 25%;
}
h6 {
	line-height: 110%;
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_1 {
	position: absolute;
	height: 190px;
	width: 187px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_2 {
	position: absolute;
	height: 190px;
	width: 187px;
	top: 0px;
	left: 236px;
	margin-top: 10px;
}
#footer_3 {
	position: absolute;
	height: 190px;
	width: 187px;
	top: 0px;
	left: 455px;
	margin-top: 10px;
}
#footer_4_logo {
	position: absolute;
	height: 190px;
	width: 187px;
	top: 0px;
	left: 677px;
}
#sidemenu {
	position: relative;
	width: 150px;
	height: 950px;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#maincontent {
	color: #000000;
	position: relative;
	width: 350px;
	height: 700px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: right;
	padding-right: 10px;
	overflow: scroll;
}
.authors {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 10px;
	text-align: center;
}
.stories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.story_headers {
	color: #4E572A;
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#welcome_container {
	position: absolute;
	margin: 0;
	width: 530px;
	height: 1000px;
	left: 22px;
	top: 204px;
	background-repeat: no-repeat;
	padding: 5;
	background-color: #FFFFFF;
	overflow: auto;
}
#stories_main_container {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: absolute;
	margin: 0;
	width: 530px;
	height: 2150px;
	left: 22px;
	top: 204px;
	background-image: url(images/bg_for_long_stories.png);
	background-repeat: no-repeat;
}
#form {
	width: 285px;
	margin: auto;
	height: 300px;
	background: #FFFFFF;
}
#long_story_footer {
	padding: 0 10px 0 20px;
	position: absolute;
	left: 22px;
	top: 2400px;
	width: 862px;
	height: 200px;
	background-image: url(images/footer_bg.jpg);
}
#long_story_container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	top: 20px;
	background-image: url(images/bg_image_main_container.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 2700px;
	position: relative;
	background-color: #A8A8A8;
}
#courses_footer {
	padding: 0 10px 0 20px;
	position: absolute;
	left: 25px;
	top: 1800px;
	width: 862px;
	height: 200px;
	background-image: url(images/footer_bg.jpg);
}
#courses_main_container {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: absolute;
	margin: 0;
	width: 530px;
	height: 1500px;
	left: 22px;
	top: 204px;
	background-image: url(images/bg_for_courses.png);
	background-repeat: no-repeat;
}
#courses_bg_container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	top: 20px;
	background-image: url(images/bg_image_main_container.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 2100px;
	position: relative;
	background-color: #A8A8A8;
}
.courses_info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 0px;
}
#ranges_main_container {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: absolute;
	margin: 0;
	width: 530px;
	height: 1600px;
	left: 22px;
	top: 204px;
	background-image: url(images/bg_for_courses.png);
	background-repeat: no-repeat;
}
#ranges_footer {
	padding: 0 10px 0 20px;
	position: absolute;
	left: 25px;
	top: 1850px;
	width: 862px;
	height: 200px;
	background-image: url(images/footer_bg.jpg);
}
#ranges_bg_container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	top: 20px;
	background-image: url(images/bg_image_main_container.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 2100px;
	position: relative;
	background-color: #A8A8A8;
}
.trivia_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373E21;
}
