@charset "UTF-8";
body {
	background: #2c2721 url(images/bg3.gif) repeat-x;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	background: #FFF;
}
#header {
}
#content {
}
#footer {
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
}
.contact {
	background: url(images/contact.jpg) no-repeat;
	padding-left: 22px;
}
.quotes {
	font-size: 0.95em;
	font-style: italic;
	text-align: center;
}
.bodylink {
}
.bodylink a {
	color: #06F;
	text-decoration: underline;
}
.bodylink a:hover {
	color: #090;
}
.whitebg {
	background: #FFF;
}
