body {
	background-color: #d2c380;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #512905;
}
#container {
	background-color: #efe7bd;
	height: 1350px;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px dotted #512905;
}
#table {
	background-color: #efe7bd;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	border: thin dotted #512905;
	margin-left: auto;
}
#header {
	position: absolute;
	height: 113px;
	width: 750px;
	left: 0px;
	top: 0px;
}
#siderbar {
	position: absolute;
	height: 1100px;
	width: 195px;
	left: 0px;
	top: 130px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #512905;
}
#main {
	float: left;
	width: 525px;
	position: absolute;
	top: 115px;
	margin-left: 200px;
	padding: 10px;
	height: auto;
}
#footer {
	clear: left;
	height: 40px;
	width: 750px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	float: left;
	top: 1300px;
	text-align: center;
}
#rocket {
	position: absolute;
	height: 135px;
	width: 127px;
	left: 30px;
	top: 1050px;
	background-image: url(images/rocket_large.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.picRight {
	float: right;
	width: 250px;
	margin-left: 10px;
	border: 1px solid #512905;
	margin-bottom: 10px;
	margin-top: 10px;
}
.picLeft {
	float: left;
	width: 227px;
	margin-left: 0px;
	border: 1px solid #512905;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #512905;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}
.nav a:link {
	color: #512905;
	text-decoration: underline;
}
.nav a:visited {
	color: #512905;
	text-decoration: underline;
}
.nav a:hover {
	color: #b4933d;
	text-decoration: underline;
}
.nav a:active {
	color: #512905;
	text-decoration: underline;
}
.tableborder {
	border: thin dotted #512905;
}
.main {
	font-size: 0.9em;
	color: #512905;
	line-height: 1.5em;
	text-align: justify;
}
.main a:link {
	font-weight: bold;
	color: #512905;
	text-decoration: underline;
}
.main a:visited {
	font-weight: bold;
	color: #512905;
	text-decoration: underline;
}
.main a:hover {
	font-weight: bold;
	color: #b4933d;
	text-decoration: underline;
}
.main a:active {
	font-weight: bold;
	color: #512905;
	text-decoration: underline;
}
.shows {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #512905;
	background-color: #d2c380;
	border: 1px solid #512905;
	line-height: 1.5em;
}
.shows a:link {
	color: #512905;
	text-decoration: underline;
}
.shows a:visited {
	color: #512905;
	text-decoration: underline;
}
.shows a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.shows a:active {
	color: #512905;
	text-decoration: underline;
}
.caption {
	font-size: 0.8em;
}
.caption a:link {
	font-weight: bold;
	color: #512905;
	text-decoration: none;
}
.caption a:visited {
	font-weight: bold;
	color: #512905;
	text-decoration: none;
}
.caption a:hover {
	font-weight: bold;
	color: #b4933d;
	text-decoration: none;
}
.caption a:active {
	font-weight: bold;
	color: #512905;
	text-decoration: none;
}
.tableborder2 {
	border: thin solid #512905;
}
.ornamental {
	background-attachment: scroll;
	background-image: url(images/ornamental.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.interior {
	background-attachment: scroll;
	background-image: url(images/interior.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.exterior {
	background-attachment: scroll;
	background-image: url(images/exterior.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #512905;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #512905;
	background-color: #d2c380;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #efe7bd;
	background-color: #512905;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
