@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:0.8em;
	text-align: center;
	list-style-type: circle;
}

h1 {
	font-family: Trebuchet MS, Geneva, Helvetica, Arial, sans-serif;
	font-size:2.3em;
	font-weight:900;
	color:#000000;
    line-height: 1em;
}

img {
	border:0px;

}

a:link {
	color: #8C231D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color:#8C231D;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color:#8C231D;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color:#8C231D;
	font-weight: bold;
}

#container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:100%;
    float:left;
}