body {
	margin: 0px;
	font-family: Helvetica, sans-serif;
	background-color: #fdfdfd;
}

#header {
	padding: 3px;
	padding-left: 10px;
	background-color: #BE311A;
/*	width: 100%; */
	margin: 0px;
	margin-bottom: 5px;
}

#header h1 {
	color: white;
	font-family: Georgia, serif;
}

#main {
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 20px;
	max-width: 800px;
}

h2 {
	color: #00A4D7;
	margin-bottom: 7px;
	font-family: Georgia, serif;
	font-style: italic;
	width: 102%;
	margin-left: -15px;
	border-bottom: 1px solid #00A4D7;
}

h3 {
	color: #00A4D7; 
	margin-bottom: 0px;
	font-style: italic;
	font-size: large;
	font-weight: normal;
}

p {
	margin-top: 2px;
}

#main a:link {
	color: #BE311A;
}

#main a:visited {
	color: #CE412A;
}

table {
	border: 0px;
}

td {
	vertical-align: top;
}

img.button {
	border: 0px;
	vertical-align: middle;
	text-align: right;
}

li {
	margin-bottom: 5px;
}

li.next {
	width: 90%;
	background-color: #80C4F7;
	margin-bottom: 5px;
}

div.lastm {
	margin-top: .5em;
	float: left;
}

div.lastm a:link {
	color: #BE311A;
}

div.lastm a:visited {
	color: #CE412A;
}

#footer {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	text-align: right;
	/* font-style: italic; */
	font-size: small;
	max-width: 800px;
}

#portrait {
	float: right;
}
