/* Shell Elements */

#shell {
	width: 1028px;
	position: relative;
	left: 50%;
	margin-left: -514px;
	padding: 20px 0px 20px 0px;
}
#shell #topshad {
	width: 1028px;
	height:20px;
	background-image: url(../_images/common/shell_topshad.png);
	background-repeat: no-repeat;
}
#shell #bgshad {
	width: 1028px;
	background: url(../_images/common/shell_bgshad.png) repeat-y;
}
#shell #bgshad #main {
	width: 936px;
	padding: 25px 46px 25px 46px;
}
#tophead {
	position: relative;
	width: 100%;
	height: 141px;
	background: #702f1d url(../_images/common/head_bg.jpg) no-repeat;
	margin-bottom:4px;
}
#toplogo {
	position: absolute;
	width: 100%;
	height: 141px;
	background: url(../_images/common/lcf_logo.gif) no-repeat;
	background-position: 99px 17px;
}
#toplogo a {
	position: relative;
	top: 17px;
	left: 99px;
	width: 295px;
	height: 112px;
	display: block;
	width: 295px;
	height: 112px;
	text-decoration: none;
}
#shell #btmshad {
	width: 1028px;
	height:20px;
	background: url(../_images/common/shell_btmshad.png) no-repeat;
}

/* Footer Elements */

#footer {
	width: 936px;
	height: 52px;
	background: #702f1d url(../_images/common/btm_bg.jpg) no-repeat;
	text-align: center;
}
#footer .links {
	padding: 30px 0px 0px 0px;
	font: 10px Verdana;
	color: #e1b87f;
	text-align: center;
}
#footer .links a {
	color: #e1b87f;
	text-decoration: none;
}
#footer .links a:hover {
	text-decoration: underline;
}
#copyright {
	font:9px Verdana;
	color: #9d8057;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
#copyright a {
	color: #9d8057;
	text-decoration: none;
}
#copyright a:hover {
	color: #e1b87f;
	text-decoration: underline;
}

/* Content Elements */

#content {
	position: relative;
	background: #c49b6e url(../_images/common/content_bg.jpg) repeat-x;
}
.lshad {
	width: 10px;
	background-image: url(../_images/common/content_lshad.png);
	background-repeat: repeat-y;
}
.rshad {
	width: 10px;
	background-image: url(../_images/common/content_rshad.png);
	background-repeat: repeat-y;
}
.inside {
	width: 916px;
}

/* Navigation Elements */

#navigation {
	height: 19px;
	text-align: center;
	color: #fce4a8;
}
#navigation ul {
	width: 100%;
	height: 22px;
	list-style-type: none;
	text-align: center;
}
#navigation li {
	display: inline;
	height: 22px;
}
#navigation a {
	padding: 7px 13px 7px 13px;
	margin: 0px 0px 0px 1px;
	font: 10px Georgia, "Times New Roman", Times;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #6b2f24;
	text-decoration: none;
}
#navigation a:hover {
	background: #c3bdac;
}
#navigation a.active {
	background: #fce4a8;
}
#navigation a.active:hover {
	background: #fce4a8;
}
span.cap {
	font-size: 1.25em;
}