@charset "utf-8";
body {
	background-image: url(top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#navcontainer {
	width: 500px;
	top: 140px;
	position: absolute;
	left: 400px;
}
#sidebar {
	width: 230px;
	padding-left: 70px;
	padding-right: 50px;
	position: absolute;
	top: 330px;
}
#content {
	width: 550px;
	position: absolute;
	top: 220px;
	left: 350px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 50px;
}
a:link, a:visited {
	color: #0389C6;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #0389c6;
	text-decoration: none;
}

#navlist a:hover
{
	color: #0389c6;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url(wiggle.gif);
}

#navcontainer li a#current
{
	background-image: url(glow.gif);
	color: #FFFFFF;
}


h2 {
	color: #0389C6;
	padding-bottom: 5px;
}
.author {
	padding-right: 25px;
	padding-bottom: 25px;
}

#numberone {
	height: 309px;
	clear: both;
}
#numbertwo {
	height: 309px;
	clear: both;
}
#numberthree {
	height: 309px;
	clear: both;
}
.bigger {
	font-size: 120%;
}
