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

body {
	background: #000000 url(img/bg2.jpg) no-repeat scroll 50% 0pt;
	color: #faf8d8; 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:0.87em;
	margin-top:0px; }
	
a { color:#dac28b;
	text-decoration:none;
	font-weight:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;}
	
a:hover {
	color:#dac28b;
	text-decoration:underline;}
	
a img {
	border:medium none; }
	
h2 {
	font-family:Futura,Century Gothic,Arial,Helvetica,sans-serif;
	font-size:1.15em;
	font-weight:normal;
	letter-spacing:0.04em;
	margin: 30px 0px 15px 0px; }
	
	
/* Main Layout */

div#MainContainer {
	position:relative;
	width:520px;
	margin:0pt auto;}
	

/* Header Layout */
	
div#HeaderContainer {
	position:relative;
	width:520px;
	height:130px;
	margin: 145px 0 0 0;
	display:block;}
	
div#HeaderLogo {
	float:left;
	height:130px;
	width:520px;
	margin: 0px 0px 0px 0px;}
	
div#HeaderLogo h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:3em;
	line-height:0.9em;
	background:transparent url(img/logo.gif) no-repeat scroll 0% 0%;
	float:right;
	height:130px;
	width:519px;
	text-indent:-9999px;
	color:#faf8d8;
	margin:0px 0px 0px 0px;}
	
	
/* Player */

div#Player {
	position:relative;
	width:520px;
	height:20px;
	margin: 20px 0px 0px 0px;
	display:block;}
	
/* Page Content */
div#MainContent {
	position:relative; 
	width:520px;
	clear:both;
	overflow:auto;}
	
/* Mailing List */

div#MailingList {
	margin: 0 0 40px 0;
	padding:0 0 40px 0}

h2.ListTitle {
	font-family:Futura,Century Gothic,Arial,Helvetica,sans-serif;
	font-size:1.15em;
	font-weight:normal;
	letter-spacing:0.04em;
	margin: 30px 0px 5px 0px; }
	
	
.field {
	background:#c5ac76 none no-repeat scroll 0 0;
	border:1px solid #c5ac76;
	margin-right:5px;
	width:220px !important;
	color:#1d0a03;
	font-family:lucida Grande;
	font-size:0.8em;
	letter-spacing:0.1em;
	padding:4px;
	}

.button {
	background:#c5ac76 none repeat scroll 0% 0%;
	border:1px solid #c5ac76;
	color:#1d0a03;
	cursor:pointer;
	font-family:lucida Grande;
	font-size:0.75em;
	letter-spacing:0.1em;
	margin-top:7px;
	padding:3px 10px;
	text-transform:uppercase;
	}