body, html {
	padding: 0;
	margin: 0;
	font-family: arial;
	height: 100%;
	min-height: 100%;
}
div.nav {
	border: 0px solid red;
	background-color: #000;
}
.e70{
	font-size: .7em;
}
.e75{
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.e120{
	font-size: 1.2em;
}
.footer{
	margin: auto;
	font-family: arial;
	font-size: .75em;
	text-align: center;
}
.content {
	background-image: url(images/bg-translight80.png);
	width: 770px;
	margin: auto;
	margin-bottom: 20px;
	padding: 15px;
}
.content2 {
	background-image: url(images/bg-contentgrad.png);
	background-repeat: repeat-x;
}
a:active, a:visited, a:link {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
img {
	border-color: black;
}
.rounded {
	border-radius: 12px;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden;
}
.smrounded {
	border-radius: 6px;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden;
}
.shadow {
	box-shadow: 3px 3px 3px 0 #666;	
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.undernav {
	position: absolute;
	top: 62px;
	height: 32px;
	background-color: #333;
	border: 0px solid white;
	overflow: hidden;
	width: 100%;
}
div.underovernav {
	height: 32px;
	background-color: #333;
	border: 0px solid white;
	overflow: hidden;
	margin: auto;
	width: 800px;
}
.first {
	margin-top: 0;
}

div.topbar {
	text-align: center;
	background-color: #000;
	height: 62px;
}
div.topbar img {
	margin-top: 10px;
}
div.innertop {
	width: 831px;
	margin: auto;
	overflow: hidden;
}
div.waderesearch {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 45px;
	float: left;
	font-weight: 700;
	overflow: hidden;
}
div.title {
	font-family: 'Roboto', sans-serif;
	color: #999;
	float: right;
	font-size: 36px;
	font-weight: 700;
	padding-top: 10px;
	overflow: hidden;
	z-index: 2999999;
}