body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000;
}

#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #000;
	background-color: #fff;
}

#masthead {
	text-align: center;
	border: 1px solid #000;
}

#navigation2010 {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content {
	position: relative;
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Masthead Styles */

#masthead h1 {
	color: #000E61;
	font-size:31px;
}

#masthead h3 {
	color: #fff;
	font-size:21px;
}

/* Navigation Styles */

#navigation2010 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#navigation2010 li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #AA5FA6;
	background-color: #8fd1c2;
}

#navigation2010 a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #8fd1c2;
	font-weight: bold;
	border-bottom: 1px solid #ef59a1;
}

#navigation2010 a:hover {
	color: #000;
	text-decoration: none;
	background-color: #AA5FA6;
	border-bottom: 1px solid #AA5FA6;
}

/* Content Styles */

#content h3,h4,h5,h6 {
	color: #000;
}

#content h1 {
	color: #000;
	font-size:20px;
}

#content h2 {
	color: #000;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:-8px;
	color:#AA5FA6;
}

#content img {
	padding: 5px;
	border: 1px solid #AA5FA6;
	margin: 5px;
}

#content img.poster {
	padding: 5px;
	border: 1px solid #AA5FA6;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#content img.sponsor {
	padding: 5px;
	border: 1px solid #fff;
}
#content #starburst {
	position:absolute;
	z-index:10;
	right:5px;
	top:-10px;
	border: 0px solid #fff;
}
#content #announce {
	background-color:#feffe4;
	padding: 5px;
	border: 2px solid #AA5FA6;
	width: 458px;
	display:block;
	background-image:url(../images/announce_bg.gif);
}
#announce h1 {
	font-size:19px;
}
#announce h3 {
	font-size:17px;
}
#announce li {
	list-style:none;
}

/* Footer Styles */

#footer {
	text-align: center;
	clear: both;
	width: 920px;
	border: 1px solid #ef5ba1;
}
#footer p {
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

#footer a:hover {
	color: #EF59A1;
	text-decoration: none;
}

a {
	color: #AA5FA6;
	text-decoration: underline;
}

a:hover {
	color: #EF59A1;
	text-decoration: underline;
}
