body {
	width: 100%;
	height: 100%;
	background: #be8c37 url(images/bkgd-replicate.jpg) repeat;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

p {
	color: #6b3b17;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: justify;
}

img {
	behavior: url(iepngfix.htc);
}

.p-align-center {
	color: #6b3b17;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

/* @group links */

a:link { color: #aa170a; text-decoration: underline }
a:visited { color: #aa170a; text-decoration: underline }
a:active { color: #aa170a; text-decoration: none }
a:hover { color: #35620d; text-decoration: none }

/* @end */

#container {
	margin: auto;
	width: 950px;
}

#header {
	background-image: url(images/header-full-no_flash.png); background-repeat: no-repeat; behavior: url(iepngfix.htc);
	height: 187px;
}

#flash-area {
	width: 271px;
	height: 187px;
	margin-left: 417px;
}

/* @group sidebar */

#sidebar {
	float: left;
	width: 319px;
	height: 284px;
	background: url(images/sidebar-bkgd.png) no-repeat;
}

#nav {
	height: 284px;
	padding-left: 129px;
/* the rest of the navigation css in nav.css */
}

#bottom {
	background-image: url(images/tortilla-stack.png); background-repeat: no-repeat; behavior: url(iepngfix.htc);
	height: 245px;
}

#lh-logo {
	background-image: url(images/lh-logo.png); background-repeat: no-repeat; behavior: url(iepngfix.htc);
	height: 31px;
	float: left;
	width: 51px;
}

#lh-caption {
	font: 10px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	color: #9f6f36;
	padding-top: 3px;
}

#lh-caption a:link { color: #9f6f36; text-decoration: underline }
#lh-caption a:visited { color: #9f6f36; text-decoration: underline }
#lh-caption a:hover { color: #6b3b17; text-decoration: none }

/* @end */

/* @group content */

#content {
	float: right;
	width: 631px;
}

#top {
	background-image: url(images/content-top.png); background-repeat: no-repeat; behavior: url(iepngfix.htc);
	height: 69px;
	width: 631px;
}

.pg-title {
	margin: 0;
	height: 48px;
}

#stretch{
	background-image: url(images/content-bkgd-stretch.png); background-repeat: repeat; behavior: url(iepngfix.htc); 
}

#content-area {
	background-image: url(images/content-bkgd-top.png); background-repeat: no-repeat; behavior: url(iepngfix.htc);
	margin: 0;
	padding: 1px 50px 1px 45px;
}

#text {
	background: url(images/content-bkgd-top.png) no-repeat;
	
}

#footer {
	height: 71px;
	width: 631px;
	background-image: url(images/footer.png); background-repeat: no-repeat; behavior: url(iepngfix.htc);
	text-align: center;
	padding-top: 22px;
	color: #6b3b17;
	font: 10px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
}

#footer a:link { color: #6b3b17; text-decoration: none }
#footer a:visited { color: #6b3b17; text-decoration: none }
#footer a:hover { color: #9f6f36; text-decoration: underline }

/* @end */