@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 14px;
	background-repeat: no-repeat;
	background-color: #FFF;
	
}

h3 {
	margin-top:20px;
}

p {
	padding:10px;
}

.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body_slice.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background-color: #FFF;
	background-image: url(../images/header.jpg);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 110px;
	position: relative;
	left: 20px;
	top: 10px;
	padding-top: 40px;
	font-size: 1.7em;
	padding-left: 60px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	min-height:400px;
	height:auto !important;
	height:400px;
	
}

.twoColFixRtHdr #sidebar1 li {
	font-size:.9em;	
	padding-bottom:8px;
}

.twoColFixRtHdr #sidebar1 h3 {
	margin-bottom:-10px;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixRtHdr #footer {
	height: 80px;
	background-color: #FFF;
	background-image: url(../images/footer.jpg);
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.address
{
	font-size:1.1em;
	font-style:italic;
	padding-left: 30px;
}


#map
{
	margin-left:50px;	
}

#mapinfo
{
	margin-left:50px;
	margin-bottom:30px;
}

#flash_gallery
{
	margin-left:30px;	
}

.event
{
	border: thin solid #03C;
	padding-left: 20px;
	position: relative;
	left: 20px;
}
