@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/upperbg.png);
	background-repeat: no-repeat;
}
#navbar {
	height: 25px;
	width: 800px;
	background-image: url(images/navbarback.png);
}
#mainbody {
	height: 540px;
	width: 800px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
#footer {
	height: 200px;
	width: 800px;
	background-image: url(images/foot.jpg);
}
#bottomlinks {
	height: 70px;
	width: 800px;
}
#solid {
	float: right;
	width: 520px;
	padding: 6px;
	height: 175px;
}
#starburst {
	float: left;
	width: 250px;
	padding-right: 4px;
	padding-left: 4px;
	height: 175px;
	padding-top: 5px;
}
body {
	background-image: url(images/back.png);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #990000;
}
h2 {
	font-size: 12px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #990000;
}
h4 {
	font-size: 9px;
	color: #000000;
}
h5 {
	font-size: 12px;
	color: #000000;
}

.style1 {font-size: 11px
}

#interiortext {
	height: 55px;
	width: 800px;
	clear: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
}
#interiorimages {
	width: 786px;
	padding-top: 0px;
	height: 340px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
}
a {
	font-size: 12px;
	color: #990000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
