body {
	font-family:"Monotype Corsiva";
	font-size:18px;
	color:#176335;
}

td {
	font-family:"Monotype Corsiva";
}

/*Main Layout*/

.container {
	width:800px;
	margin:auto;
	border:1px solid #336600;
	font-family:"Monotype Corsiva";
	background-color:#F6F5A3;
}

.header {
	width:800px;
	height:150px;
	/*border-bottom:1px solid #000000;*/
}

.hdrLogo {
/*	width:216px;
	height:170px;
*/	
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	/*background-color:#F6F5A3;*/
}
.hdrText {
	width:450px;
	height:150px;
	padding:10px 100px 0px 100px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	/*background-color:#8064A1;
	background-color:#F6F5A3;*/
}

.mainArea {
	width:800px;
	padding-top:20px;
}

.leftNav {
	width:130px;
	padding:20px 0px 40px 20px;
	vertical-align:top;
	/*background-color:#8064A1;
	background-color:#F6F5A3;*/
	font-size:20px;
}

.content {
	width:620px;
	padding:20px 10px 20px 20px;
	vertical-align:top;
	/*color:#176335;*/
}
.footer {
	width:800px;
	color:#336600;
	font-size:12px;
}

/*Text Styles*/

.subHdr {
	font-size:26px;
	font-weight:bold;
}

.coupon {
	border:2px dashed #000000;
	width:400px;
	padding:10px;
	text-align:center;
}


/*Link Styles */

a:link {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#176335;
	text-decoration:underline;
}
a:active {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#176335;
	text-decoration:underline;
}
a:visited {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#176335;
	text-decoration:underline;
}
a:hover {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#176335;
	text-decoration:none;
}

a.hdr:link {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#176335;
	text-decoration:underline;
}
a.hdr:active {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#176335;
	text-decoration:underline;
}
a.hdr:visited {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#176335;
	text-decoration:underline;
}
a.hdr:hover {
	font-family:"Monotype Corsiva";
	font-size:20px;
	/*color:#000066;*/
	color:#176335;
	text-decoration:none;
}


a.nav:link {
	font-family:"Monotype Corsiva";
	font-size:20px;
	font-weight:500;
	color:#176335;
	text-decoration:none;
}
a.nav:active {
	font-family:"Monotype Corsiva";
	font-size:20px;
	font-weight:500;
	color:#176335;
	text-decoration:none;
}
a.nav:visited {
	font-family:"Monotype Corsiva";
	font-size:20px;
	font-weight:500;
	color:#176335;
	text-decoration:none;
}
a.nav:hover {
	font-family:"Monotype Corsiva";
	font-size:20px;
	font-weight:500;
	color:#000066;
	text-decoration:none;
}
.pageOn{
	color:#000066;
	font-size:20px;
	font-weight:500;
}


a.ftr:link {
	font-family:"Monotype Corsiva";
	font-size:12px;
	color:#4D5F23;
	text-decoration:none;
}
a.ftr:active {
	font-family:"Monotype Corsiva";
	font-size:12px;
	color:#4D5F23;
	text-decoration:none;
}
a.ftr:visited {
	font-family:"Monotype Corsiva";
	font-size:12px;
	color:#4D5F23;
	text-decoration:none;
}
a.ftr:hover {
	font-family:"Monotype Corsiva";
	font-size:12px;
	color:#4D5F23;
	text-decoration:underline;
}

/* menu styles */

.item {
	text-transform:uppercase;
	width:450px;
	vertical-align:bottom;	
	font-weight:bold;	
}
.price {
	text-transform:uppercase;
	width:170px;
	padding-left:20px;
	vertical-align:bottom;		
}

.extra {
	width:450px;
	vertical-align:bottom;		
}

.subHdrMenu {
	text-transform:uppercase;
	font-size:26px;
	font-weight:bold;
	width:500px;
	border-top:1px solid #176335;
	border-bottom:1px solid #176335;
	margin:20px 0px 10px 0px;
}

.menuSecEnd {
	text-align:center;
	font-size:18px;
	width:480px;
}

.menuSecEndBold {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	width:480px;
	padding:30px 0px 30px 0px;
}


