/* INNER PAGE SPECIFIC STYLES */
body {
	background-image: url(../images/bg_inner.gif);
}

/* MISC */

#cellBody_right h2 {
	margin: 15px 0 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0;
	color: #4e3b19;
}

/* LAYOUT */
#cellBanner {
	padding: 5px;
	height: 238px;
	text-align: left;
	background-image: url(../images/bg_banner_inner.gif);
	background-position: right;
	background-color: #000;
}
.ie6 #cellBanner, .ie7 #cellBanner {
	height: 228px;
}
#cellBanner_textTop {
	margin: 0 200px 0 0;
}
#cellBanner_textBottom {
	margin: 30px 100px 0 0;
}
#cellContent {
	text-align: left;
	background-image: url(../images/bg_content.gif);
}
#cellBody_left {
	padding: 15px;
}
#cellBody_right {
	padding: 15px;
	width: 200px;
	color: #e8cd9b;
	background-color: #896e3d;
}