body {
	font: 12px "Bitstream Vera Sans", sans-serif;
	color: #000;
	background: #bdc9d0;
}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

a:hover {
	color: #999;
	border-color: #999;
	background: inherit;
}

a:visited {
	border-bottom: 1px dashed #333;
}

a img, a.img:link, a.img:active, a.img:visited, a.img:hover {
	border: 0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1 {
	font: bold 20px "Bitstream Vera Sans", sans-serif;
	color: #54646e;
	background: inherit;
}

small {
	font-size: 10px;
}

#page {
	width: 500px;
	border: 5px solid #cedae0;
	padding: 10px;
	background: #fff;
	color: inherit;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -250px;
}

#nav li {
	float: right;
	padding: 5px 10px;
	text-align: center;
}

#main {
	padding: 25px;
	line-height: 1.3;
}

.clear {
	clear: both;
}

/* FLOATING DIVS - LEFT AND RIGHT */
.left {
	float: left;
	margin: 10px 15px 10px 0px;
}

.right {
	float: right;
	margin: 10px 0px 10px 15px;
}



#webbform {
	position: absolute;
	top: 15px;
	right: 15px;
	border: none;
}
