
body {
	margin-top: 10px;
	padding: 0;
	background: #ffffff;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:visited {
color: #8C0209;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #000fff;
border-top: #000fff dotted 1px;
}
a:active {
text-decoration: none;
color: #FF0000;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}


/* Content */

#content {
	align: center;
	margin: 0 auto 0 20px;
	width: 600px;
}