#archcontainer
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
}

#archcontainer ul li
{
	display: inline;
}

#archcontainer ul
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
 	font-weight: bold; 
	font-size: 0.95em;
	color: #6b6b6b;
	background-color: transparent;
	line-height: 100%;
}

#year2005
{
	background-image:url(../images/2005.gif);
	padding-left: 200px;
	line-height: 30px;
	background-repeat: no-repeat;
}

#year2006
{
	background-image:url(../images/2006.gif);
	padding-left: 200px;
	line-height: 30px;
  	background-repeat: no-repeat;
}

#year2007
{
	background-image:url(../images/2007.gif);
	padding-left: 200px;
	line-height: 30px;
  	background-repeat: no-repeat;
}

#year2008
{
	background-image:url(../images/2008.gif);
	padding-left: 200px;
	line-height: 30px;
  	background-repeat: no-repeat;
}

#year2009
{
	background-image:url(../images/2009.gif);
	padding-left: 200px;
	line-height: 30px;
  	background-repeat: no-repeat;
}

/* FOOTER */
div.footer
{
 	position: relative;
	margin-left: 0;
}

div.search
{
	width: 100%;
	top: 380px;			/* Distance from top of screen. */
	left: 310px;
}

