body {
	word-wrap: normal;
	line-height: 1.2em;
	font-size: 1em;
	background-color: #f2f2f2;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
	font-weight: 200;
	}
.right{ text-align: right; padding-left: 1em; margin-left: 1em; float: right;
	}
.left{ text-align: left; padding-right: 1em; margin-right: 1em; float: left;
	}
hr{	clear: both;
	color: #6b1119;
	}
.container{ width: 90%;
	margin: 0 auto;
	min-width: 482px;
	}
.header {border-style: solid; border-color: #6b1119; padding-bottom: 0.2em; padding-right: 1em; padding-left: 1em; background-color: white;
	/* -moz-border-radius: 1em; */
	-webkit-border-radius: 1em;
	border-radius: 1em;
	/*	border: 3px solid #410e12; */
	}
.center {text-align: center;}
.content { border-color: #6b1119; border-style: solid; padding: 1em; background-color: white;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	/*	-moz-border-radius: 1em;
	border: 3px solid #410e12; */
	margin-top: 1em;
	
	}
h1 {
		margin-bottom: -0.6em;
		font-weight: bold;
		font-size: 1.2em;
	}
h2 {
		margin-top: 1.3em;
		margin-bottom: -0.6em;
		font-weight: bold;
		font-size: 1.1em;
	}
h3 {
		font-weight: bold;
	}