@import url(mainbar.css);
@import url(sidebar.css);

* {
	margin: 0;
	padding: 0;
}

body {
	background: black url(bg.jpg) top left repeat-y;
	font: 14px/1.4 Georgia, serif;
	color: #202020;
}

a:link, a:visited, a:hover, a:active {
	color: #900000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #900000;
}

a:hover {
	border-bottom: 1px solid #900000;
}

#masthead {
	background: url(mastheadbg.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 220px;
}

#masthead h1, #masthead h2, #masthead h3, #masthead-highres {
  display: none;
}

#content {
	position: absolute;
	top: 250px;
	left: 100px;
	width: 750px;
}

#copyrightnotice {
  display: none;
}