@charset "UTF-8";
body {
	background: #d5cca3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	background-image: url(img/bg-strip.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 933px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD;
	padding: 0;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(img/bg.jpg);
	margin: 0;
	width: 933px;
	height: 348px;
}
.oneColFixCtrHdr #main {
	padding: 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f3ebce;
	background-image: url(img/bg.jpg);
	margin: 0;
	width: 933px;
	
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #dena {
	float: left;
}
.oneColFixCtrHdr #botnav {
	width: 265px;
	float: right;
}
.oneColFixCtrHdr #botnav2 {
	width: 225px;
	float: right;
	padding-left:10px;
	margin:20px;
	font-size:14px;
}
.oneColFixCtrHdr #botnav ul{

	list-style-type: square;
	margin-left: -10px;
	
}
.oneColFixCtrHdr #botnav a {
	color: #000000;
}
.oneColFixCtrHdr #botnav a:hover {
	color: #ffffff;
}
.oneColFixCtrHdr #intro {
	width: 617px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	float: left;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	line-height: 21px;
}
.oneColFixCtrHdr #mojo {
	width: 933px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	float: left;
	background: #f6eed7;
	background-image: url(img/services-bg.jpg);
	margin: 0;
	width: 933px;
	
	background-repeat: repeat-x;
	
}
.style1 {
	font-size: 18px;
	color: #723900;
	letter-spacing: 1px;
}
.style2 {color: #723900}
.style3 {color: #FFFFFF}
.style3 a {color: #FFFFFF}
.style6 {
	color: #FFFF99;
	font-weight: bold;
	margin-top: 10px;
	font-size: 20px;
}
.oneColFixCtrHdr #news {
	float: left;
	margin: 0;
	width: 371px;
	height: 161px;
	background-image: url(img/news.jpg);
	padding-top: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #vcard {
	float: left;
	margin: 0;
	width: 261px;
	height: 161px;
	background-image: url(img/vcard.jpg);
}
.oneColFixCtrHdr #contact {
	float: left;
	margin: 0;
	width: 261px;
	height: 161px;
	background-image: url(img/contact-bg.jpg);
	padding-top: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #navigation {
	float: left;
}
.oneColFixCtrHdr #triad {
	width: 933px;
	height: 161px;
}
.oneColFixCtrHdr #footer {
	width: 933px;
	text-align: center;
	color: #625e36;
	float: left;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-to: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #625e36;
}
.oneColFixCtrHdr #footer a {
	color: #336600;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #78a890;
	text-decoration: none;
}

