body {
	background-color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial;
	padding: 0;
	margin: 0;
}

#saxPiece {
  width: 150px;
  height: 50px;
  position: absolute;
  top: 149px;
  left: 285px;
  background: url('graphics/saxaphone.jpg') no-repeat -220px -149px;
}

h1 {
	color: #FF1493;
	margin: 0;
	background-repeat: repeat-y;
	background-position: right;
	text-align: center;
}

h2 {
	color: #FFF;
	text-align: center;
	font-family: Verdana;
}

h3 {
	font-size: 16pt;
	color: #FDBD4A;
}

p {
	width: 40em;
}

em {
	color: #FA1390;
}

strong {
	color: #FDBD4A;
}

ul.NavMenu li {
	list-style: none;
	font-family: Verdana;
	font-size: 14pt;
	line-height: 2em;
}

ul.NavMenu li a {
	color: #FFF;
	text-decoration: none;
}

ul.NavMenu li a:hover {
	color: #FF1493;
}

a img {
	border: none;
}

.Featured {
	margin: 0 10px 0 10px;
	float: right;
	width: 300px;
	border: solid 1px #444;
	color: #000;
	background: #000;
	text-align: center;
}

.Featured h2 {
	font-size: 12pt;
	color: #000;
	background: #8AF;
	margin: 0;
	text-align: center;
	border-top: solid 2px #0060A9;
	border-bottom: solid 2px #0060A9;
}

.Featured h3{
	background: #000;
	margin: 0;
	padding: 0;
}

.Featured h3 a {
	color: #FDBD4A;
}

.Featured img {
	margin: 5px 0 0 0;
	border: none;
}

.Featured p {
	background-color: #FFF;
	margin: 0;
	padding: 5px;
}

.Spacer {
	clear: both;
}

.MenuSection {
	padding: 1em;
	width: 45em;
}
.MenuItem {
	border: solid 1px black;
	color: #000;
	background-color: #FFF;
	margin: 1em;
	max-width: 650px;
}
.MenuItem .Name {
	text-align: center;
	background-color: #FDBD4A;
}

.MenuItem .Price {
	background-color: #000;
	color: #8AF;
	padding-right: 1em;
	text-align: right;
}

.MenuItem .Description {
	padding: 1em;
}

.MenuItem .Notes {
	font-size: 10pt;
	font-style: italic;
	padding: 1em;
}

.Event {
	border: solid 1px black;
	color: #000;
	background-color: #FFF;
	margin: 1em;
	max-width: 650px;
}

.Event .info {
	background-color: #FDBD4A;
}

.Event .Description {
	padding: 0 1em 0 1em;
	min-height: 134px;
}

.Event p {
	width: 622px;
}

.Event .Date {
	padding-left: 1em;
}

.Event .Title {
	text-align: center;
	background-color: #000;
	color: #8AF;
}

.Event .EventImage {
	float: left;
	margin-right: 10px;
}

.ContactForm {
	margin-left: auto;
	margin-right: auto;
	width: 25em;
	border: solid 1px black;
	padding: 1em;
	background-color: #8AF;
}

.ContactForm .Label {
	display: block;
	width: 5em;
	float: left;
}

.ContactForm input {
	width: 27.6em;
}

.ContactForm textarea {
	width: 29.4em;
	height: 10em;
}

.ContactForm button {
	float: right;
	margin-right: 1.6em;
	margin-top: 1em;
}

#frame {
	border: solid 1px #000;
	background: #000;
	width: 1275px;
}

#main {
	color: #FFF;
	padding: 0 1em 1em 3em;
	float: left;
	padding: 60px 10px 10px 55px;
	background-color: #0060A9;
	background-image: url('graphics/silhouettes.jpg');
	background-repeat: no-repeat;
	background-position: right -71px;
	width: 925px;
	position: relative;
	left: -55px;
	min-height: 550px;
}

#menu {
	position: relative;
	z-index: 1;
	color: #FFF;
	font-weight: bold;
	float: left;
	position: relative;
	top: -80px;
	background: #000;
	padding: 5px 10px 5px 10px;
	margin: 15px 0 0 15px;
	background: url('graphics/saxaphone.jpg') no-repeat 50px -107px;
	width: 250px;
	height: 610px;
}

#header {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 5px;
	background-image: url('graphics/silhouettes.jpg');
	background-repeat: no-repeat;
	background-position: right 102px;
	height: 162px;
	overflow: visible;
	width: 1210px;
}
#signImg {
	position: absolute; left: 450px;
}
#footer {
	color: #FDBD4A;
	background-color: #000;
	padding: 0.5em 1em 0.5em 1em;
	text-align: center;
}
.Featured p {
	width: 290px;
}
.PubMenu, .DinnerMenu {
	padding: 10px;
	margin: 5px;
	width: 425px;
	float: left;
}
