html, body {
	margin:0;
}

body {
	background:#850000 url('../images/red-gradient.gif') repeat-x;
}

img {
	border:0;
}

h1 {
	font-family:Georgia, serif;
	font-size:10pt;
	color:#633D2C;
	margin-bottom:8px;
	margin-top:0;
	padding:0;
}

h2 {
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
	font-weight:bold;
	color:#633D2C;
	margin:0;
	padding:0;
}

/*** for named anchors on the entertainers page ***/
h2 a {
	color:#633D2C;
	text-decoration:none;
}

h3 {
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
	font-weight:bold;
	color:#633D2C;
	padding:0;
	text-decoration:underline;
}

p {
	margin-top:10px;
	padding-top:0;
}

ul {
	margin-top:4px;
	padding-top:0;
	margin-left:30px;
	padding-left:0;
	margin-bottom:20px;
	padding-bottom:0;
}

a {
	color:#8D6D58;
}

a:hover {
	color:#633D2C;
}

#outer {
	margin-top:37px;
	margin-bottom:12px;
}

#inner {
	background:url('../images/red-hatch.gif') repeat;
}

/***************** VENDOR AREA *******************/

#vendors {
	background:url('../images/vendors.gif');
	width:188px;
	height:186px;
	vertical-align:top;
}

#vendors div {
	margin-top:31px;
	margin-left:42px;
	margin-right:0;
}

#vendors p {
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
    color:white;
    margin:0 0 4px 0;
    line-height:110%;
}

#vendors a {
	font-family:Tahoma, Sans-Serif;
    font-size:10px;
    text-decoration:none;
	color:#CFAA75;
}

#vendors a:hover {
	text-decoration:underline;
}

/***************** BACKGROUND PHOTOS *******************/

#photo-lodge {
	background:url('../images/lodge.jpg') no-repeat;
}

#photo-people {
	background:url('../images/people.jpg') no-repeat;
}

/***************** CONTENT AREA *******************/

#content {
	background:#FFE0B7 url('../images/content.gif') no-repeat;
	width:490px;
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
	color:#8D6D58;
	padding-bottom:12px;
}

#content-sponsors {
	background:#FFE0B7;
	width:490px;
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
	color:#8D6D58;
	padding-top:20px;
	padding-bottom:12px;
}

#content .inner-photo {
	padding-left:12px;
	padding-right:5px;
}

#gallery img {
	border:2px solid #CFAA75;
	margin:4px;
}

#sponsors {
	background-color:#ffffff;
}

#sponsors h1 {
	margin-top:14px;
	border-bottom:1px solid #633D2C;
}

.subnav a {
	color:#633D2C;
	font-weight:bold;
	text-decoration:none;
}

.subnav a:hover {
	color:#633D2C;
	font-weight:bold;
	text-decoration:underline;
}


/***************** FOOTER AREA *******************/

.footer-left {
	background-color:#4A0000;
	text-align:left;
	padding:12px 0 12px 22px;
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
    color:white;
}

.footer-left a {
	color:white;
	text-decoration:none;
}
.footer-left a:hover {
	color:white;
	text-decoration:underline;
}

.footer-right {
	background-color:#4A0000;
	text-align:right;
	padding:12px 27px 12px 0;
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
    color:#DBCCCC;
}

#copyright {
	background:url('../images/shadow-bottom.gif') no-repeat;
	width:750px;
	height:23px;
	color:#DBCCCC;
	font-family:Tahoma, Sans-Serif;
	font-size:8pt;
	text-align:center;
	vertical-align:bottom;
}
#copyright a {
	color:#DBCCCC;
	text-decoration:none;
}
#copyright a:hover {
	color:white;
	text-decoration:underline;
}


.creme {
	color:#FFE0B7;
}

.homelink {
	font-family:Tahoma, Sans-Serif;
    font-size:8pt;
	font-weight:bold;
	color:#633D2C;
	line-height:200%;
	text-decoration:none;
}

.homelink:hover {
	text-decoration:underline;
}



.shadow-right {
	background:url('../images/shadow-right.gif') repeat-y;
}


