
@import "text-styles.css";

#body-home {
	margin: 0px 0px 0px 0px;
	background: #ab1803 url( ../images/backg-home-red.jpg) no-repeat;
}

#body-sub {
	margin: 0px 0px 0px 0px;
	background-color: #901201;
}

#content-body {
	background: #b19736 url( ../images/backg-gold.jpg ) top left no-repeat;
	width: 760px;
	height: 100%;
}

#content-body td, #content-body input, #content-body select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content-body p {
	margin-top: 5px;
	margin-bottom: 10px;
}

#left-col {
	width: 244px;
	padding: 16px 12px 0px 12px;
	vertical-align: top;
	background: #b8a048 url( ../images/left-col.jpg ) top left no-repeat;
}

#right-col {
	vertical-align: top;
	background: #B19736 url( ../images/right-col.jpg ) top left no-repeat;
	color: white;
}

#wide-col {
	width: 718px;
	/* height: 578px; */
	vertical-align: top;
	background: #B19736 url( ../images/wide-col.jpg ) top left no-repeat;
}

#left-col, #left-col TD, #right-col, #right-col TD, #wide-col, #wide-col TD {
	color: white;
}

#right-col a, #wide-col a {
	text-decoration: underline;
}

#right-col a:hover, #wide-col a:hover {
	color: #FFFFCC;
}

#tour-dates a {
	display: block;
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
	line-height: 21px;
	color: white;
	text-decoration: none;
}

#tour-dates a:hover {
	background: #897425;
}

#page-footer {
	font-family: Verdana;
	font-size: 12px;
	color: #e7c547;
	margin: 12px 0px;
}