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

#main
	{
	width: 800px;
	height: 830px;
	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 100px;
	color: #000;
	}

#navigation
	{
	float: right;
	width: 170px;
	height: 100px;
	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%;
	}

#entrytable
	{
	width: 550px;
	height: auto;
	margin: 20px 0 0 0;
	}

/* This makes the borders in IE go away. Huzzah.
-----------------------------------------------*/

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

/* Hoverbox Code
-----------------------------------------------*/

.hoverbox
	{
	list-style: none;
	}

.hoverbox a
	{
	
	}

.hoverbox a .preview
	{
	display: none;
	}

.hoverbox a:hover .preview
	{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

.hoverbox img
	{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 100px;
	margin: 0 5px 5px 0;
	border: thin solid black;
	}

.hoverbox
	{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	}

.hoverbox .preview
	{
	width: 100px;
	height: 100px;
	}
