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

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

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

h2 {
	color: #513319;
	font-size: 125%;
}

h3 {
	color: #C9AB7E;
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-top: 0px;
}

h4 {
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
}

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

#logo-header {
 height: 136px;
 width: 831px;
 margin-right: auto;
 margin-left: auto;
 float: left;
}

#flash-wrapper {
	width: 831px;
	margin-right: auto;
	margin-left: auto;
	height: 426px;
	background-image: url(../images/moon-flash-bg2.jpg);
	background-repeat: no-repeat;
	float: left;
}

#home-flash {
 height: 415px;
 width: 800px;
 float: left;
 margin-left: 15px;
 padding-top: 15px;
}


#home-flash2 {
	height: 426px;
	width: 800px;
	float: left;
}

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

#left-scroll {
	background-image: url(../images/left-scroll.jpg);
	background-repeat: no-repeat;
	height: 432px;
	width: 137px;
	float: left;
}

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

#left-column {
	float: left;
	width: 500px;
	margin: 20px 10px 10px 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #543909;
	padding-left: 7px;
}

.left-column p {
	color: #543909;
}

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

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

#right-column {
	float: right;
	width: 260px;
	margin: 20px 25px 10px 10px;
	color: #4F2F16;
}

#right-column a:link, #right-column a:visited {

	
}

#right-column a:hover {
	color: #990033;
}

.small-box {
	color: #E0CA9C;
	width: 260px;
	float: right;
	margin-right: 10px;
	background-color: #4F2F16;
	margin-bottom: 15px;
}

.small-box a:link, .small-box a:visited {
	color: #C9AB7E;
}

.small-box a:hover {
	color: #990033;
	text-decoration: none;
}

.textbox {
}

.textbox a:link, .textbox a:visited {
	color: #4F2F16;
}

.textbox a:hover {
	color: #990033;
}

.box p{
	color: #F4EEDF;
}

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

.box a:hover {
	color: #e0ca9c;
}

#footer {
	height: 128px;
	width: 831px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
}

.footer-text {
	color: #E6C9AE;
	margin-left: 25px;
	margin-top: 10px;
}

.footer-text a:link, .footer-text a:visited {
	color: #E6C9AE;
	text-decoration: underline;
}

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

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

.float-right {
	float: right;
}

.tinytext {
	color: #C0824E;
	margin-left: 25px;
	font-size: 85%;
}

.tinytext a:link, a:visited {
	color: #B5824E;
	text-decoration: none;
}

.tinytext a:hover {
	color: #513319;
	text-decoration: none;
}

