/* CSS Document */
body {
	/* zeroes the margin and padding */
	margin: 0;
	padding: 0;
	text-align: center; /* IE centering bug */
	background: #000 url(../i/wall-small.jpg) repeat top left;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #fff;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td, a, img, label, input { 
	margin: 0;
	padding: 0;
}

ul, li, dl {
	list-style: none;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

#container {
	width: 700px; /* fixed width for the container */
	margin: 50px auto 0; /* center it on the browser */
	text-align: left;
	background-color: #000;
	position: relative;
	border: #242424 solid 3px;
	border-bottom: none;
}

#masthead {
	background-color: #000;
	line-height: 0; /* gets rid of 3 extra pixels in FF */
}

#masthead a {
	display: block; /* gets rid of 3 extra pixels in IE */
}

#masthead a img {
	border-style: none;
}

#masthead h1 {
	font-size: x-large;
}

#masthead embed {
	display: block; /* gets rid of the 3 extra pixel in FF */
}

#navMenu {
	position: relative;
	background: #000 url(../i/navMenu.gif) 0 100% no-repeat;
	height: 33px;
}

#navMenu li {
	position: absolute;
	top: 0;
}

#navMenu li a {
	display: block;
	height: 33px;  /* w/o this there's no click area */
	text-indent: -5000px;
	text-decoration: none;
	outline: 0;
}

#navMenu li#home {
	left: 0;
	width: 74px;
}

#navMenu li#menu {
	left: 74px;
	width: 71px;
}

#navMenu li#location {
	left: 145px;
	width: 106px;
}

#navMenu li#photos {
	left: 251px;
	width: 87px;
}
#navMenu li#events {
	left: 338px;
	width: 85px
}

#navMenu li a {
	filter: alpha(opacity=0); 
	opacity: 1.0;
}


#navMenu li#home a {
	background: #000 url(../i/navMenu.gif) 0 0 no-repeat;
}

#navMenu li#menu a {
	background: #000 url(../i/navMenu.gif) -74px 0 no-repeat;
}

#navMenu li#location a {
	background: #000 url(../i/navMenu.gif) -145px 0 no-repeat;
}

#navMenu li#photos a {
	background: #000 url(../i/navMenu.gif) -251px 0 no-repeat;
}
#navMenu li#events a {
	background: #000 url(../i/navMenu.gif) -338px 0 no-repeat;
}

#footer {
	width: 700px;
	background-color: #000;
	margin: 0 auto;
	color: #707070;
	text-align: left;
	position: relative;
	overflow: hidden;
	font-size: 12.5pt;;
	line-height: 110%;
	padding: .2em 0;
	border: #242424 solid 3px;
	border-top: none;
}

#footer #address, #footer #telephone {
	display: inline;
}

#footer #address {
	margin-right: 10px;
}

#footer #weekdays, #footer #weekends {
	margin-left: 5px;
}

#footer #copyright {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 10px;
}

#footer #copyright a {
	color: #707070;
	text-decoration: none;
}

.small_caps {
	color: #c93;
	font-variant: small-caps;
}

.left_align {
	text-align: left;
	margin-left: 180px;
}

#home_content {
	padding-top: 22px;
	padding-bottom: 23px;
}