/*
 * $Id: page.css,v 1.3.4.1 2008/04/02 19:20:44 ctandy Exp $
 * sets a default page width and centers the page in the viewport
 */
 
body {
	width: 918px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#page {
	width: 918px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

#pageBorder {	
	width: 918px;
	text-align: left;
	position: relative;
	border: 1px solid black;
	padding-bottom: 50px;	
	height: auto;
}

#header {
	cursor: pointer;
}