@charset "utf-8";
body  {
	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: #525252;
	height: 100%;
	background-color: #c8b69e;
	background-image: url(../images/lrgbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColFixRtHdr #container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	height: 100%;
	padding-top: 15px;
} 
.twoColFixRtHdr #header {
	width: 980px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/kojoheaderbg3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 288px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 305px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9b3e26;
} 
.twoColFixRtHdr #footer { 
	background:#9b3e26;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #container #mainContent #fillerWWD {
	color: #FFF;
	height: 200px;
	width: 300px;
}
.twoColFixRtHdr #container #mainContent #fillerCUS {
	color: #FFF;
	height: 285px;
	width: 300px;
}

.twoColFixRtHdr #container #mainContent #fillerSPL {
	color: #FFF;
	height: 75px;
	width: 300px;
}
.twoColFixRtHdr #container #mainContent #fillerMSG {
	color: #FFF;
	height: 135px;
	width: 300px;
}
.twoColFixRtHdr #container #mainContent #fillerDNT {
	height: 100px;
	width: 300px;
	color: #FFF;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.twoColFixRtHdr #footer #footer2 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
h1 {
	color: #9b3e26;
	font-family: Arial, Helvetica, sans-serif;
}
.indentMain {
	padding-left: 15px;
}
.blogTitle {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8B69E;
}

.imgDivider {
	overflow: hidden;
	padding-bottom: 15px;
}
.indentBrown {
	color: #9B3E26;
	padding-left: 15px;
}

.brownType {
	color: #9B3E26;
}
.brownTypeLarge {
	color: #9B3E26;
	font-size: 14px;
	font-weight: bold;
}
.brownType16 {
	font-size: 16px;
	color: #9B3E26;
}
.brownType18 {
	font-size: 18px;
	color: #9B3E26;
}
.regularType14 {
	font-size: 14px;
}

#kojoMessage {
	padding-left: 15px;
}

.smallType {
	font-size: 9px;
}
.allCaps {
	text-transform: uppercase;
	font-size: 14px;
	color: #C18762;
	font-weight: bold;
}
.readMoreLink {
	font-size: 9px;
	color: #9B3E26;
	text-decoration: underline;
}
.bgShade {
	background-image: url(../images/contentbg3.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.signUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-right: 110px;
}
.twoColFixRtHdr #header table tr td #mailList #email {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.twoColFixRtHdr #header table tr td #mailList #submit {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9C3E26;
	color: #FFF;
	border: 1px solid #9C3E26;
}
#donateTable {
	margin-left: 15px;
}
#aboutusTable {
	margin-left: 15px;
}
#wwdTable {
	margin-left: 15px;
}
#flashVideo {
	padding-left: 15px;
}
#products td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidebar1 .brownTypeLarge a {
	color: #9B3E26;
}
