body {
	margin: 0px;
	padding: 0;
	color: black;
	background-color: #ddd;
	font-size: medium;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

label {
	font-weight: bold;
}

#skipper {
	display: none;
}

#main {
	position: static;
	z-index: auto;
	width: auto;
	margin: 0;
	padding: 0;	
}

#content {
	position: static;
	height: 90%;
	z-index: 5;
	margin: 0 1em 1em;
	border: solid 2px black;
	-moz-border-radius: 6px;
	padding: 1em;
	color: black;
	background-color: white;
}

html>body #content {
	padding-top: 0;
}

#tabs {
	position: relative;
	z-index: 10;
	padding: 0;
	margin-top: 0.5em;
}

#tabs ul {
	margin: 0;
	height: 2em;
	list-style: none;
	padding-left: 0px;
	margin-left: 2em;
	margin-bottom: -1.2em;
}

#tabs  li {
	float: left;
	margin: 0;
	padding: 0 1em 0;
	border: solid 2px black;
	background-color: #eee;
	margin-left: 0.25em;
	font-weight: bold;
	-moz-border-radius: 8px;
}

#tabs a {	
	text-transform: uppercase;
	text-decoration: none;
	font-size: small;
}

#tabs a:link,
#tabs a:visited,
#tabs a:hover,
#tabs a:active {
	color: blue;
}

#tabs li.current  {
	font-weight: bold;
	background-color: white;
}

/* MASTHEAD */

#masthead {
	position: relative;
	top: 0px;
	left: 0px;
	height: 72px;
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
	border-bottom: solid 2px black;
}

#masthead img.header {
	float: left;
}

#masthead img.title {
	float: right;
	border: none;
}

h1.company {
	margin-top: 0em;
	margin-bottom: 0em;
	color: #000080;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
}

/* ITEMS */

#specials {
	width: 100%;
	border-spacing: 0px;
	border: solid 1px black;
	font-size: small;
}

#specials td {
	border: solid 1px black;
	padding: 0.25em;
}

