body
{
	background-color:#FF3366;
}
*
{
	padding:0px;
	margin:0px;
		color:black;
	font-size: 9px;
	line-height: 18px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-transform: uppercase;	
}
a,
a:visited,
a:hover
{
	text-decoration:none;
	color:white;
}

h1
{
	height:26px;
	width:740px;
	background-repeat:no-repeat;
	margin-bottom:40px;
	background-image:url(../images/heathers_pink.gif);
}
h1 span
{
	visibility: hidden;
}
h2 {
	padding-bottom: 16px;
	padding-top: 16px;
}
div#content
{
	width:740px;
	height:510px;
	text-align:left;
	margin-bottom:-25px;
}

div.leftColumn
{
	float:left;
	width:355px;
}

div.rightColumn
{
	float:left;
	width:355px;
	margin-left: 30px;
	margin-bottom:-20px;
}
p
{
	margin-bottom:20px;
}

input.textbox {
	height: 23px;
	width: 147px;
}
input.submit {
	height: 23px;
	width: 67px;
}
div#flashcontent
{
	position:relative;
	top:-100px;
	left:-300px;
	width:200px;
	height:100px;
}
input.submit
{
	color: black;
	border-top-style: outset;
	border-left-style: outset;
	border-top-width: 2px;
	border-left-width: 2px;
}