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

.background {
	background-color: #000;
	background-image: url(images/background.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.headerbackground {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.headertext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}
.bold-body-text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #F60;
	text-decoration: none;
	font-weight: normal;
}
.border {
	border: thin solid #666;
	background-image: url(images/black-tile.png);
	background-repeat: repeat;
	padding-right: 15px;
	padding-left: 15px;
}
.black-tile {
	background-image: url(images/black-tile.png);
	background-repeat: repeat;
}

.bodytext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FE2100;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.copyright-text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.gradient {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}
