body {
	margin: 0;
	background-color: #993300;
	padding: 0px;
	font-size: 100.01%;
	background-image: url(../images/bodyBG.png);
	background-repeat: repeat-x;
}

p {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.2em;
}
.justify {text-align: justify;}
.indent {text-indent: 30px;}
p span {color: #e2dddc;}


#main h1 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #e2dddc;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -16px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
	

#main h2 {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #b7222d;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -16px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#main h4 {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #993300;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -16px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#main h5 {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #993300;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -16px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
h3 {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #421c11;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -16px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#banner {
	background-color: #FFFFFF;
	height: 340px;
	margin-top: 12px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner-contact {
	background-color: #FFFFFF;
	height: 140px;
	margin-top: 12px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#outer_wrapper {
	width: 100%;
	border-top: 2px solid #444;
	background: #232323 url(../images/owBG.png) repeat;
	border-bottom: 2px solid #444;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #333;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
	padding-bottom: 20px;
}
#inner-wrapper {}

#container {
  width: 100%;
  float: left;
  margin-right: -102px; /* url(images/right_columnBG.gif) repeat-y right */

}

#content {
	margin-right: 122px;
	padding-left: 25px;
}
#feeds {
	width: 142px;
	float: right;
	padding: 5px 10px 10px;
}
.clearing {
	height: 0;
	clear: both;
}

#main {
	margin-left: 80px;
	padding-top: 20px;
	padding-right: 0px;
	margin-right: 125px
}


/* Navigation */

#navigation {width: 1000px; height: 120px; background: #993300 url(../images/navBG.png) no-repeat; margin: 0; padding: 0; margin-left: auto;margin-right: auto;}

ul#nav {
	width: 1000px;
	list-style: none;
	margin: 0; padding: 0;
	padding-top: 15px;
}

ul#nav li a:link, #nav li a:visited {
display: block;
float: left;
height:75px;
background-image: url(../images/nav.png);
text-indent: -9999px;
}

ul#nav li a.home {
	width:250px;
	background-position: 0 0;
}
ul#nav li a.services {
	width:450px;
	background-position: -250px 0;
}
ul#nav li a.contact {
	width:300px;
	background-position: -700px 0;
}
ul#nav li a.home:hover {
	width:250px;
	background-position: 0 -71px;
}
ul#nav li a.services:hover {
	width:450px;
	background-position: -250px -71px;
}
ul#nav li a.contact:hover {
	width:300px;
	background-position: -700px -71px;
}


/* End od Navigation */

/* #main ul li {
	font: 0.9em "Trebuchet MS", "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #444444;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0.2em;
	list-style-type: disc;
	list-style-position: outside;
} */
.last {
	margin-bottom: 10px;
}

#wrapper {
	max-width: 1000px;
	min-width: 850px;
}

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}
#main a:hover {
	color: #993300;
	text-decoration: underline;
}


/* Form styling */

input.txt {
	color: #421c11;
	background-color: #ffffff;
	border: 1px solid #421c11;
	width: 200px;
}
textarea.txt {
	color: #421c11;
	background-color: #ffffff;
	border: 1px solid #421c11;
	width: 200px;
}
input.btn {
	}
form p {
	margin: 0;
	padding: 5px 0 0;
}
form p label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
input:focus {
	background-color: #f8f0eb;
	border: 1px solid #CF996D;
	color: #421c11;
}
textarea:focus {
	background-color: #f8f0eb;
	border: 1px solid #CF996D;
	color: #421c11;
}
fieldset {
	border: 1px solid #421c11;
	margin-top: 15px;
	padding: 10px;
	background: #993300;
}
legend {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #421c11;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #421c11;
	margin: 0px;
}.form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
}
.index {

	background-image: url(../images/banner01.png);
	background-repeat: no-repeat;
}

.contact {

	background-image: url(../images/banner02.png);
	background-repeat: no-repeat;
}

/* Footer Styling
-------------------------------------------------------------- */

#footer {
	background-image:url(images/background_footer.jpg);
	background-repeat:repeat-x;
	padding:40px;
	padding-top: 10px;
	min-height:130px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #782a03;
}
#footer-container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	font-family: Arial, sans-serif;
	font-size:11px;
}
.footer_column {
	float:left;
	width:100px;
	margin-right:20px;
	text-align: left;
}
#footer .long {
	width:560px;
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:11px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
	
#footer a {color: #e2dddc; text-decoration: none;}
#footer a:visited {color: #e2dddc; text-decoration: none;}
#footer a:hover {color: #ffffff; text-decoration: none;}

