@charset "utf-8";
/* CSS Document */
body {
	background-image: url(webfiles/bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #492E4D;
	background-attachment: fixed;
}
#content{
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 50px;
	width: 350px;
	text-align: center;
	background-attachment: scroll;
	padding-top: 10px;
	padding-bottom: 10px;
}
a {
	color: #4F3967;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #C1B6BC;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
