body {
	background-color: #000;
	margin: 0;
	text-align: center;
	padding: 0px;
}

#shell {
	position: relative;
	width: 800px;
	height: 600px;
	margin: auto;
	z-index: 0;
	background: url('images/bg.jpg');
	text-align: left;
	overflow: hidden;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 415px;
	height: 91px;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;
}

#nav {
	position: absolute;
	top: 0px;
	left: 415px;
	width: 385px;
	height: 91px;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;
}

p {
	font-family: 'arial narrow','helveticaneue condensed','helvetica condensed','arial','helvetica',sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #003366;
}

.register {
	font-family: 'arial narrow','helveticaneue condensed','helvetica condensed','arial','helvetica',sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
}

.timeline {
	font-family: 'arial narrow','helveticaneue condensed','helvetica condensed','arial','helvetica',sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:30px;
	text-indent:-30px;
	color: #000;
}

.large {
	font-family: 'arial narrow','helveticaneue condensed','helvetica condensed','arial','helvetica',sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	color: #003366;
}

a:link, a:visited {
	text-decoration: underline;
	color: #003366;
}

a:hover {
	text-decoration: underline;
	color: #cc0000;
}