/* GLOBAL */
* {
	text-align: center;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:#000000;
	color: #C1E7FF;
	font-size: 12px;
}

img{
	border: 0;
}

p img {
	margin: 10px;
}

#headerSubtextA {
	position: absolute;
	left: 118px;
	top: 27px;
	width: 121px;
}

#headerSubtextB {
	position: absolute;
	left: 773px;
	top: 27px;
	width: 115px;
}

#bannerImage {
	background-image:url(../images/BlueWhiteSwirlBeads.png);
	width: 483px;
	height: 100px;
	position: absolute;
	left: 259px;
	top: -3px;
}


body {
	overflow: scroll;
	margin-bottom: 20px;
	padding: 20px 0;
	margin-right: 10px;
}

#headerText {
	font-size: 72px;
	color: #FF3;
	font-style: normal;
	font-family: "Palace Script MT";
	margin-top: 15px;
	/*Transparent element {
  /* for IE */
/*  filter:alpha(opacity=60);
	/* CSS3 standard */
/*  opacity:0.6;*/
}

.legal {
	font-size: 9px;
}

#contents {
	font-size: 2em;
	font-style: normal;
	width: 190px;
}
.mainContent {
	width: 800px;
	left: 100px;
	position: absolute;
	top: 142px;
	z-index: 2;
}

.regularText{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.regularText p{
	text-align: left;
	color: #FFF;
}

.header{
	top: 4px;
	width: 1000px;
	left: 0px;
	height: 100px;
	position: absolute;
	float: left;
}

.navTabs {
	position: absolute;
	left: 0px;
	z-index: 1;
	bottom: 385px;
	width: 1000px;
	top: 101px;
	height: 40px;
}

.navTabs a:link {
	color: #C1E7FF;
	top: 103px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	background-color: #00F;
	}

.footer{
	width: 100%;
	text-align: center;
	left: 0px;
}
.footer a {
	font-size: 9px;
}
