a:hover                    { color: #C9B650; text-decoration: underline }
a                    { color: #C9B650; text-decoration: none }
body                               { color: #000000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.border          { border: solid 1px #C9B650 }
.border2 { border: solid 1px #C6B89F }
.form10          { color: #000; font-size: 10px; border: solid 1px #D25600 }
.padding { padding-bottom: 20px; padding-left:15px; padding-right: 15px; padding-top: 5px }
H6   { color: #fff; font-size: 14px; font-weight: bold; line-height: 18px }
H5   { color: #fca829; font-size: 18px; font-weight: bold; text-decoration: underline }
h1, h2, h3, h4, p, ul, li, span, tr, td, table  { color: #545036; font-size: 12px; font-family: Arial }
#nav a:hover { color: #fff; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
#nav a { color: #fff; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
hr    { background-color: #75500c; color: #75500c; margin-top: 10px; margin-bottom: 10px; height: 1px; border: 0px; }
.titlepad  { margin-bottom: 30px }
.bodybg {
	background-image: url(images/layout_10.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.homepagebeer { 
	background: url(images/homepage_beer.jpg) no-repeat left top #fff; 
	padding-left: 200px; 
}

/* New CSS */

.clear {
	clear: both;
}
tr.content {
	min-height: 900px;
}
.event_archive {
	margin: 5px 0;
}
.event_image_container {
	height: 90px;
	width: 131px;
	padding: 2px 0 0 0px;
	float: left;
	background: url(images/archive_bg.png) no-repeat top left;
}
.event_image {
	border: 1px solid #403821;
}
.gallery_image {
	border: 1px solid #403821;
	margin: 0 10px 0 0;
}
.date {  
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 5px 0;
}
.date a{ 
	color: #545036;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 0;
}
.title {  
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
	padding: 0 0 5px 0;
}
.desc p{
	margin: 0;
	padding: 0 0 5px 0;
}
.event {
	min-height: 600px;
}
.wedding {
	min-height: 530px;
}
.show_all {
	background: url(images/show.gif) bottom left no-repeat;
	width: 100px;
	height: 19px;
	float: right;
	cursor: pointer;
}
h1.active .show_all {
	background: url(images/hide.gif) bottom left no-repeat;
}