#html, body {
	margin: 0;
	padding:0;
	background: #cae580 url(../images/bg-gr2.gif);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: small;
	line-height: 150%;
	color: #0b0d08;
}

#wrapper {
	position: relative;
	background: #FFF;
	width: 798px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #0b0d08;
}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 135px;
	background: #CBE381;
	background: url(../images/logo.jpg) left top no-repeat;
	border-bottom: 1px solid #0b0d08;
}

#hdrTxt {
	position: absolute;
	width: 640px;
  	margin-top  0px;
	margin-left: 160px;
	text-align: center;
	line-height: 90%;
}
#hdrTxt h1 {
	font-size: 200%;
	margin: 25px 0 0 0;
}
#hdrTxt h2 {
	margin-top: 5px;
	font-size: 150%;
}
.subtitle {
	padding: 20px 0 25px 0;
	font-size: 120%;
	font-weight: bold;
}	

	
#content {
	position: relative;
	background: #FFF;
	margin: 0 0 0 162px;
	padding: 10px 20px;
	min-height: 755px;
}

#footer	{
	position: relative;
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-size:  90%;
	color: #0b0d08;
	color: #FFF;
}
#footer a {
	color: #0b0d08;
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-size: 180%;
}
h2 {
	font-size: 120%;
}

h3 {
	font-size: 125%;
}

.floatrt {
	float: right;
	margin: 0 0 10px 30px;
}


.clearb {
	clear: both;
}

.bkTitle, .bkTitleHdr {
	color: #B34B64;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
.bkTitleHdr {
	letter-spacing: 7px;
}


.order td {
	vertical-align: top;
}

.faqInset {
	padding-left: 40px;
	line-height: normal;
}

.learn {
	color: #B34B64;
	font-weight: bold;
	}



/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

#menu {
	float:left;
	width: 157px;
	background:#CBE381;
	margin: 0 20px 0 0;
	border-right: 1px solid #0b0d08;
	border-bottom: 1px solid #0b0d08;
}
#menu ul {
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 0;
}
#menu li {
	line-height: 120%;
	margin: 0 8px 4px 8px;
}	
#menu a {
	display: block;
 	padding: 5px;
	color: #55631B;
	color: #32AA25;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#menu a:hover {
	color: #FFF;
}

.know {
	margin: 0 6px;
	color: #B34B64;
	font-weight: bold;
	line-height: 120%;
	}
.know li {
	padding-bottom: 5px;
}	