html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #E2DBD4 url(images/bgcolor_tan.png);
	font: 12px "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}
#banner_top {
	background: #FFFFFF url(images/banner_top.png) no-repeat left bottom;
	height: 75px;
}
#banner_bottom {
	background: url(images/banner_bottom_r.png) repeat;
	height: 50px;
}
#banner_bottom div {
	background: url(images/banner_bottom.png) no-repeat left top;
	height: 50px;
	width: 100%;
}
#banner_bottom img {
	margin: 15px 0px 0px 10px;
}
#nav {
	height:450px;
}
#nav, #nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
#nav {
	margin: 15px 0 15px 0;
}
#nav a {
	height: 50px;
	margin: 0;
	display: block;
	vertical-align: middle;
	border: none;
}
#nav a:hover {
	background: #D40656 url(images/nav_bg_over.png);
	xheight:auto;
}
#page_shadow {
	background: url(images/bg_page-shadow.png) repeat-x center top;
	padding-top: 10px;
}
#header {
	background: url(images/header_bg.png) repeat-x;
	height: 135px;
}
#header_corner {
	background: url(images/header_corner.png) no-repeat left top;
}
#content {
	padding: 10px;
}
#content a {
	color: #C60650;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
#content a:hover {
	border-bottom: 2px solid #C60650;
	margin-bottom: -1px;
}
h1 {
	color: #C60650;
	font: normal 32px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #666666;
	font: 21px Georgia, "Times New Roman", Times, serif;
}
h3, h4, h5 {
	margin-bottom: 0;
}
h3 {
	font-size: 15px;
	color: #C60650;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	color: #C60650;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	color: #C60650;
}
p {
	margin-top: 0;
}
a {
	color: #C60650;
	text-decoration: none;
}

blockquote {
  background: transparent url(quoleft.png) left top no-repeat;
  width:300px;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(quoright.png) right bottom no-repeat;
}
.photo {
border: 1px solid #000000;
margin:7px;
}
.event p {
font-size:14px;
}
.event ul li{
font-size:14px;
list-style:none;
}

