@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: 'Happy Monkey', cursive;
	font-size: 24px;
	color: #F15D36;
}

h2 {
	font-family: 'Happy Monkey', cursive;
	font-size: 20px;
	color: #F15D36;
}

#big_wrap {
	background-image: url(images/bigbg.gif);
	background-repeat: repeat-x;
	height: 526px;
	width: 100%;
}

#header_wrap {
	width: 100%;
	height: 146px;
}

#header {
	width: 900px;
	height: 146px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/headertop.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}



#main_wrap {
	width: 100%;
	height: 380px;
}
#contact {
	float: right;
	height: 140px;
	width: 275px;
	font-family: 'Happy Monkey', cursive;
	font-size: 24px;
	padding-top: 160px;
	line-height: 75px;
	padding-left: 25px;
}
#content_wrap {
	width: 100%;
	background-color: #F5C66A;
	height: 1150px;
}



#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cleft {
	float: left;
	width: 480px;
	padding-left: 15px;
	padding-right: 10px;
}

#cright {
	float: right;
	width: 355px;
	background-image: url(images/vertical-line.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-top: 10px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#footer_wrap {
	height: 70px;
	width: 100%;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
}
#footer {
	height: 50px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#banner {
	height: 96px;
	width: 50%;
	background-image: url(images/brownbar.gif);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	float: left;
}


#main {
	width: 900px;
	height: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/headerbottom.png);
	background-repeat: no-repeat;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:active {
	color: #ffffff;
	text-decoration: none;
}
