html { min-height: 100%; }

body {
	font-family:Helvetica, Arial, sans-serif;/*font-family: "Trebuchet MS", Arial, Sans;*/
	max-width: 1280px; min-width: 1024px; margin: 0 auto;
}

a {
	color: #000000;
	outline: medium none currentColor;
	text-decoration: underline;
}

a:hover { color:#000; }

.dropdown-menu li > a, a.btn { text-decoration:none; }

.clear {
	clear: both;
}

div.block {
	background-color: #f0f0f0;
	margin-bottom: 20px;
}

#navibar {
	padding: 10px 20px;
}

#content {
	padding: 0 20px;
}

#content ul {
	list-style: none outside none;
	margin: 0;
}

#scrolltotop-btn {
	display: none;
	z-index: 100;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 70px;
	line-height: 16px;
	height: 16px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	text-align: center;
}

#scrolltotop-btn a {
	text-decoration: none;
}