
html {
	}

body {
    margin: 0;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/bgb.jpg);
	
}

#Page { 
    position:relative;
    width: 850px;
    -margin: auto;
    background: #fff;
	margin-bottom: 75px;
	
}

#header {
	float:left;
	clear:both; 
	width: 850px; 
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 5px;
}



#topPage {
	width: 850px;
	height: 72px;
	background-color:#fff;
}

#topPageFlash {
	float:left;
	width: 333px;
	height: 72px;
	background-color:#fff;

}

#topPageNav {
	float: left;
	width: 517px;
	margin-top: 50px;

}

#container {
	clear:both;
	overflow: hidden;
	position: relative;
    padding: 0 0;
	width: 850px;
	margin-bottom: 25px;
	background-color:#fff;
}

#topRow {
    width: 840px;
	height: 180px;
	background-image: url(../images/_headers/aboutHeader.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 5px 0 5px;

}

#topSpacer {
	float: left;
	width: 365px;
	height: 140px;
	margin: 5px 5px 5px 5px;

}

#topAdFlash {
	float: left;
	width: 243px;
	height: 140px;
	margin: 5px 10px 0 0;
	font-size: 10px;
	padding-left: 12px;
	padding-right: 10px;

}

#topAdRight {
	float: left;
	width: 170px;
	height: 100px;
	margin: 47px 0 0 0;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;

}


.Column {
    float: left;
    position: relative;
	height: 100%;

}

#centralColumn {

	width:840px;
	text-align: left;
	font-size:  11px;
	text-align: left;
	vertical-align: top;
	margin: 0px 5px 50px 5px;
	float: left;
	background-image: url(../images/);
	background-position: top;
	background-repeat: no-repeat;

}

#tools {
float: right;
width: 220px;

}


#leftColumn {
    width: 220px;
	text-align: right;
	font-size:  10px;
	margin: 30px 20px 50px 0px;
	float:left; 
    clear:right;
}

#rightColumn {
	width: 600px;
	margin: 20px 0px 0px 0px;
	float: left;
}
/* --- Presentation --- */



h1 {
    color:#a01c1c;
	font-size: 20px;
	text-transform:lowercase;
	margin: auto;
}

h2 {
	color:#333333;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	
}

h3 {
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:left;
	margin: 0 0 8px 0;
	text-decoration: none;
	border-bottom: 1px solid #5a863f
	
}

h4 {
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:right;
	margin: 0 0 8px 0;
	text-decoration: none;
	border-bottom: 1px solid #5a863f
	}
	
h5 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	margin: 0;
	text-transform: uppercase;
	}


/* --- Nav --- */

/*ul.Nav {
    padding: 0 0 0 7px;
    text-align: left;
}

ul.Nav li {
    display: inline;
}

ul.Nav a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0.2em;
	text-transform: uppercase;
}

ul.Nav a:active, ul.Nav a:focus, ul.Nav a:hover {
    text-decoration: underline;
}

.spacer {
	font-size: 14px;

}*/

ul#nav	{
	display:inline;
	height: 20px;
	width: 517px;
	margin: 0;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 5px;
	
}

ul#nav li	{display:inline; float:left; margin:0;}
ul#nav li a {
	width: 517px;
	text-align:left;
	background-position: 0 0;
	display:inline; 
	float:left;
	overflow:hidden; 
	padding-top: 20px;
	height: 0;
	}
	
ul#nav a.about			{width: 110px;  background-image: url("../images/_nav/about1.jpg");}
ul#nav a.menus 		{width: 68px;  background-image: url("../images/_nav/menus.jpg");}
ul#nav a.directions		{width: 86px; background-image: url("../images/_nav/directions1.jpg");}
ul#nav a.event		{width: 253px;  background-image: url("../images/_nav/event1.jpg");}


ul#nav li a:hover		{background-position: 0 -20px !important;}

/*------------------------------------------------------------------------*/

ul.topNav {
    text-align: right;
		margin: 5px 5px 0 0;
}

ul.topNav li {
    display: inline;
}

ul.topNav a {
color:#fff;
    text-decoration: none;
    font-size: 10px;
	text-transform:lowercase;

}

ul.topNav a:active, ul.topNav a:focus, ul.topNav a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------------------*/

ul.SubNav {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: right;
}

ul.SubNav li {
    display: block;
}

ul.SubNav a {
    color: #666;
    text-decoration: none;
    font-size: 8pt;
	text-transform: uppercase;
}

ul.SubNav a:active, ul.SubNav a:focus, ul.SubNav a:hover {
    text-decoration: underline;
}

.clearLeft {clear:left;}