body { 
	background-color: #622f00;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/_images/_pgElements/pgbkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#PgWrapper {
	width: 960px;
	margin: 0 auto;
	background-image: url(/_images/_pgElements/contentbkgd.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#PgWrapperBkgd {
	margin: 0 auto;
	width: 900px;
	background-image: url(/_images/_pgElements/contentBkgd_burlap.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainArea {
	margin: 0 auto;
	width: 860px;
}

#pgHead {
	margin: 0 auto;
	width: 860px;
	height: 170px;
	padding: 0;
	padding-top: 20px;
}

#menuArea {
	float: left;
	margin: 0;
	width: 230px;
}

#mainCol {
	float: right;
	margin: 0;
	width: 590px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 40px;
	background-image: url(/_images/_pgElements/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.4em;
	color: #622f00;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bolder;
}

h2 {
	font-size: 1.7em;
	color: #e02027;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: italic;	
}

h3 {
	font-size: 1.5em;
	color: #622f00;
	line-height: 1.2em;
	text-align: left;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

p {
	padding-top: 3px;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: bold;
	color: #333333;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #06367b;
	}

a:hover {
	color: #e02027;
	}

ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

li {
	list-style-type: circle;
	padding: 6px 0 0 10px;
	}
	
.mainImg {
	background-image: url(/_images/_pgElements/mainpixborder.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
	width: 590px;
	margin: 0 auto;
	}
	
.mainImg img {
	padding: 5px;
	width: 580px;
	margin: 0 auto;
	}
	
/* -------- FEATURED SPECIAL ----------- */

.features {
	border: 1px solid #622f00;
	width: 150px;
	padding: 10px;
	margin: 10px 0 0 10px;
	float: right;
	background-color: #dcdcdc;
	}

.features h3 {
	font-size: 1.5em;
	color: #622f00;
	text-align: center;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	font-style: normal;	
}

.features h4 {
	font-size: 1.3em;
	color: #ffffff;
	background-color: #622f00;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	font-style: normal;	
}

.features h5 {
	font-size: 1.3em;
	color: #622f00;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-style: normal;	
}

.features p {
	font-size: 1.0em;
	color: #333333;
	line-height: 1.0em;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-style: normal;	
}

/* -------- MENU AREA ----------- */

#menuArea p {
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: bolder;
	text-align: left;
	color: #622f00;
	}

#menuArea a:link, #menuArea a:visited {
	font-weight: inherit;
	text-decoration: none;
	color: #622f00;
	}

#menuArea a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #ffe305;
	}

#menuArea a.sub:hover {
	font-weight: normal;
	text-decoration: none;
	color: #e02027;
	}

#menuArea a.currentpg {
	font-weight: inherit;
	text-decoration: underline;
	color: #e02027;
	}

#menuArea h6 {
	font-size: 1.2em;
	color: #622f00;
	line-height: 1.1em;
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-style: normal;	
}

/* -------- COPYRIGHT ----------- */

#Copyright {
	padding: 20px 0 0 0;
	color: #333333;
	font-size: 1.0em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: left;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #333333;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #e02027;
}

/*-------------- IE6 Only -------------------*/

* html #mainArea {
	}

* html #menuArea p {
	}
	
/* IE7+ */
*#menuArea p {
	}
