html, body {
	margin: 0px;
	padding:0px;		
	}

#page {
	margin: 50px auto 0 auto;
	position: relative;
	height: 500px;
	width: 450px;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #545E6D;
	}

#directions {
	position:absolute;
	width: 450px;
	margin: 0;
	}

h1, h1 a,  h1 a:visited, a, a:visited {
	text-decoration: none;
	color: #444 !important;
	}

h1 a:hover, a:hover {
	color: #0ae !important;
	}

#english, #french{
	position: relative;
	margin: 20px 10px 30px;
	}

#english {float: left;}
	
#french {float: right;}

.blurb {
	clear: both;
	margin: 30px 30px 0;
	}

p {
	text-align: justify;
	}

p a, p a:visited {
	color: #37b !important;
	}

#splashslices {
	width: 450;
	height: 350;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	}
