@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #260200;
	background-image:url(../images/siteBG.jpg);
	background-attachment:fixed;
	background-position:center;
	text-align: justify;
	text-align-last: left;
}
body,td,th {
	font-family: Century Gothic;
	font-size: 12px;
	color: #ffd3d1;
}
a:link {
	color: #bb5200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bb5200;
}
a:hover {
	text-decoration: none;
	color: #571817;
}
a:active {
	text-decoration: none;
	color: #bb5200;
}
.fakeinput {
	background-color: transparent;
	border: 1px dashed #612b2b;
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
}
input {
	background-color: transparent;
	border: 0px dashed #612b2b;
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
}
textarea {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
	border: 1px dashed #612b2b;
}
ul {
	list-style-image: url(../images/bullet.png);
	line-height: 20px;
}
.headline {
	font-variant: small-caps;
	font-size: 12px;
	letter-spacing: 7px;
	color: #bb5200;
	font-family: "Century Gothic";
}
.copyright {
	font-size: 11px;
	color: #bb5200;
}
