
body {
background: #400101 url(../images/background.jpg) no-repeat;
background-attachment:fixed;
background-position: 20% 0%;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

.page-body {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	padding:160px 0px 0px 0px;
	text-align: left;
}

.page-footer {
	width: 600px;
	padding: 0 0 50px 0;
	text-align: center;
}

.page-footer p {
	margin: 0;
	color:#666;
}

.page-footer {
	padding: 0px;
	font-size: 12px;
  color:#b9b9b9;	
}

.page-footer a {
	font-size:11px;
	color: #fff;
	text-decoration:none;
	}
	
.page-footer a:hover {
	text-decoration:underline;
	}

	
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 400%;
	margin: 5px 0 0 0;
	color:#FFF; 
	font-size: 65px;
	padding-bottom:30px;
	line-height: 60px;
}

h2 {
	color:#ccc;
	}

a.page-options {
	color:#333; 
	text-decoration: none;
	font-size:20px;
	line-height: 26px;
	display: block; 
	text-align: center; 
	padding: 10px; 
	background:#ececec;
	margin: 5px 0 0 0;
	border: 10px solid #ccc;	
}

a.page-options:hover, 
a.page-options:focus {
	color:#CC0000; 
	background:#CCCCCC
}		

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}
li {
	color: #cccccc;

}

#homeSearch {
  background: #fff url(../images/search.jpg) no-repeat 48% 0;
	border:1px solid #B8B7B7;
	color:#BB0000;
	text-align:center;
	font-size:25px;
	font-weight:normal;
	height:33px;
	padding:4px 0 0pt 4px;
	width:450px;
	margin-left: 70px;
	margin-bottom: 20px;
	margin-top: 20px;
}


.contactFormField {
	border:1px solid #B8B7B7;
	color:#000;
	text-align:center;
	font-size:25px;
	font-weight:normal;
	height:33px;
	padding:4px 0pt 0pt 4px;
	width:450px;
	margin-bottom: 20px;
}

#contactForm fieldset{
	padding:10px;
}

#contactForm label{
	display:block;
	clear:both;
}
