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

body {
	background: #fff;
	margin: 0;
	text-align: center;
	font-size: x-small;
}
#outerWrapper {
	margin: 20px auto;
	width: 930px;
	position: relative;
}
#content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #C0996E;
	text-decoration: underline;
}
footer {
	font-size: x-small;
}
#outerWrapper {
	font-size: xx-small;
}
