body {
	color: black;
	font-size: 0.8em;
	font-family: skia,verdana,arial,non-seriph;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #00393f;
	margin:0;
	padding:0;
}

p { 
font-weight: normal; 
margin:5px;
}

td { 
margin:0;
padding:0;
}
a:link { 
color: #066; 
text-decoration: none; 
}
a:visited { 
color: #066; 
text-decoration: none; 
}
a:hover { 
color: silver; 
text-decoration: none; 
}
a:active { }

h1 { 
color: #690; 
font-size: 1.5em;
text-decoration:none; 
font-weight: bold; 
margin: 0.67em 0;
 }
 
 /*menu headline-black
-----------------------------*/
h2 { color: black; font-size: 1.5em; text-decoration: none; margin: 0.83em 0; }
/*menu course-blue
-----------------------------*/
h3 { color: #066; font-weight: normal; text-decoration: none; margin: 1em 0; }
		
img{
border:none;
}

.spacer{
clear:both;
}

#wholething img{
width: 100%;
}
/*container that replaces the insert concept.... basic white box which holds everything
--------------------------------------*/
#container{
	width:800px;
	height:645px;
	margin:10px auto;
	text-align:center;
	background-color:#FFFFFF;
	clear:both;
	
}
/*page design is as follows:
----------------------------------*/
	#top { 
		height: 100px; 
		width: 800px; 
		margin:0 auto;
}
	#address { 
		height: 20px; 
		width: 780px; 
		margin:0 10px 5px 10px;  
		padding:1px;
		border-bottom:double #066; 
}
#inline { 
		height: 400px; 
		width: 800px; 
		padding:0;
		margin:0 auto;
}
#info { 
		border:double #066;
		width: 750px; 
		height:60px;
		margin:5px auto;
		padding-top:5px;  
		}

#navbar{
		background-color:#FFFFFF;
		height: 25px;
		width: 700px ;
		margin:0 auto;
		padding:1px; 
		border:0;
		cellpadding:0;
		cellspacing:0;
		text-align:center;
		overflow:hidden;
		
		
}
		
/*container the goes inside the menu pages ad holds the gif of text
----------------------------*/
		#menu { 
		text-align: center;
		margin:10px auto;
		padding:5px; 
		background: white; 
		height: 100%; 
		width: 460px; 
		visibility: visible; 
		}
		#menu p{ 
		line-height:150%;
		}
		#sundae{
		margin:10px auto;
		padding:5px;
}


/* left justification for list div
------------------------------*/
	#list {text-align: left;}
/*list
------------------------------*/
ul {
list-style-type: none;
}

