body {
	background: url(images/bg_body.jpg) repeat center top;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
input[type=text]:focus, input[type=password]:focus, input[type=textarea]:focus { /* Hide blue outline */
  outline: 0 none;
}
form {
	margin: 0px;
}
a img {
	border: none;
}
a {
	color: #FFF;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
#top {
	background: url(images/bg_top.jpg) repeat-x center top;
	width: 100%;
	margin-bottom: 20px;
}
#outercontainer {
	margin: 0px auto;
	width: 1180px;
}
#container {
	background: url(images/bg_container.jpg) repeat-y center top;
	margin: 0px 100px;
	width: 980px;
}
#header {
	margin: 0px 10px;
	height: 120px;
	position: relative;
	background: url(images/bg_header.jpg) no-repeat center top;
}
#flourishleft {
	background: url(images/flourishleft.jpg) no-repeat right top;
	height: 510px;
	width: 220px;
	position: absolute;
	z-index: 10;
	left: -220px;
	top: 0px;
}
#flourishright {
	background: url(images/flourishright.jpg) no-repeat left top;
	height: 250px;
	width: 220px;
	position: absolute;
	z-index: 10;
	left: 960px;
	top: 0px;
}
#smilemeter {
	height: 120px;
	width: 130px;
	position: absolute;
	z-index: 20;
	left: 874px;
	top: 0px;
}
#audio {
	height: 335px;
	width: 116px;
	position: absolute;
	z-index: 21;
	left: 960px;
	top: 250px;
}
#noteside {
	background: url(images/bg_noteside.jpg) no-repeat right top;
	height: 220px;
	width: 30px;
	position: absolute;
	z-index: 10;
	left: -30px;
	top: 510px;
}
#smiletrain {
	background: url(images/smiletrain.jpg) no-repeat right top;
	height: 96px;
	width: 220px;
	position: absolute;
	z-index: 11;
	left: 56px;
	top: 758px;
}
#littlepictures {
	margin-left: 20px;
	background: url(images/littlepictures.jpg) no-repeat center top;
	height: 412px;
	width: 300px;
}
#sponsors {
	margin-left: 20px;
	margin-top: 15px;
	background: url(images/sponsors.jpg) no-repeat center top;
	padding-top: 30px;
	width: 300px;
}
#headerpic {
	margin: 0px 10px;
	height: 292px;
	position: relative;
	background: url(images/bg_headerpic.jpg) no-repeat center top;
}
#content {
	margin: 0px 10px;
}
#contentleft {
	float: left;
	padding-top: 446px;
	width: 365px;
	background: url(images/bg_note.jpg) no-repeat left top;
}
#contentright {
	float: right;
	width: 580px;
	background: url(images/bg_contentright.jpg) no-repeat right top;
}
#contentright p {
	margin-right: 30px;
	font-size: 14px;
	margin-top: 5px;
}
#contentright h1 {
	font-size: 18px;
	text-transform: uppercase;
	height: 44px;
	padding-left: 35px;
	margin: 20px 30px 0px -20px;
	padding-top: 8px;
	font-style: italic;
}
#footer {
	background: url(images/bg_footer.jpg) no-repeat center bottom;
	padding: 30px;
	font-size: 11px;
	color: #FFF;
}
#kookeygrid {
	font-size: 11px;	
}
#kookeygrid img {
	margin-top: 6px;
}
.forminput {
	background: #ff4362;
	border-bottom: 2px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 80px;
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
}
.largeinput {
	background: #ff4362;
	border-bottom: 2px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 300px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
.medinput {
	background: #ff4362;
	border-bottom: 2px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 180px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
.smallinput {
	background: #ff4362;
	border-bottom: 2px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 60px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
.tinyinput {
	background: #ff4362;
	border-bottom: 2px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 30px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
.textarea {
	background: #ff4362;
	border: 2px solid #FFF;
	width: 500px;
	padding: 3px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
.bigtext {
	font: bold 25px Arial, Helvetica, sans-serif;
}
.smalltext {
	font: 12px Arial, Helvetica, sans-serif;
}

/*---- UTILITY STYLES ----*/

.clear {
	clear: both;
}
