body,div,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	background: #fff;
	font-family: helvetica,arial,sans-serif;
}

.marginsauto {
	margin-left: auto;
	margin-right: auto;
}

.std_width {
	width: 1024px;
}

.floatleft {
	float: left;
}

.center {
	text-align: center;
}

#navbar {
	 font-size: 0.85em;
}

#navbar a{
	display: block;
	text-decoration: none;
	color: #000;
}

#navbar a:hover{
	text-decoration: underline;
	color: #009;
}