<!--
a {
	color:#7b1831;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	} 

body {
	background-color: #ffffff;
	font-family: arial,helvetica,'sans serif';
	letter-spacing:1px;
	}

img {
	border-color: #7b1831;
	}

img.menu_button {
	border: 0px;
	height: 15px;
	}

td {
	font-family: arial,helvetica,'sans serif';
	letter-spacing:1px;
	}

.border { /* places the border */
	position:absolute;
	top:2px;
	left:0px;
	}

.logo { /* places the logo */
	position:absolute;
	top:6px;
	left:4px;
	}

.quote { /* places the quote */
	position:absolute;
	top:10px;
	left:580px;
	}

#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
	}

#nav ul li { /* removes bullets */
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#nav li a { /* makes each link display as a block. Sets width etc */
	background: #fff;
	width: 106px;
	height: 1em;
	color:#7b1831;
	text-decoration: none;
	border-top: 1px solid #7B1831;
	border-left: 1px solid #7B1831;
	border-bottom: 1px solid #7B1831;
	border-right: none;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
	text-align: center;
	}

#nav li#end a {
	border-right: 1px solid #7B1831;
	}

#nav li a:link,a:visited {
	color:#7b1831;
	}

#nav li a:hover {
	color: #ffffff;
	background-color:#7B1831;
	}

-->

