#navcontainer
{
	position: absolute;
	font-family: century gothic;
	letter-spacing: -0.5px;
	top: -92px;
}
#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	background-image: url(bot.swf);
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	color: #D38F4D;
	text-decoration: underline ;
	float: right;
	vertical-align:bottom;
}

#navcontainer ul li a:hover
{

	background-color: #FFF;
	color: #404040;
}

#logo
{
	background-image: url(logo.jpg);
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;

}
#Title
{
	float: right;
	margin: 10px;
	width: auto;
	font-size: 150%;
	color: #D38F4D;

}