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

#main
	{
	width: 800px;
	height: 900px;
	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;
	}

#interns
	{
	float: left;
	margin: 0 15px 0 0;
	}

#internphoto
	{
	float: right;
	width: 300px;
	}

.sub
	{
	font-variant: small-caps;
	font-size: 150%;
	font-weight: bold;
	}

#navigation
	{
	float: right;
	width: 180px;
	height: 450px;
	background-color: #00a0c6;
	}

#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%;
	}

