* {
	font-family: "Trebuchet MS";
}

body {
	background-color: #e6e6e6;
	margin-top: 0;
	margin-bottom: 0;
}

html, body {
	height: 100%;
}

#contactname {
	font-weight: bold;
}

#page {
	background-color: white;
}

#menu {
	background-color: #a00000;
	width: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

#banner {
	background-color: #a00000;
	margin: 0px;
	background-image: url(title.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#banner img {
	margin: 1ex;
}

h1 {
	color: white;
	margin: 0px;
	padding: 1ex;
	font-weight: normal;
}

#sig {
	text-align:right;
	margin-right: 5ex;
}

#front_image {
	width: 100%;
	text-align: center;
}

#front_image img {
	border: 9px solid #e6e6e6;
}

.quote {
	margin-left: 10ex;
	margin-right: 10ex;
	font-style: italic;
}

a, a:visited {
	color: #a00000;
}

a.menu, a.menu:visited {
	background-color: #a00000;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 2em;
	padding-right: 2em;
	margin: 0em;
	color: white;
	text-decoration: none;
}

a.active, a.active:visited, a.menu:hover {
	background-color: white;
	color: #a00000;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-size: 10pt;
	height: 100%;
}

#body {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#footer {
	width: 100%;
	text-align: center;
	color: #a0a0a0;
	font-size: 80%;
}