body{
background:#f9f9f9;
background-image: url(head.jpg);
background-repeat: repeat-x;
height:111px;

}


.logo {
	position:absolute;
	left:80px;
	top:0px;
}

.container {
	width:750px;
	text-align:left;
	margin:0 auto;
	position:relative;
}


a img {
	border:0;
}

a {
	text-decoration:none;
	color:#666;
}

a hover {
	text-decoration:underline;
	color:#555;
}

li
{
   list-style-image: url("li.jpg");
}

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 600px;
}
#scroller {
	width: 600px;
	margin: 0 auto;	
	overflow: hidden;
}
#content {
	width: 3612px;
}
.section {
	width: 600px;
	float: left;
}

p
{
	text-align: justify;
	font-family:HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#2a2a2a;

}