body { background-image : url(images/nightsky.jpg); }
#layout {
	width : 85%;
	margin-left : 5%;
	border : 4px solid #900000;
	}
#first {
	background : transparent;
	text-align : center;
	}
#second {
	background : transparent;
	color : #ffcccc;
	font-family : "Monotype Corsiva", serif;
	font-size : 17pt;
	padding: 2em 2%; 
	}
#third {
	background : transparent;
	color : #ffcccc;
	font-family : verdana, sans-serif;
	font-size : 12pt;
	text-align : center;	
	}
#first, #second, #third { margin: 1em 0; }
#content { padding: 0; } 
a:link, a:visited, a:active {
	color : #ffcccc;
	font-family : "Monotype Corsiva", serif;
	font-size : 17pt;	
	}
a:hover { color : #900000; }
a.footer:link, a.footer:visited, a.footer:active {
	font-family : "Monotype Corsiva", serif;
	font-size : 11.5pt;	
	}
.smaller { font-size : 8.5pt; }
/* position the columns */
#first { float: left; width: 40%; }
#second { float: right; width: 55%; }
#third { clear: both; width: 100%; }
