body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 80%;
	margin: 0px;
	color: black;
	background-image: url(images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

div {
	position: absolute;
}

#logo {
	left: 0px;
	top: 0px;
	width: 100px;
	height: 60px;
	background-color: skyblue;
}

#logo_image {
	position: absolute;
	right: 14px;
	top: 4px;
}

#heading {
	left: 100px;
	top: 0px;
	height: 56px;
	background-color: skyblue;
	color: white;
	font-size: 320%;
}

#left_arc {
	position: absolute;
	left: 100px;
	top: 56px;
	width: 10px;
	height: 10px;
}

#navbar {
	left: 0px;
	top: 60px;
	width: 100px;
	height: 200px;
	background-color: skyblue;
}

#navlinks {
	left: 10px;
	top: 54px;
	width: 80px;
	height: 70px;
	color: steelblue;
	text-align: right;
	background-color: skyblue;
}

#main {
	left: 100px;
	top: 50px;
	padding: 10px;
	max-width: 500px
}
	
h1 {
	font-size: 200%;
	color: skyblue;
	font-weight: normal;
}

h2 {
	font-size: 120%;
	color: deepskyblue;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: deepskyblue;
}

a:visited {
	color: steelblue;
}

a:hover {
	text-decoration: underline;
}

a.navlink, a.navlink:visited {
	color: white;
	text-decoration: none;
}

a.navlink:hover {
	text-decoration: underline;
}

hr {
	color: skyblue;
	height: 1px;
}

th {
	background-color: skyblue;
	font-size: small;
	text-align: left;
	color: white;
}

td {
	font-size: small;
	background-color: ghostwhite;
}

dl dt { margin-top: 0.5em; }
dl dd { margin-bottom: 0.5em; }

img {
	margin: 0px;
}

span.inline {
	float: right;
	color: deepskyblue;
	text-align: center;
}
