
body {
	margin: 0;
	padding: 0;
	background-color: #dedede;
	text-align: center;
	margin: auto;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 14px;
}

.image-pad {
	margin-right:10px;
}

.nopadd {
	margin: 0;
}

a {
	font: 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #341a03;
	text-decoration: underline;
}

a:hover {
	color: #341a03;
	text-decoration: none;	
}

a img {
	border: 0;
}

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	margin-top: 5px;
	width: 912px;
	padding-left: 7px;
	min-height: 568px;
	height: auto !important;
	height: 568px;
	left: 0;
}

#shadowcontainer {
	width: 912px;
	min-height: 565px;
	height: auto !important;
	height: 565px;
	float: left;
	display: inline;
	background-color: #fffff7;
	background-image: url(images/shadow_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#left {
	float: left;
	display: inline;
	position: relative;
	width: 899px;
	min-height: 562px;
	height: auto !important;
	height: 562px;
	border: 3px solid #fffff7;
	background-color: #341a03;
}

#bottomshadow {
	float: left;
	display: inline;
	width: 912px;
	height: 8px;
	overflow: hidden;
	background-image: url(images/shadow_bottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	display: inline;
	width: 178px;
	height: 109px;
}

#nav {
	clear: left;
	float: left;
	display: inline;
	width: 178px;
	height: 156px;
}

#bottombtns {
	clear: both;
	position: absolute;
	bottom: 0;
	padding: 0 0 22px 16px;
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	color: #b3a99b;
	text-transform: uppercase;
}

#bottombtns p {
	padding-top: 21px;
}

#maincontainer {	
	float: right;
	display: inline;
	width: 721px !important;
	min-height: 562px;
	height: auto !important;
	height: 562px;
	background-color: #fffff7;
}

#events-holder {
	float: right;
	display: inline;
	width: 721px;
	height: 562px;
	overflow: hidden;
}

#mainimage {
	float: left;
	display: inline;
	width: 721px;
	height: 265px;
}

#titles {
	float: left;
	display: inline;
	width: 704px;
	height: 36px;
	padding-left: 17px;
	border-bottom: 1px solid #5e5248;
}

#maintext {
	float: left;
	display: inline;
	width: 382px;
	padding: 12px 0 12px 17px;
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	min-height: 392px;
	height: auto !important;
	height: 392px;
}
#maintext-wide {
	float: left;
	display: inline;
	width: 659px;
	padding: 12px 0 12px 17px;
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#smallimage {
	float: left;
	display: inline;
	width: 277px;
	/*height: 246px;*/
	padding: 6px 10px 8px 35px;
}

#smallcontact {
	float: left;
	display: inline;
	width: 277px;
	height: 246px;
	background-image:url(images/bg-shadow_sm.png);
	background-repeat: no-repeat;
}

#footer {
	float: left;
	display: inline;
	text-align: right;
	padding-right: 6px;
	width: 906px;
	height: 11px;
	overflow: hidden;
}

#footer a {
	font: 10px/10px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
	color: #999999;
}

.menubtns {
	text-decoration: none;
	color: #341a03;
	border: 1px solid #341a03;
	padding: 2px 8px;
	text-align: center;
	margin: auto;
}

a:hover.menubtns {
	color: #fffff7;
	border: 1px solid #341a03;
	text-decoration: none;
	background-color: #341a03;
}

.quote {
	font-weight: bold;
	font-style: italic;
}

.quote-name {
	font-weight: bold;
	font-style: italic;
	text-align: right;
	line-height: 17px;
	color: #341a03;
	float: right;
}

.christmas-text-homepage {
	color:#870100;
	font-size:13px;
}
	a.christmas-text-homepage{margin-top:5px; display:block;}
	a.christmas-text-homepage:hover {
		text-decoration:none;
	}

/* form styling */

#maintext form p {
	margin: 0;
	padding: 0;
}

form p label {
	width: 100px; 
	float: left;
	display: block;
	text-align: left;
	margin: 10px 5px 0 0;
}

form p input.formbox, form p textarea {
	padding-left: 2px;
	background-color: #fffff7;
	color: #341a03;
	float: left; 
	width: 220px;
}

form p input, form p select, form p textarea {
	margin-top: 10px;
}

form select {
	font: 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #341a03;
	background-color: #fffff7;
	margin-right: 5px;
}

form .submitform {
	clear: left;
	font: 11px/12px Georgia, "Times New Roman", Times, serif;
	color: #341a03;
	background-color: #fffff7;
	margin-left: 105px;
}

/* end of form styling */