@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: left;
	/*background-color: #472415;*/
	background-color: #472415;
	background-position: center top;
	font-size: 14px;
	line-height: 130%;
	font-family: Verdana, Geneva, sans-serif;
}

#main-wrapper {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 130%;
	
}

a {
	color:#FFF;
}



#header_graphic {
	height: 127px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.main-top {
	height: 35px;
	width: 768px;
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainbody {
	width: 768px;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	
}



.main-bottom {
	height: 35px;
	width: 768px;
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* header items */

.header  {
	font-size: 36px;
	color: #472415;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	line-height: normal;

}

.header-text    {
	font-size: 16px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: normal;
	padding-right: 15px;
	
}



/* Nave items  */

.nav    {
	font-size: 16px;
	background-color: #472415;
	letter-spacing: 120%;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 0px;
}

.nav tr td a {
	color: #FFF;
	text-decoration: none;
}

.nav tr td a:hover {
	text-decoration: none;
	color: #FFF;
}

/* footer  */
.footer   {
	font-size: 11px;
}

/*Misc*/

.banner  {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.bullett_benefits {
	font-size: 12px;
	list-style-type: none;
	line-height: 130%;
}

.bulletts {
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(images/indent1.gif);
	line-height: 120%;
}

.picture {
	border: thin solid #472415;
}

.caption   {
	font-size: 12px;
	font-weight: normal;
}

.cellpad   {
	padding-left: 40px;
}
/* headings */

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #472415;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #472415;
}

