/* GENERAL FORMATING */

/* HEADINGS */

h2{
	font-family: "Bradley Hand ITC", "Harrington", "High Tower Text", "Kristen ITC", "Lucida Handwriting";
	color: #AA41AA;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: 600;
}

/* HYPERLINKS */

a{
	color: #1CE707;
	text-decoration: none;
}

a:link{
	text-decoration: none;
	color: #1CE707;
}

a:visited{
	color: #1CE707;
	text-decoration: none;
}

a:hover{
	color: #1CE707;
	text-decoration: none;
	font-weight: bold;
}

/* INDEX PAGE LAYOUT */

#logo{
	width: 100%;
	text-align: center;
	left: 0px;
	height: 360px;
	top: 5px;
}

#blurb{
	top: 365px;
	left: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
	position: static;

}

#blurbtxt1{
	top: 0px;
	height: 20px;
	position: static;
}

#blurbtxt2{
	height: 10px;
	position: static;
}

#clicktoenter{
	width: 100%;
	text-align: center;
	left: 0px;
	top: 450px;
	font-family: "Bradley Hand ITC", "Harrington", "High Tower Text", "Kristen ITC", "Lucida Handwriting";
	font-variant: small-caps;
}

/* NO FLASH LAYOUT */

#title{
	width: 100%;
	text-align: left;
	height: 30px
}

#text{
	color: #AA41AA;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}


/* EXTERNAL PAGE LAYOUT */

#toplogo{
	width: 100%;
	text-align: center;
	left: 0px;
	height: 130px;
	top: 5px;
}