body
{
	color: #003;
	margin: 0px;
	padding: 0px;
	background-color: #CCf;
	text-align: left;
}

body, p, div, td {
	font-family: "trebuchet ms", tahoma, verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}

div {
	background-color: #FFF;
}

.wrapper, #content, #sidebar {
	background-color: #ccf;
}

.wrapper {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	position: absolute;
	width: 597px;
	height: 100px;
	top: 5px;
	margin-left: 0;
	border: 1px solid;
	border-color: #336;
	text-align: center;
	background-image: url(http://www.chellman.org/lisa/images/nightsky.jpg);
	background-repeat: none;
}

#content {
	position: absolute;
	top: 133px;
	left: 0px;
	width: 599px;
}

#block1 {
	position: relative;
	border: 1px solid;
	border-color: #99C;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 3px;

}

#block2 {
	position: relative;
	border: 1px solid;
	border-color: #99C;
	padding: 5px;
}

#sidebar {
	position: absolute;
	top: 5px;
	right: 0;
	width: 198px;
}

.sidebar  {
	position: relative;
	border: 1px solid;
	border-color: #99C;
	margin-bottom: 3px;
	padding: 5px;
}

#rating, #highlight {
	background-color: #fcf;
}

h1 {
	font-size: 16px;
	color: #60C;
	text-align: left;
	margin-top: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #339;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #339;
}


dt {
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #66f;
}

a:visited {
	color: #99c;
}

a:hover {
	text-decoration: underline;
}

ul, li
{
	margin-left: 0;
	padding-left: 0;
	list-style: none inside;
}

ul#nav {
	position: absolute;
	top: 96px;
	left: 0px;
	width: 600px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}



ul#nav li a:link, ul#nav li a
{
	display: block;
	float: left;
	background-color: #C9F;
	height: 20px;
	width: 97px;
	margin: 0px;
	padding-top: 0px;
	margin-right: 1px;
	font-size: 12px;
	color: #303;
	text-align: center;
	text-decoration: none;
	border-color: #96C;
	border-width: 1px;
	border-style: solid;
}
	

ul#nav li a:hover, ul#nav li a#active {
	background-color: #fcf;
	color: #303;
	}	
	
ul#jumper li {
	display: inline;
}
