p {
  font-family: Helvetica Neue;
  font-size: 14px;
  color:#000000;
}

body {
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	color:#272128;
	font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 12px;
	text-align:center;
	position:relative;
}
#body UL{
	display: none;
}
#frame{
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:950px;
	height:600px;
	position:relative;
} 
#wrapper{
	width:790px;
	height:430px;
	padding-right: 60px;
	position:absolute;
	text-align:left;
	top:150px;
	left:65px;
	overflow: auto;
}
#navbar{
	position:absolute;
	width: 540px;
	top: 67px;
	left:360px;
	font-family: Helvetica Neue, Helvetica;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
#navbar li {
	display:inline;
	margin:0 12px;
}
#navbar li a#current{
	color:#6979A0;
}
#navbar a:link, #navbar a:visited {
	color:#000000;
}
#navbar a:hover{
	color:#6979A0;
}
.floatleft{
	float:left;
	margin:0 20px 0 0 ;
}
a:link, a:visited{
	color:#6979A0;
	text-decoration:none;
}
a:hover, a:active{
	color:#6979A0;
	text-decoration:none;
}
