/* Global Styles */
body {
	background: url(images/background.jpg) no-repeat top fixed;
	margin: 0;
	color: #eeeac1;
	font-family: Verdana;
	font-size: 12px;
}

.header {
	margin: 0 auto 0 auto;
	height: 404px;
	text-align: center;
}

.content {
	width: 848px;
	margin: 0 auto 0 auto;
}

.content p {
	padding: 10px;
	color: #eeeac1;
	font-family: Verdana;
	font-size: 12px;
}
a:link, a:active, a:visited {
	color: #b1241a;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #e85241;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.navigation {
	border-right: 0px;
	border-left: 0px;
	background: url(images/nav_tile.gif) repeat-x;
	width: 848px;
	height: 40px;
	margin: 0 auto 0 auto;
}
.navigation p {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
.footer {
	border: 0px;
	width: 848px;
	margin: 0 auto 0 auto;
	margin-top: 15px;
}
.footer p {
	padding: 10px;
	text-align: center;
	margin: 0px;
}
.copyright {
	border-right: 0px;
	border-left: 0px;
	background: url(images/nav_tile.gif) repeat-x;
	width: 848px;
	height: 40px;
	margin: 0 auto 0 auto;
}
.copyright p {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
img {
	border: 0px;
}

input {
	background-color: #11100e;
	border: 1px solid #606060;
	color: #a9a6a6;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px;
}
textarea {
	background-color: #11100e;
	border: 1px solid #606060;
	color: #a9a6a6;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px;
}