div     { margin: 0px; padding: 0px; }

html, body {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    height: 100%;
    margin: 0;
    padding: 0;
}

img#imgbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold { font-weight: bold; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FF0;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#039;
	font-weight: bold;
	font-variant: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#039;
	font-weight: bold;
	font-variant: normal;
}

div#header_div h1 { border-width: 0; }
div#header_div h2 { border-width: 0; }



.buy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #111111;
	font-style: normal;
	font-weight: bold;
}


#center_div {
    background-color: #ffffff;
    width: 850px;
    height: auto;
    border-width: 1px; border-style: solid; border-color:#039; 
    margin: 0px auto 40px auto;
    position:relative;
    z-index:1;
}

#backgroundStripe{
	background-image: url(images/moon_footer.png);
	padding: 0px;
	float: none;
	height: 162px;
	width: 1075px;
	z-index: 1;
	margin: 0px auto 0px auto;
}



/* with background picture*/
#header_div {
	width: 850px;
	height: 102px;
	background-image:url(images/header.jpg)
	}

#ht1 {
	height:61px;
	width: 564px;
	position:absolute;
	left: 39px;
	top: 18px;
	}
	
#ht2 {
	height:61px;
	width: 619px;
	position:absolute;
	left: 43px;
	top: 52px;
	}

/* control the main body of the page*/
#content_div {
	height:auto;
	width: 750px;
	float:left;
	padding:10px 10px 15px 50px;
	background-color:#FFFFFF;
	}



div.lineBreak {
	clear:both;
}



/* Main Nav */
#menu_div {
	height: 31px;
	background-image:url(images/menu.jpg)
	}
	
.onblack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;}

ul#menu {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    list-style: none;
	/* pushes menu away from edge of page */
    margin-left: 85px;
                        }
ul#menu li.onblack { margin-left: 15px; margin-right: 15px; margin-top: 7px; margin-bottom: 7px; text-align: center; float: left;  }


.onblack a:link     { color:#27405c;     text-decoration: none; }
.onblack a:visited  { color: #27405c;   text-decoration: none; }
.onblack a:active   { color: #27405c;      text-decoration: none; }
.onblack a:hover    { color:#ffff00;   text-decoration: underline; }





/* footer nav */

#footer_div {
	height: 32px;
	padding: 1px;
	background-image:url(images/footer.gif)
	}
	
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #111111;
	font-style: normal;
	font-weight: normal;
}



/* Links */
a:link {
	color: #3562A4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #3562A4;
}