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

body {
	background-image: url(resources/bg1.jpg);
	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: #FFF;
	}

.header {
	height: 230 px;
}


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;
	text-align: center;
}

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

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

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

.content {

	
}

.warning {
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	}

.reciplinks
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	}

.enterlink{
	font-family:Arial, Helvetica, sans-serif;
	color:#FC6;
	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: white;	
	}


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


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

/* ~~ 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;
}
