body {
	margin: 0;
	padding: 0;
	background-image: url(b_texture.gif);
	background-repeat: repeat;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #3C3C3C;
	font-size: 1.5em;
	text-align: right;
	padding: 0px;
	margin-top: 15px;
	padding-right: 40px;
}

h1 .line2 {
	font-size: 75%;
	color: #252525;
}

.ledl {color: #6A4000}

h2 {
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
}

.sub2 {
	color: #3E2500;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: 800;
}

.sub3 {
	text-align: right;
	padding-right: 40px;
}

#content {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(page_bkgrnd_b.jpg);
	background-repeat: no-repeat;
}

#content2 {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #BDB189;
}

#content3 {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(content_border.gif);
	background-repeat: repeat-y;
}

#masthead {
	margin: auto;
	text-align:left;
	width:770px;
	height:142px;
}

#footer {
	position: absolute;  /* Needed for Safari */
	width:100%;
}

#foot2 {
	width:770px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}

/****************************** Nav Bar ***************************************/
#menu {
	margin: auto;
	text-align:left;
	width:770px;
	height: 23px;
	position: relative;
}

.co1 {
	float:left;
	width: 10px;
}

.co2 {
	float:left;
	margin-right: 0px;
	background-image: url(menuback.jpg);
	background-repeat: repeat-x;
	width: 750px;
	height: 23px;
}

.co3 {
	float:right;
	margin-right: 0px;
}

#menu ul {
	list-style: none;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
}

#menu li {
	/*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
}

#menu li a {
	/*for all links in the list*/
	color: #653C27;
	text-decoration: none;
}

#menu li a:hover {
	/*for all links in the list*/
	color: #000000;
	text-decoration: overline;
}
/****************************** Nav Bar End ***********************************/

#content_area {
	margin: auto;
	width:770px;
	height: auto;
	background-image: url(content_border.gif);
	background-repeat: repeat-y;
}

#content_box {
	margin: auto;
	width:750px;
}

@media print {
	#masthead {display: none;}
	#menu {display: none;}
	#content_box {width: 100%;}
	#content_area {width: 100%;}
	#content {width: 100%;}
	#content2 {width: 100%;}
	#content3 {width: 100%;}
	#foot2 {width: 100%;}
	h1 {margin-top: 0px;}
}