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;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}


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;
}


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;
}


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: 800px;
    height: auto;
    border-width: 1px; border-style: solid; border-color:#039; 
    margin: 0px auto 40px auto;
    position:relative;
    z-index:1;
}

#header_div {
	width: 800px;
	height: 102px;
	background-image:url(images/header.jpg)
	}

#ht1 {
	height:54px;
	width: 461px;
	position:absolute;
	left: 50px;
	top: 14px;
	}
	
#ht2 {
	height:46px;
	width: 321px;
	position:absolute;
	left: 50px;
	top: 52px;
	}


#content_div {
	height:auto;
	width: 720px;
	float:left;
	padding:10px 10px 15px 40px;
	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;
	/* adjusting these number centers the nav */
    margin-left: 60px;
                        }
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: #FFF;      text-decoration: none; }
.onblack a:visited  { color: #ebf2f6;   text-decoration: none; }
.onblack a:active   { color: #FFF;      text-decoration: none; }
.onblack a:hover    { color: #000000;   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;
}
