body {
	color: #600000;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 10px;
	font-family: Arial,Helvetica,"Sans Serif";
	font-size: .9em;
}

div {
	padding: 0;
	margin: 0;
}

table {
	border: 0;
	padding: 0;
	margin: 0;
}

div.border_outer {
	padding: 10px 0;
	background-color: #600000;
}

div.border_inner {
	text-align: center; /* Centers content_outer in IE */
}

div.content_outer {
	width: 620px;
	margin-left: auto;   /* Centers content_outer in Firefox */
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

div.content_inner {
	width: 600px;
	padding: 10px 0;
	margin: 0 10px;
}

img {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

a {
	color: #600000;
}

a:link {
	color: #600000;
}

a:visited {
	color: #600000;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin-top: .5em;
	margin-bottom: .1em;
	font-family: "Times New Roman",Times,Serif;
	font-variant: italic;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.67em; }

img.member150 {
	width: 100px;
	height: 150px;
}

img.left {
	float: left;
	margin: 0;
	margin-right: 10px;
}

img.right {
	float: right;
	margin: 0;
	margin-left: 10px;
}

/* Text in the profiles is justified around the pictures to make it pretty */
.member_profile p {
	text-align: justify;
}