body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}


h1, h2 {
	font-size: 140%;
	color: #000000;
	border-bottom: 1px solid #d1d1d1;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
}

a {
	color: #002222;
	font-style: italic;
}

#holder {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	background-color: #fff; 
	width: 800px;
}

#header {
	background-color: #fff;
	background-image: url(images/shad.png);
	background-repeat:no-repeat;
	background-position: top right;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	cursor: default;
	margin: 0em 0em 0em 0em;
	height: 70px;
}

#footer {	
	clear: both; 
	color: #c0c0c0; 
	padding: 1em 1em 1em 1em;
	border-top: 1px dashed #ccc;
}

#footer a {	
	color: #c0c0c0; 
}

#logo {
	background-image: url(images/penguin.png);
	background-repeat: no-repeat;
	background-color: transparent; /* as far as I know this works */
	width: 460px;
	height: 57px;
	padding-top: 1em;
	border-top: 10px solid #fff; /* this is here until I fix the float */
	border-left: 10px solid #fff; /* this is here until I fix the float */
}

/* menu */
#menu {
	width:100%;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	padding-top:15px;
	padding-bottom:9px;
	text-align: right;
}

#menu a {
	height:25px;
	padding:9px;
	background-color: #fff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-right:0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	background-image: url(images/shad.png);
	background-position: top;
	background-repeat: repeat-x;
}

#menu a:hover {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #33FF33;
	border-top: 1px solid #33FF33;
	border-right: 1px solid #33FF33;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/shad2.png);
}

#menu .aactive {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
	background-image: url(images/shad2.png);
	background-position: top;
	background-repeat: repeat-x;
}

div.block, div.blockDistinct {
	padding: 10px; 
	padding-bottom: 3px; 
	padding-top: 8px;
	margin: 8px;
}

div.blockDistinct { 
	background-color:  #f5f5f5;
}

