@charset "UTF-8";
body {
	font: 90% "Comic Sans MS", sans-serif;
	line-height: 110%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d2c1c;
	background-color: #FFFFEE;
	background-image: url(images/background4.jpg);
	height: auto;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFEE;
	margin: 0 auto;
	text-align: center;
	height: auto;
	vertical-align: middle;
	padding: 0 75px;
	box-shadow: #333 2px 4px 10px;
	-moz-box-shadow: #333 2px 4px 10px;
	-webkit-box-shadow: #333 2px 4px 10px;
	background-image: url(images/containerbg3.jpg);
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	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 */
	color: #24300a;
}
.h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #24300a;
	line-height: 150%;
	display: block;
}
.oneColFixCtrHdr #mainContent {
	background: #dcffce;
	background-image: url(images/logo3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	box-shadow: #333 2px 3px 6px;
	-moz-box-shadow: #333 2px 3px 6px;
	-webkit-box-shadow: #333 2px 3px 6px;
}
#footer  {
	padding: 5px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dcffce;
	text-align: left;
	padding-left:20px;
	background-repeat: no-repeat;
	height: 250px;
	width: 800px;
	box-shadow: #333 2px 3px 6px;
	-moz-box-shadow: #333 2px 3px 6px;
	-webkit-box-shadow: #333 2px 3px 6px;
	background-image: url(images/footer.png);
	background-position: center;
}
#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 */
	font-size: 80%;
	color: #2d2c1c;
}
#script{
	position : absolute;
	top : 34px;
	text-align : left;
	font-family: "Euphemia UCAS Italic", Verdana, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.3em;
	right: 314px;
	text-shadow: #333 1px 1px 2px;
}
a {
	color: #324300;
	text-decoration: none;
}
a:hover {
	color: #CC33CC;
	text-decoration: none;
}
#ul {
	text-decoration: none;
	width: 285px;
	float: left;
	height: 591px;
	padding: 15px 15px 0 0;
	background-image: url(images/sidebarbg.png);
	background-repeat: no-repeat;
	align: left;
	margin: 7px 0 0 -10px;
}
li {
	text-indent: 25px;
	text-align: left;
	list-style: none;
	font-size: 95%;
}
ul a {
	color: #324300;
	text-decoration: none;
	text-indent: -20px;
}
#ppl {
	margin: 0 0 0 0;
	padding: 0px;
	height: 25px;
	width: 200px;
}
#flash {
	display: block;
	clear: none;
	float: left;
	height: 600px;
	width: 510px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 25px 10px 0 0;
	overflow: visible;
	margin: 0 0 0 0;
}
.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;
}
#text {
	float: none;
	height: 240px;
	width: 250px;
	text-align: justify;
	font-size: 90%;
	line-height: 105%;
	padding: 10px 12px 0 12px;
	margin: 0 0 0 25px;
	background: url(images/bg2.png);
}
#navigation {
	display: block;
	height: 45px;
	width: 800px;
	margin-top: 15px;
	overflow: visible;
}
#txtbgtop {
	width: 616px;
	height: auto;
	background-image: url(images/bg2.png);
	padding: 2px 15px 0 20px;
	margin-left: 83px;
	box-shadow: #333 2px 3px 6px;
	-moz-box-shadow: #333 2px 3px 6px;
	-webkit-box-shadow: #333 2px 3px 6px;
	margin-top: 115px;
	}
.nav {
	width: 130px;
	height: 35px;
	border: 1px solid silver;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	box-shadow: #333 2px 3px 6px;
	-moz-box-shadow: #333 2px 3px 6px;
	-webkit-box-shadow: #333 2px 3px 6px;
	display: inline;
}
#txtbg {
	width: 465px;
	height: auto;
	background-image: url(images/bg2.png);
	padding: 2px 15px 0 20px;
	margin-left: 300px;
	box-shadow: #333 2px 3px 6px;
	-moz-box-shadow: #333 2px 3px 6px;
	-webkit-box-shadow: #333 2px 3px 6px;
	margin-top: 26px;
}

