body {
	font-family: arial;
	background: white;
}

#ad {
	position: absolute;
	top: 18px;
	right: 20px;
}

#webring {
	position: absolute;
	color: black;
	bottom: 50px;
	right: 10px;
}

#webring img {
	margin: 0px;
}

#logo {
	float: left;
	margin-left: 50%;
	margin-top: 5%;
}

#copyright {
	position: absolute;
	color: black;
	bottom: 10px;
	right: 10px;
}

ul {
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

img {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
}

.abs {
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

.header {
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-bottom: 1px solid black;
	background: white;
}

.headerbdr {
	position: absolute;
	width: 60%;
	left: 20%;
}

.content {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid silver;
	background: white;
	
	width: 49%;
	left: 20%;
	position: absolute;
	top: 7%;
}

.navibar {
	font-size: 10px;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid black;
	background: white;
}

.navibarbdr {
	position: absolute;
	width: 10%;
	left: 70%;
	top: 7%;
}

a {
	color: #333333;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: none;
	color: blue;
}

