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

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

#wrapper {
	width:940px;
	background-color:#90967C;
	margin:20px auto;
	padding:10px;
}

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

#sidebar {
	width:200px;
	float:left;
	padding-left:0px;
	margin-top: 5px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	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:#8C201E;
	font-size:16px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:7px;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

#navigation a:hover {
	color:#FFFFFF;
	border:1px solid #000000;
	font-weight: bolder;
	background-color: #31397A;
}

#content {
	width:708px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-top:5px;
	text-align:left;
	color: #000000;
	background-color: #FEE2BB;
	font-family: Calibri;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
}

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

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