@charset "utf-8";
/* Moon Index CSS2 */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #100200;
	background-image: url(../images/moon-bg2.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 150%;
	color: #513319;
}

h2 {
	color: #D3B472;
	font-size: 120%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

h3 {
	color: #543909;
}

h4 {
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 831px;
}

#logo-header {
	height: 136px;
	width: 831px;
	background-image: url(../images/moon-header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#interior-header {
	height: 200px;
	width: 831px;
	background-image: url(../images/interior-header-img.jpg);
	background-repeat: no-repeat;
	float: left;
}

#home-flash {
	height: 434px;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
}


#home-flash2 {
	height: 434px;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	height: 27px;
	width: 811px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
}

#content-wrapper {
	background-color: #F4EEDF;
	width: 831px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	float: left;
}

#left-column {
	float: left;
	width: 778px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.table h3 {
	color: #F4EEDF;
	font-size: 100%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

.left-column p {
	color: #543909;
	margin-right: 5px;
	margin-left: 5px;
}

.left-column a {
	color: #543909;
	text-decoration: underline;
}

.left-column a:hover {
	color: #990033;
}

#right-column {
	float: left;
	width: 800px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.small-box {
	color: #e0ca9c;
	width: 249px;
	float: left;
	margin-right: 5px;
	background-color: #2A1B04;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: 10px;
}

.box p{
	color: #e0ca9c;
}

.box a:link, .box a:visited {
	color: #e0ca9c;
	text-decoration: underline;
}

.box a:hover {
	color: #D3B472;
	text-decoration: underline;
}

#footer {
	height: 128px;
	width: 831px;
	clear: both;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
}

.footer-text {
	color: #DDBD8A;
	margin-left: 20px;
	margin-top: 10px;
}

.footer-text a {
	color: #ddbd8a;
	text-decoration: underline;
}

.footer-text a:hover {
	color: #990033;
}

.float-left {
	margin-right: 10px;
	margin-left: 5px;
}

.float-right {
	float: right;
}

