@charset "UTF-8";
@import url("screen.css");

/**********/
/* Layout */
/**********/

/* -- Page -- */

body {
	background-image: none;
}
div#page {
	background-image: none;
	margin: 0;
}

/* -- Header -- */

h1 {
	width: 880px;
	height: 40px;
	background-image: none;
	margin: 0 20px;
}

/* -- Footer -- */

div#footer {
	display: none;
}

/**************/
/* Navigation */
/**************/

/* -- Top Navigation -- */

ul#nav {
	display: none;
}

/* -- Footer Navigation -- */

ul#footernav {
	display: none;
}

/***********/
/* Content */
/***********/

/* -- Core Type -- */

h1 span {
	visibility: visible;
	font-size: 1.6em; /* 26px */
}

/* -- Links -- */

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
p#introduction a:link, p#introduction a:visited {
	color: #369;
}
