﻿@charset "utf-8";

/**
 * Stylesheet that applies to all pages, other than the home page
 *
 * @author Charles Winebrinner <cwinebrinner@gmail.com>
 * @copyright Copyright (c) 2008, St. Bede Abbey
**/

body {
	height: 945px;
	background-position: 0 25px;
}

div#content { width: 575px; }

ul#menu {
	width: 160px;
	top: 275px;
	left: 50px;
}

div#header {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}