html, body {
	background-color:#d7f1ea;
	margin:0;
	font-family:"Optima";
	height:100%;
}

div.wrapper {
text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	width:950px;
	height:1500px;
	border-left:double 5px #99dcce;
	border-right:double 5px #99dcce;
}

div.header {
text-align:left;
	background-image:url('../pics/wave.png');
	background-repeat:no-repeat;	
}

div.left {
	width:190;
	margin:10px;
	float:left;
}

div.nav {
text-align:left;
	border:double 5px #99dcce;
	background-color:#d7f1ea;
	margin-bottom:10px;
	padding:10px;
	background:url(../pics/bg.jpg) repeat-y;
}

div.specials {
text-align:center;
border:double 5px #99dcce;
	background-color:#d7f1ea;
	margin-bottom:10px;
	padding:10px;
	background:url(../pics/bg.jpg) repeat-y;
}

div.other {
text-align:center;
border:double 5px #99dcce;
	background-color:#d7f1ea;
	margin-bottom:10px;
	padding:10px;
	background:url(../pics/bg.jpg) repeat-y;
}

div.content {
text-align:left;
	border:double 5px #99dcce;
	background-color:#d7f1ea;
	width:700px;
	margin-top:10px;
	margin-right:10px;
	float:left;
	padding:10px;
}

div.content h1, div.content h2 {text-align:center}

h1, h2, h3 {

	color:#2A3D92;
}

td {
	padding:10px;
}

th {
	border-bottom:solid 1px;
}

a:link {
	color:#2A3D92;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color:#2A3D92;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#2A3D92;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color:#2A3D92;
	text-decoration:underline;
	font-weight:bold;
}

div.footer {
  text-align:center;
  border:double 5px #99dcce;
	background-color:#d7f1ea;
	width:700px;
	margin-top:10px;
	margin-right:10px;
	float:left;
	padding:10px;
  margin-left:210px;
  font-variant:small-caps;
  }
  
  #facebook {font-size:20pt; font-family:arial;}
  #facebook img {border:0}
  #facebook a {color:black; text-decoration:none}
 #facebook a:hover {text-decoration:underline}
