body#home {
	background: url(../images/bg_entry.jpg) #020202 center top no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-align: center;
	color: #1e1e1e;
	font: 12px Arial, Helvetica, sans-serif;
}

#sticker {
    background: url(../images/roll_coopers.gif) transparent top right no-repeat;
} 

	#wrap {
		width: 740px;
		margin: 0 auto;
		padding: 164px 0 20px 0;
		text-align: left;
		border: 0px solid #f00;
	}
	
	#col-l {
		width: 395px;
		float: left;
		padding: 46px 0 0 20px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 375px;
	}

	html>body #col-l { width: 375px; }
	
	#col-r {
		width: 307px;
		float: right;
	}

		#nav {
			margin: 0 0 90px 0;
			padding: 0 0 0 45px;
			border: 0px solid #f00;
		}

  
		#footer {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}


		.clear {
			clear: both;
		}

		/* Headings */

		body#home h1 {
			text-indent: -9999em;
			overflow: hidden;
			background: url(../images/over18_text.gif) top left no-repeat;
			height: 50px;
			width: 326px;
			margin: 0 0 20px 45px;
		}

		/* Copy */

		body#home #footer p {
			text-indent: -9999em;
			overflow: hidden;
			background: url(../images/specs_text.gif) top left no-repeat;
			height: 40px;
			width: 436px;
			margin: 0 0 20px 0;
		}

		/* Main Nav */

		#nav ul {
		   margin: 0 0 0 0;
		   padding: 0 0 0 0;
		}

		   #nav ul li {
		      list-style-type: none;
		      margin: 0 0 10px 0;
		   }

		     #nav li#nav1 a { width: 182px;  background: url(../images/nav_yes.gif) left top no-repeat; }
			  #nav li#nav2 a { width: 296px;  background: url(../images/nav_no.gif) left top no-repeat; }

		     #nav li a:hover,
		     #nav li a:active,
		     #nav li a:focus {
		        background-position: 0 -26px !important;
		     }

		     #nav li.on a,
		     #nav li.on a:hover,
		     #nav li.on a:active,
		     #nav li.on a:focus {
		        background-position: 0 -26px !important;
		     }

		     #nav li a {
		        display: block;
		        text-indent: -999em;
		        height: 26px;
		        text-decoration: none;
		     }

		     /* implement Double Buffer patch to fix flicker of background image on hover in IE6 */
		     #nav li#nav1 { width: 182px;  background: url(../images/nav_yes.gif) left top no-repeat; }
			  #nav li#nav2 { width: 296px;  background: url(../images/nav_no.gif) left top no-repeat; }

