@charset "utf-8";

body
{
	background: url('images/background.png') repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

div#container
{
	margin: 0 auto;
	width: 800px;
}

div#top
{
	height: 132px;
}

div#top p, div#top span, div#ytop td, div#top a
{
	color: white;
}

div#year
{
	height: 45px;
}

div#year p
{
	color: white;
	margin :0;
	padding: 15px 0 0 0;
}

div#year span, div#year td, div#year a
{
	color: white;
}

div#menu-holder
{
	float: left;
	height: 48px;
	left: 50%;
	margin-bottom: 10px;
	position: relative;
}

ul#menu
{
	/*display: block;*/
	height: 48px;
	list-style: none;
	left: -50%;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#menu li
{
	display: inline;
}

ul#menu a:visited,
ul#menu a:link,
ul#menu a
{
	color: white;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	padding: 10px 10px 0 10px;
	text-align: center;
	text-decoration: none;
}















