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

body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #241206;
	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 {
	color: #513319;
	font-size: 115%;
}

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

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

#home-header {
	height: 200px;
	width: 831px;
	background-image: url(../images/contact-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: #E5D0BF;
	width: 831px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	float: left;
}

#left-column {
	float: left;
	width: 480px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #543909;
	padding-left: 5px;
	padding-right: 5px;
	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: right;
	width: 260px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.small-box {
	color: #e0ca9c;
	width: 249px;
	float: right;
	margin-right: 10px;
	background-color: #744819;
	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: 127px;
	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;
}
