body {
	font-size: 80%;
	background-color: #000000;
	width: 750px;
	color: #c90;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
}

#main {
background-color: #000000;
border-top: 1px #000 solid;
width: 595px;
position: absolute;
left: 156px;
top: 70px;
}
#button {
	position: relative;
	top: 50px;
	/* ie6 hack in the 2 following lines. width=150px for all, 100px for ie6. see http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 90px;
	width /**/: 150px;
	padding: 0 0 1em 0;
	margin-left: -10px; 
	margin-bottom: 1em;
	background-color: transparent;
	color: #c90;
	}

#header {
	position: absolute;
	border-bottom: 2px #CC9900 solid;
	padding-top: 5px;
	width: 750px;
	height: 50px;
	left: 0px;
	top: 0px;
}
#header h1 {
	font-size: 2.5em;
	font-style: italic;
	color: #CC9900;
	text-align: right;
	padding-right: 5px;
}
#header h2 {
font-size: 1.5em;
	text-align: right;
}
.pic, a.pic, a.pic:link, a.pic:visited, a.pic:active, a.pic img{
	color: #000000;
	text-decoration: none;
	border: none;
	filter: Alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /* Mozilla */
}
a.pic:hover, a.pic:hover img{
	color: #ffffff;
	text-decoration: none;
	border: none;
	filter: Alpha(opacity=100); /*IE*/
	-moz-opacity: 1.0; /*Mozilla*/
} 

#main table {
	font-size: 1em;
	line-height: 9pt;
	color: #fed;
}

img.slide {
	border: 1px solid #FCF8E0;
}
a.navslide {
text-decoration: none;
background-color: #000;
}
a.navslide:hover {
	background-color: #000;
	border: 1px dotted #c90;
}
img.navslide {
	border: none;
	}

div.links {
	margin-left: 1.5em;
	border: 1px solid #666666;
	padding: 1em;
}
div.linksItem {
	/*border-bottom: 1px solid #666666; */
	padding-bottom: 2em;
}
div.linksItem h3 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	border-bottom: 1px solid #C90;
}
div.linksItem p.dateStamp {
	text-align: right;
	padding: 1px 0px 0.5em 0px;
	font-size: 0.8em;
	f\ont-size: 0.9em;
	font-size /**/: 0.9em;
	font-style: italic;
}
div.linksItem p {
	font-size: 0.9em;
	f\ont-size: 1em;
	font-size /**/: 1em;
	margin: 0px;
	padding: 0.5em 0px 0.5em 0px;
}
div.linksItem img {
	text-decoration: none;
	border: 0;
}
