/* CSS Presentation */

h1{
	font-size: 4em;
	margin: 0;
}

h2{
	font-size: 2.4em;
	margin: 0;
}

h3{
	font-size: 1.8em;
	margin: 0;
}

h4{
	font-size: 1.4em;
	margin: 0;
}

h5{
	font-size: 1.2em;
	margin: 0;
}

h6{
	font-size: 1.1em;
	margin: 0;
}

caption{
	font-weight: bold;
}

span{
	font-weight: bold;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 1em;
}

td em{
	font-weight: bold;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#note{
	border: 1px solid #AAAAAA;
	padding: 1em;
}

#content, #locations, #specials{
	position: relative;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: 1em;
	width: auto;
	line-height: 1.5em;	
	color: #675E16;
}

#outer #bot{
	clear: both;
}
	
#content p em{
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-weight: bold;
	font-style: normal;
}

#about p span{
	font-weight: bold;
	font-style: italic;
}
	
.nav{
	position: relative;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	height: 1.5em;
	padding-left: 1.25em;
	padding-top: .25em;
	font-weight: bold;
	border-bottom: 1px solid #777777;
}
	
.nav a{
	text-decoration: none;
}
	
.nav a:hover{
	text-decoration: underline;
}
	
#navindent1{
	left: 0px;
}
	
#navindent2{
	left: 0px;
}
	
#navindent3{
	left: 0px;
}
	
#navindent4{
	left: 0px;
}
	
#navindent5{
	left: 0px;
}	
	
#navindent6{
	left: 0px;
}	

#navindent7{
	left: 0px;
}

#note1{
	font-size: .75em;
	color: #777777;
	text-align: right;
}
	
#note2{
	font-size: .75em;
	color: #777777;
	text-align: right;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#note2 a:link{
	color: #777777;
}

#note2 a:hover{
	color: #777777;
}

#note2 a:visited{
	color: #000;
}

#note2 a:active{
	color: #0C0;
}