@charset "UTF-8";
/* CSS Document */

body {
	background-color: #c1c1c1;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;   /*centers the website in IE5*/
}

#container {
	width: 480px;
	margin: 0 auto;   /*centers the website in all other browsers*/
	padding: 0;
	text-align: left;   /*overwrites the text-align declaration in body*/
	overflow: auto;
}
h1 {
	font-size: 12px;
	line-height: 60px;
	font-weight: normal;
	margin: 0;
}
#info {
	margin: 4em 0 0 0;
	padding: 1em 0 .7em 0;
	border-top: 1px solid #5c1f29;
	border-bottom: 1px solid #5c1f29;
}
h2 {
	font-size: .75em;
	font-weight: normal;
}
p {
	font-size: .75em;
	line-height: 2.5;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #5c1f29;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.dot {
	font-size: 10px;
	color: #5c1f29;
}
#links {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #5c1f29;
}
.right {
	text-align: right;
	line-height: 60px;
	font-size: 11px;
}
#copyright {
	width: 400px;
	margin: 0 auto;   /*centers the website in all other browsers*/
	padding: 0;
	text-align: left;   /*overwrites the text-align declaration in body*/
}
#notice {
	padding: .5em 0;
	border-top: 1px solid #5c1f29;
	border-bottom: 1px solid #5c1f29;
}
#notice p {
	font-size: .75em;
	line-height: 2;
}

