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

body {
	background-position: top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color:#000;
	}

.header {
	height: auto;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	
}
a img { 
	border: none;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color:#CCC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: red;
	text-decoration: none;
	
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 910px;
	background-color:#000;
	margin: 0 auto; 
}

/* -- HERE ARE THE DIFFERENT CONTENT BOXES -- */

.content {

	padding: 0px 0;
}

.warning {
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-size: 12px;
	text-transform: none;
	text-align: justify;
	
	}

.recipstext
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	}

.enterlink{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bolder;
	}
.pics{
	font-family:Arial, Helvetica, sans-serif;
	color:#FC6;
	text-transform:none;
	font-size:9px;
	font-weight:lighter;
	}

.salestext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	text-transform:uppercase;
	color:#096;	
	}
.gallerylink {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#096;	
	}


.legaltxt {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}


.footer {
	padding: 10px 0;
	background-color:#1D1D1D
	
	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
