*
{
  padding: 0px;
  margin: 0px;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  background-color: #6bc1df;
  background-image: url("../images/background.jpg");
  background-repeat: repeat-x;
	width: 100%;
	/*width: 100%;*/
}

img
{
  border: 0;
}

h1
{
	color: #124f8c;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 15px 0;
}

h2
{
	color: #58b12f;
	font-size: 14px;
}

p
{
	line-height: 18px;
	color: #666666;
	padding-bottom: 15px;
}

a:link {text-decoration: none; color: #58b12f; font-weight: bold; font-style: normal}
a:visited {text-decoration: none; color: #58b12f; font-weight: bold; font-style: normal} 
a:active {text-decoration: none; color: #58b12f; font-style: normal}
a:hover {text-decoration: none; color: #124f8c; font-style: normal}

#header
{
	width: 1024px;
	height: 274px;
}

#main
{
	margin: auto;
	padding: 0;
	width: 1024px;/*was 1024px*/
	background: url(../images/background_main.gif) repeat-y;
	clear: both;
	height: auto;
}

#nav
{
	width: 1024px;
	height: 144px;
	background: url(../images/nav_background.jpg) no-repeat;
	padding: 0 92px 0 96px;
}

#centerNav
{
	width: 484px;
	height: 144px;
	float: left;
}

#clickHere
{
	width: 143px;
	height: 63px;
	margin-left: 114px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#clickHereText1
{
	font-size: 11px;
	color: #78ca38;
}

#clickHereText2
{
	font-size: 15px;
	color: #00aeef;
	font-weight: bolder;
}

#clickHereText3
{
	font-size: 10px;
	color: #dfa44e;
}

#homeButton
{
	width: 78px;
	height: 41px;
	margin-top: 35px;
	float: left;
}

#bioButton
{
	width: 151px;
	height: 42px;
	margin-top: 20px;
	float: left;
}

#theMusicButton
{
	width: 140px;
	height: 35px;
	margin-top: 15px;
	float: left;
}

#eventsButton
{
	width: 110px;
	height: 33px;
	margin-top: 13px;
	float: left;
}

#teachersButton
{
	width: 234px;
	height: 44px;
	margin-top: 15px;
	float: left;
}

#contactButton
{
	width: 123px;
	height: 42px;
	margin-top: 32px;
	float: left;
}

#content
{
	width: 999px;
	background: #6ad5f1 url(../images/content_background.jpg) repeat-x top;
	margin-left: 12px;
}

#contentLeftTop
{
	width: 684px;
	height: 10px;
	background: url(../images/content_left_top.gif) no-repeat;
}

#contentLeftWrapper
{
	float:left;
	width: 684px;
}

#contentLeft
{
	background: url(../images/content_left_background.gif) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	padding: 0 0 15px 50px;
}

#contentLeft h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #00aeef;
	font-weight: bold;
	padding-top: 5px;
}

#contentRight
{
	width: 315px;
	float: left;
}

#signup
{
	width: 265px;
	height: 55px;
	padding: 10px 10px 10px 40px; 
	background: url(../images/signup_background.gif) no-repeat;
}

#signup h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #949494;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}

#signup #input
{
	width: 195px;
	height: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #848383;
	background: url(../images/textfield_background.gif) no-repeat;
	border: none;
	padding: 4px 0 0 5px;
	margin-top: 5px;
	float: left;
}

#contentBottom
{
	width: 1024px;
	height: 23px;
	margin: auto;
	background: url(../images/content_bottom.gif) no-repeat;
	clear: both;
}

#contentLeftBottom
{
	width: 684px;
	height: 10px;
	background: url(../images/content_left_bottom.gif) no-repeat bottom;
}

#flatStanley
{
	width: 684px;
	height: 242px;
	background:url(../images/flatstanley.jpg) no-repeat bottom left;
}

#flatStanley #bubbleText
{
	width: 135px;
	height: 80px;
	padding: 15px 0 0 158px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	float: left;
}

#flatStanley p
{
	width: 330px;
	height: 210px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	margin-left: 35px
}

#footer
{
	clear: both;
	width: 1000px;
	margin: auto;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 25px;
	vertical-align: middle;
}

.footerLinks a:link {text-decoration: none; color: #124f8c; font-style: normal}
.footerLinks a:visited {text-decoration: none; color: #124f8c; font-style: normal} 
.footerLinks a:active {text-decoration: none; color: #124f8c; font-style: normal}
.footerLinks a:hover {text-decoration: none; color: #009900; font-style: normal}

.cd
{
	color: #124f8c;
	font-weight: bold;
}

.price
{
	color: #009900;
	font-weight: bold;
}