body {
	background: #555;
	font-family: 'Lucida Sans';
	color: #333;
	font-size: 11pt;
}

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

#top {
	background: url('images/top.png') no-repeat top center;
	width: 790px;
	height: 118px;
	margin: 0 auto;
}

#middle {
	background: #555 url('images/sides.png') repeat-y center;
	width: 720px;
	margin: 0 auto;
	padding: 5px 40px;
}

#nav {
	list-style: none;
	margin: 10px -2px 0 -2px;
	padding-left: 1px;
	background: url('images/nav.png') no-repeat top left;
	height: 34px;
}

#nav li {
	float: left;
	padding-top: 1px;
}

#nav a:link, #nav a:visited {
	color: #999;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	height: 18px;
	padding: 3px 1px;
}

#nav a:hover {
	color: #666;
	background: #EEE;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 3px 0;
}

h1 {
	font-size: 16pt;
	border-bottom: solid 1px #DDD;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
}

ul {
	list-style: none;
}

#specials {
	background: #FF9;
	border: solid 2px #CC0;
	list-style: none;
	margin: 0;
	padding: 5px;
}

#bottom {
	background: url('images/bottom.png') no-repeat top center;
	width: 790px;
	height: 31px;
	margin: 0 auto;
}

#footer {
	font-size: 8pt;
	text-align: center;
	color: #999;
	border-top: dotted 1px #999;
	margin-bottom: 0;
	padding-top: 5px;
}

form label {
	display: block;
	width: 120px;
	float: left;
	padding-top: 3px;
}

#contact {
	padding-left: 40px;
}

#contact p {
	margin: 2px;
}

.textbox {
	border: solid 1px;
	border-color: #666 #CCC #CCC #666;
	font-family: 'Arial', 'serif';
	font-size: 10pt;
	padding: 2px;
}

#content .textbox:focus,
#content .textbox.focus {
	background: #FFD !important;
}

.error {
	background: #FCC;
	border: solid 2px #F66;
	padding: 3px;
	margin-left: 0;
}

img {
	border: 0;
}