@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	background-image: url(images/nightsky.gif);
	background-color: #FFFFFF;
}

#wrapper {
	width:930px;
	background-color:#fff;
	margin:20px auto;
	padding:10px;
}

#header {
	background-image:url(images/header.jpg);
	width:100%;
	height:185px;
}

#sidebar {
	width:200px;
	float:left;
	padding-left:0px;
	background-color: #FEE2BB;
	margin-top: 5px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-top-color: #5C743D;
	border-right-color: #5C743D;
	border-bottom-color: #5C743D;
	border-left-color: #5C743D;
	clear: none;
	margin-right: 3px;
}
#navigation a {
	width:190px;
	height:30px;
	display:block;
	background-color:#5C743D;
	font-size:16px;
	color:#fff;
	padding-top:5px;
	padding-left:7px;
	text-decoration:none;
	border:1px dotted #D5EDB3;
}

#navigation a:hover {
	color:#121011;
	border:1px solid #1E347F;
	font-weight: normal;
	background-color: #99CC66;
}

#content {
	width:700px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-top:5px;
	text-align:left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5C743D;
	color: #5C743D;
	background-color: #FEE2BB;
}

#content a {color:#009; text-decoration:none;}
#content a:hover {text-decoration:underline;}

#footer {
	width:940px;
	height:30px;
	border-top:1px solid #000;
	padding-top:10px;
	font-size:10px;
	text-align:center;
}

#footer a{color:#5C743D; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

.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;
}


.style4 {
	font-size: 36px;
	color: #5C743D;
	font-family: "Basic Sans Light SF";
	font-weight: bold;
}

.style7 {
	font-size: 46px;
	font-family: "Bradley Hand ITC";
	font-weight: bold;
}

