body {
	margin: 0;
	font-family: Georgia, Times New Roman, Serif;
	background-color: #000;
	}

p,ul,.gallery {
	margin-left: 80px;
	margin-right: 80px;
	}

h1 { 
	text-align: center;
	margin:0;
	visibility: hidden;
	}

h2 {
	text-align: center;
	}
h3 {
	font-size: 1.5em;
	color: #A30000;
	margin-left: 80px;
	margin-right: 80px;
	} 

h4 {
	color: #A30000;
	font-size: 1.5em;
	}

#top {
	background: url(siteart/downundersmall.jpg) no-repeat top;
	height: 200px;
	width: 800px;
	margin: 0 auto 0;
	}

#content {
	width: 800px;
	margin: 0 auto 0;
	background: url(siteart/contentbg.gif) repeat-y;
	border-bottom: 5px solid #fb0102;
	padding-bottom: 15px;
	}

ul#nav {
	font-size: 14px;
	margin: 0;
	margin-bottom: 2em;
	border-top: thick solid #fb0102;
	list-style-type: none;
	text-align: center;
	background: url(siteart/menubg.jpg) repeat-x;
	}

ul#nav li {
	display: inline-block;
	border-right: 1px solid #006262;
	border-bottom: 5px solid #ed9720;
	}

#nav #active {
	border-bottom: 5px solid #019797;
	}

ul#nav li#last {
	border-right: none;
	}

#nav #last-active {
	border-right: none;
	border-bottom: 5px solid #019797;
	}

#nav #last-active a {
	color: #A30000;
	border-bottom: 1px solid #006262;
	background-color: #E6F9FF;
	}

ul#nav li:hover {
	border-bottom: 5px solid #019797;
	}

ul#nav li a {
	font-weight: bold;
	color: #003C4D;
	border-bottom: 1px solid #006262;
	text-decoration: none;
	letter-spacing: 3px;
	background-color: #ffc406;
	margin: 0;
	display: inline-block;
	padding: 0.5em;
	}

#nav #active a {
	background-color: #E6F9FF;
	color: #A30000;
	border-bottom: 1px solid #006262;
	}

#nav ul li a:hover {
	border-bottom: 1px solid #006262;
	}

#welcome {
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
	vertical-align: top;
	margin-left: 20px;
	width: 350px;
	}

#welcome p {
	margin: 0;
	}

#welcomepic {
	margin-left: 100px;
	margin-top: -10px;
	}


table {
	margin-right: 80px;
	margin-left: 80px;
	}

td {
	vertical-align: top;
	padding: 20px;
	}

#copy {
	color: #A30000;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: -15px;
	}

#content p a,#content .insideul a {
	color: #003C4D;
	text-decoration: none;
	border: 0;
	}

#content p a:visited,#content .insideul a:visited {
	color: #003C4D;
	text-decoration: none;
	border: 0;
	}

img {
	border: none;
	}

.gallery img {
	vertical-align: middle;
	}
.gallery a {
	margin: 30px;
	}

.gallery {
	margin-bottom: 10px;
	text-align: center;
	}

.price {
	display: inline-block;
	font-size: 1.25em;
	color: #A30000;
	background-color: #E6F9FF;
	border: 1px solid #006262;
	margin-top: 10px;
	margin-left: 25px;
	padding: 4px;
	font-weight: bold;
	}


