body { background-image : url(images/nightsky.jpg); }
#layout {
	margin-top : 0;
	margin-left : 5%;
	}
#first {
	padding : 2%;
	width : 90%;
	background-color : #ffcccc;
	color : #000000;
	font-family : "Monotype Corsiva", serif;
	font-size : 17pt;
 	}
#nav {
	background : transparent;
	width : 100%;
	color : #ffcccc;
	font-family : verdana, sans-serif;
	font-size : 12pt;
	}
#header {
	background : transparent;
	}
#footer {
	background : transparent;
	width : 100%;
	color : #ffcccc;
	font-family : verdana, sans-serif;
	font-size : 8.5pt;
	}
#first, #header, #footer { margin: 1em 0; }
.pagetitle {
	font-size : 24pt;
	font-weight : bold;
	}
.imageborder {
	padding : 5px;
	border : solid 4px #900000;
	}
a:link, a:visited, a:active {
	color : #ffcccc;
	font-family : "Monotype Corsiva", serif;
	font-size : 17pt;	
	}
a:hover { color : #900000; }



