@charset "utf-8";
/* CSS Document */
/*******global styles**********************************************/
body, html {
	font: 1.01em "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #CC2A09;
	text-align: center;
	}
#container {
	background-image: url(../images/f-tile01.jpg);
	width: 900px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC2A09;
	border-right-color: #CC2A09;
	border-bottom-color: #CC2A09;
	border-left-color: #CC2A09;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
h1 {
	font-size: 2em;
	color: #503522;
}
h2 {
	font-size: 2em;
	font-weight: bolder;
	color: #503522;
}
p { text-align: center;
}
p .special{
	font-style: italic;
	font-weight: bolder;
}
/*******header styles**********************************************/
#header {
	background-image: url(../images/f-tile01.jpg);
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#logo {
	position: absolute;
	left: 451px;
	top: 5px;
}
/*#laughingBoy {
	display: block;
	position: absolute;
	top: -10px;
	right: 200px;
}*/

#header ul {
	font-family:"Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	top: 180px;
	font-size: .9em;
	text-align: center;
}
#header li {
	display: inline;
}
#header li a:link, #header li a:visited{
	display: inline;
	background: #154f46;
	padding: 0.2em 0.5em;
	text-decoration: none;
	font-weight: bold;
	width: 7em;
	margin-right: 0.3em;
	color: #fff;	
}
#header li a:hover, #header li a:active{
	background: #fff;
	color: #154f46;
}
#header li a.current, #header li a.current:hover, #header li a.current:active{
	background: #FFD767;
	color: #503522;
	font-weight:900;
	cursor: default;
}
/*******main styles**********************************************/	
#main {
	left: 100px;
	font-family: "Courier New", Courier, monospace;
/*	float: left;*/
	}
#main h1  {
	line-height: 1.5em;
	color: #fff;
	background-color: #503522;
	padding-left: 20px;
	display: block;
	text-align: center;
	width: auto;
	margin-top: 190px;
}
#splash img {
	display: block;
	border: 0.5em solid #FFD767;
	margin-left: 0 px;
	position: relative;
	right: 80px;	
}
#splash p {
	position: relative;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #FFD767;
	height: auto;
	width: 26em;
	color: #503522;
	padding: 1em;
	border: .18em dashed #503522;
	font-size: 1.2em;
	text-align: center;
	clear: both;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	display: block;
	left: -87px;
		}
#splash {
	position: relative; 
	display: block;
	margin: 0 auto 0 auto;
	}
#splash  a:link, #splash  a:visited{
	display: inline;
	text-decoration: none;
	font-weight: bold;

	color: #154f46;
}
#splash  a:hover, #splash  a:active{
	color: #fff;
	text-decoration: none;
}	
	
/*******sidebar styles**************************/
#sidebar {
	background: #FFD767;
	width: 12em;
	float: left;
	position: relative;
	padding: 20px;
	}
#sidebar h1 {
	color: #503522;
	text-align: center;
	line-height: .9em;
}
#sidebar img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #FFF;
}
#sidebar   ul   {
	text-decoration: none;
	list-style: none;
	font-size: 1.4em;
	line-height: 90%;
	text-align: center;
}
#sidebar  li a:link, #sidebar  li a:visited
{
	display: block;
	background: #154f46;
	padding: 0.2em 0.7em;
	text-decoration: none;
	width: 5em;
	color: #fff;
/*	text-align: center;*/
	margin-bottom: .5em;
	font-weight: bold;
}
#sidebar  li a:hover, #sidebar li a:active
 {
	display: block;
	background: #fff;
	padding: 0.2em 0.5em;
	text-decoration: none;
	width: 5em;
	color: #154f46;
/*	text-align: center;*/
	font-weight: bold;
}
#sidebar li a.current, #sidebar li a.current:hover, #sidebar li a.current:active 
{
	background: #FFD767;
	color: #503522;
	font-weight:900;
	cursor: default;
}

/*******footer styles**********************************************/
#footer {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	font-size: .9em;
	color: #fff;
	background-color: #503522;
	display: block;
	/*	margin: 15 auto 0 auto;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	bottom: 10px;
	clear: both;
}



/* Miscellaneous classes for reuse */
.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;
}
</style>
