body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #d900a5;
}

#page {
	width: 750px;
	margin: 20px auto 0 auto;
	background-color: #fff;
}

#head1 {
	float: left;
	width: 314px;
	height: 65px;
	background: url(i/head1.gif) top left no-repeat;
	background-color: #FF66FF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#head1 h1 {
	font-size: 36px;
	color: #fff;
	margin-top: 0;
	padding-top: 12px;
}

#head2 {
	float: left;
	width: 250px;
	height: 65px;
	background: url(i/head2.gif) top left no-repeat;
	background-color: #FF66FF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#head2 h2 {
	font-size: 28px;
	color: #000;
	margin-top: 0;
	padding-top: 22px;
}

#head3 {
	float: left;
	width: 186px;
	height: 65px;
	background: url(i/head3.gif) top left no-repeat;
}

.blueline {
	clear: both;
	width: 750px;
	height: 4px;
	background-color: #0e87ff;
}

/* ----------------------------- */

#nav {
	position: relative;
	width: 750px;
	height: 24px;
	background-color: #000;
	font-size: 14px;
	z-index: 99;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 130px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#nav a:hover {
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 3px 0 3px 0;
	height: 18px;
	width: 130px;
	background-color: #000;
	border-right: solid 1px #fff;
}

#nav li ul {
	position: absolute;
	width: 136px;
	left: -999px;
	margin-top: 4px;
}

#nav li ul li {
	width: 126px;
	height: 20px;
	padding-left: 4px;
	border-bottom: solid 1px #ccc;
	border-top: none;
	background: none;
	background-color: #DFE0FF;
	color: #000;
	text-align: left;
	font-weight: normal;
}

#nav li ul a {
	width: 126px;
	height: 23px;
	padding-top: 3px;
	color: #000;
	text-align: left;
}

#nav li ul li ul li {
	background: none;
	background-color: #ccc;
}

#nav li:hover, #nav li.sfhover {
    position: static;
		background-color: #fc6bda;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 170px;
	margin-top: -24px;
}

#nav li.nolink {
	color: #fff;
	background-color: #fc6bda;
	text-align: center;
}

/* ----------------------------- */

#left {
	float: left;
	width: 300px;
	margin: 10px 10px 0 10px;
}

#left .imgbot {
	margin-top: -4px;
	margin-bottom: 20px;
	padding: 4px 30px 6px 4px;
	color: #fff;
	background-color: #ff66ff;
	font-size: 12px;
}

#left #flashPlay {
	float: right;
	margin-top: -12px;
	margin-right: -24px;
}

/*Safari a problem - see bottom*/

#leftcontent {
	font-size: 12px;
}

#leftcontent h3 {
	color: #0e87ff;
}
/* ----------------------------- */

#content {
	margin: 20px auto 0 10px;
	padding-right: 10px;
	font-size: 12px;
}

#content h3 {
	margin-top: 36px;
}

#content h4 {
	margin-bottom: 0;
}

.topp {
	margin-top: -12px;
}

#content ul {
	margin-top: 0;
	list-style-image: url(i/bullet.gif);
}

#content ul.setlist {
	margin-left: 40px;
}

#rightcontent {
	width: 420px;
	margin-left: 311px;
}

/* ----------------------------- */

#footer {
	clear: both;
	width: 750px;
	height: 24px;
	padding-top: 6px;
	color: #fff;
	background-color: #ff66ff;
	font-size: 12px;
	text-align: center;
}

.FacebookLike {
	margin-left: 18px;
}

#counter {
	width: 750px;
	margin: 0px auto 0 auto;
	background-color: #d900a5;
	text-align: center;
}

/* ----------------------------- */

form {
	width: 400px;
	margin-left: 320px;
	border: solid 1px #666666;
	background-color: #eeeeee;
}

.prompt {
	width: 100px;
	vertical-align: text-top;
	text-align: right;
}

.input {
	width: 280px;
	vertical-align: text-top;
}

.field-validation-error {
  color: #be3e16;
  font-weight: bold;
}

/* ----------------------------- */

.test-name {
	margin-top: 6px;
	color: #0e87ff;
	font-style: italic;
	text-align: right;
}

/* ----------------------------- */
.clearleft {clear:left}
.text10 { font-size: 10px; }
.textred { color: #f00; }
.textDGrey {color:#333}
.textpurple { color: #d900a5; }
.bold { font-weight: bold; }
.italic {font-style:italic}

/* ----------------------------- */

/*Hide from Safari 1 & 2*/
#left #flashPlay {
	margin-top: -28px;#
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3 and Opera 9 only */
	#left #flashPlay {
	margin-top: -12px;
}
}
