body
{
	background: url(../pics/bg.jpg);
	text-align: center;
	color: #242424;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 90%;
}

a
{
	text-decoration: none;
}

.container
{
	margin: 2em auto 0 auto;
	width: 495px;
	text-align: left;
	
	border: 0px #ff0000 solid;
}

.container img
{
	border: none;
}

#logo
{
	position: relative;
	float: left;
}

#pic
{
	position: relative;
	float: right;
	margin: -85px 0 0 0;
}

.content
{
}

.clearer
{
	clear: both;
	
}

/* NAVIGATION */
.content ul.nav
{
	border: 0px #ff0000 solid;
	/* background: url(../pics/bg_nav.gif) -10px -10px; */
	margin: 1em 0px 0 -20px;
	padding: 0;
	float: left;
	text-align: center;
        border-top: 1px #aaa solid;
        border-bottom: 1px #aaa solid;
        border: none;
}

.content ul.nav li
{
	padding: 0.3em 0 0.3em 0;
	margin: 0px 0 0 0;
	list-style: none;
	width: 110px;
	border-top: 0px #aaa dashed;
	border-bottom: 2px #aaa dashed;
	background: #696969;
	color: #fffafa;
}

.content ul.nav li.last
{
        border: none;
}

.content ul.nav li.active a
{
	text-decoration: none;
}

.content ul.nav li a
{
	color: #eee;
}

.content ul.nav li a:hover
{
	color: #242424;
	text-decoration: none;
}



