	html {
	height: 100%;
}
	body {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color:#201409;
	background-image: url(../images/background.jpg);
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 100%
}
a:link,a:visited	{
	color:#CE6921;
	text-decoration:underline;
	outline:none;
	font-weight: bold;
}
a:hover,a:active	{
	color:#CE6921;
	text-decoration: none;
	outline:none;
	font-weight: bold;
}
/* ------------------------ text ------------------------ */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #3e3e3e;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
.basictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #ea9722;
}
.blogheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #0c1729;
}

/* Container */
	#prewrap {
	text-align:left;
	width:958px;
	background-color:#FFF;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#bodycontainer {
	width: 958px;
	background-repeat: repeat-y;
	float: left;
	background-color: #FFF;
}

/*  ------------------------  Navigation Top Level  ------------------------  */
#header {
	background-color: #000;
	height: 197px;
	width: 958px;
	background-image: url(../images/header-4.jpg);
}
#buttons {
	background-color: #000;
	float: left;
	height: 48px;
	width: 958px;
}

/* ------------------------ Maincontent framework ------------------------ */						
						
#content { background: #FFF; }			
            #main-content {
	float: left;
	width: 958px;
}
	#main-content-area {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
	width: 898px;
}
#slideshow {
	width: 958px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	text-align: left;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
#centercontent2 {
	text-align: center;
	float: left;
	width: 958px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#homeleft {
	float: left;
	width: 306px;
}
#homeright {
	text-align: left;
	float: left;
	width: 301px;
}
#homemiddle {
	float: left;
	width: 291px;
	text-align: left;
}
#contactleft {
	float: left;
	width: 448px;
	text-align: left;
}
#contactright {
	text-align: left;
	float: left;
	width: 450px;
}
#scheduleleft {
	float: left;
	width: 580px;
	text-align: left;
}
#scheduleright {
	text-align: left;
	float: left;
	width: 300px;
}
#home1left {
	float: left;
	width: 280px;
	padding-right: 16px;
	padding-left: 10px;
	background-image: url(../images/home-bkg.jpg);
	background-repeat: no-repeat;
}
#home1middle {
	float: left;
	width: 582px;
	text-align: left;
	padding-left: 10px;
}

/* ------------------------ Sidecontent framework ------------------------ */
#side-content {
	float: right;
	width: 267px;
	background-repeat: no-repeat;
	height: 100%;
	text-align: center;
}

/* ------------------------ footer framework ------------------------ */

	#footer {
	width: 958px;
	height: 320px;
	float: left;
	padding-top: 28px;
	padding-bottom: 0px;
	background-color: #000;
	background-image: url(../images/footer-bkg.gif);
	background-repeat: repeat-x;
}
    #bottomlinks {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
}
	#bottomlinks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	font-weight: normal;
}
	#bottomlinks a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 2px;
	font-size: 10pt;
}
		#bottomlinks a:hover {
	color: #ea9722;
	text-decoration: underline;
}

/************************ MISC ********************/
.clearFix {
	clear: both;
}
.clearFloat { clear: both; line-height: 0; height: 0; }

.clearFloat2 { clear: both; line-height: 0; height: 1355; }
