body
	{
	background-image: url(images/submissionbackground.gif);
	margin: 0 auto;	background-repeat: no-repeat;
	background-color: #00a0c6;
	}

#main
	{
	width: 780px;
	line-height: 1.4em;
	}

#header
	{
	width: auto;
	height: 230px;	}

#title
	{
	color: black;
	width: auto;
	font-size: 100%;
	}

#maintitle
	{
	font-size: 300%;
	color: #fff;
	}

#subtitle
	{
	font-size: 90%;
	margin: 0 0 0 360px;
	color: #000;
	}

#navigation
	{
	float: right;
	width: 220px;
	height: 420px;
	text-align: center;
	background-color: #00a0c6;
	background-image: none;
	}

#navigation a:link,
#navigation a:visited
	{
	color: #bdda82;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	}

#navigation a:hover,
#navigation a:active
	{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	}

#voting_booth
	{
	width: 200px;
	height: 180px;
	margin: 20px auto 0 auto;
	padding: 0 0 15px 0;
	background-image: url(images/votingbooth.png);
	background-position: top;
	background-repeat: no-repeat;
	}

a:link,
a:visited
	{
	color: #fff;
	text-decoration: none;
	}

a:hover,
a:active
	{
	color: #000;
	text-decoration: none;
	}

#entryBox
	{
	width: 520px;
	height: 575px;
	margin-top: 15px;
	}

#entryFrame
	{
	background-color: white;
	border: 5px solid black;
	text-align: center;
	width: auto;
	}