@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
}
#backgroundimage {
	background-image: url(art/backgroundSeamless01.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #000;
	background-position: center top;
}
	
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: middle; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
/*about page markup*/


.aboutcopy {
	width:580px;
	height:530px;
	position:absolute;
	margin-left: 80px;
	top: 340px;
}
.aboutcopy p{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;
	font-weight: 100;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
}
.goldText {color:#E7A614;}

.aboutcopy a:link{color:#E7A614;}
.aboutcopy a:visited{color:#E7A614;}
.aboutcopy a:hover{color:#FFFFFF;}
.aboutcopy a:actve{color:#FF0000;}

/*newsletter and form markup*/
.newswindow {
	width:309px;
	float: left;
	height: 178px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(art/newsletter-bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
form
{
	margin:125px 10px 0px 10px;
}

.fieldset
{
	border: 1px solid #000;
}

.button
{
	
	margin:1px 0px 1px 10px;
}

.privacy {
	color:#b86e51;
	font-size:10px;
	font-family:Arial,Helvetica,san-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	display:inline;
}
