@charset "UTF-8";
/* CSS Document */

/* START CSS Reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }

td, th, caption { font-weight: normal; text-align: left; }

img, fieldset { border: 0; }

ol { padding-left: 1.4em; list-style: decimal; }

ul { padding-left: 1.4em; list-style:square; }

q:before, q:after { content:''; }

a:link { color:#03C; border:none; text-decoration:none; }
a:visited { color:#03C; border:none; text-decoration:none; }
a:hover { color: #F00; border:none; text-decoration:none; }
a:active { color:#03C; border:none; text-decoration:none; }
/* END CSS Reset */

/* font-size=62.5% sets base font size to 10px so 1em=10px 150%=15px 200%=20px 3em=30px */
body {
	font-family: "MyriadProRegular", "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	background-color: #009;
	margin-right: auto;
	margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'HipPopNFRegular-1','HipPopNFRegular-2',"MyriadProBlack", "Arial Bold", sans-serif;
	color:#03C;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	}

h1 {font-size:3em;}
h2 {font-size:2.5em;}
h3 {font-size:2em;}
h4 {font-size:1em;}

p { font-family:"MyriadProRegular", Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	margin-bottom:.5em;
	margin-top:0em;
}

.centeredPage {
	position: relative;
	text-align:center;
	height: 600px;
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
	background-image:url(../bb_imgs/YellowBkgd-FFCC00-600x800.gif);
	top: 30px;
	z-index: 0;
}

.mainArea {
	position: absolute;
	height: 400px;
	width: 700px;
	top:20px;
	left:50px;
	margin-left:auto;
	margin-right:auto;
}

#willyWonka {
	position:absolute;
	text-align:center;
	text-shadow: 2px 2px 8px #ff9, 0px -1px 8px #fff;
	z-index:2;
	top: 420px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#nav { 
	font-family:"MyriadProBold", "Arial Bold", sans-serif;
	font-size:20px;
	line-height:24px;
	margin-bottom:.5em;
	margin-top:0em;
	position:absolute;
	text-align:center;
	z-index:2;
	top: 540px;
	width: 800px;
	height:50px;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	font-family: "MyriadProRegular", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	width: 800px;
	height: 40px;
	top: 40px;
	margin-left: auto;
	margin-right: auto;
	color:#7F9EFD;
}

#nav a:link { color:#03C; border:none; text-decoration:none; }
#nav a:visited { color:#03C; border:none; text-decoration:none; }
#nav a:hover { color: #F00; border:none; text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff }
#nav a:active { color:#03C; border:none; }

#copyright a:link { color:#33C; text-decoration:none; }
#copyright a:visited { color:#33C; text-decoration:none; }
#copyright a:hover { color:#FC0; }
#copyright a:active { color:#33C; }