@media screen {

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#logo h1 {
	background: url(logo.png) transparent no-repeat;
	background-position: center;
	height: 80px;
	min-width: 375px;
}

#logo h1 span {
	display: none;
}

#logo h2 span {
	display: none;
}

#leftcolumn {
	position: absolute;
	top: 166px;
}

#leftcolumn h1 {
	color: maroon;
	font-size: 75%;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	margin-bottom: 2px;
	letter-spacing: 4px;
}

#donation {
	width: 200px;
	padding-bottom: 15px;
}

#donation p {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
}

#donation form {
	margin-top: 10px;
	margin-left: 70px;
}

#links {
	width: 200px;
}

#links ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

#links li {
	padding-bottom: 10px;
	font-size: 75%;
	text-align: center;
}

#links li a {
	text-transform: uppercase;
	color: maroon;
	display: block;
	font-size:125%;
}

#advertisements {
	width: 200px;
}

#advertisements h1 {
	color: maroon;
	font-size: 75%;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	margin-bottom: 2px;
	letter-spacing: 4px;
}

#newscolumn {
	position: absolute;
	top: 170px;
	left: 225px;
	min-width: 450px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#navigation {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#navigation span {
	padding: 5px;
	margin: 5px;
	text-align: center;
}

#navigation span.downloads {
	font-weight: bold;
}

#newsentry {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	top: -5ex;
	padding-bottom: 10px;
	min-width: 450px;
}

#newsentry h1 {
	position: relative;
	top: 1ex;
	text-align: center;
	color: white;
	background: url(subjectbackground.png) repeat-x 25px;
	font-size: 100%;
	padding: 5px;
	padding-bottom: 2px;
	margin-left: 125px;
	margin-right: 135px;
}

#newsentry h1 a:hover {
	color:white;
}
#newsentry h1 a:link {
	color:white;
}
#newsentry h1 a:visited {
	color:white;
}



#newstext {
	padding: 5px;
	position: relative;
	top: -2px;
	border: 1px solid black;
	margin-right: 10px;
}

}

@media print {
#advertisements {
	display: none;
}
}