* { 
	margin: 0; 
	padding: 0; 
} 
body {
	background-color:#645b3a;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	}
a:link,
a:visited {
	color:#ffffff;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
.wrapper {
	position:relative;
	width: 994px;
	margin: 10px auto 0 auto;
	} 
.header {
	width:994px;
	height:66px;
	}
.navigation {
	width:992px;
	height:77px;
	background-image:url(images/hookah_navback.jpg);
	background-repeat:repeat-x;
	text-align:center;
	border-left:solid 1px #3e3e3e;
	border-right:solid 1px #3e3e3e;
	border-top:solid 1px #3e3e3e;
	}
.extra_space {
	width:992px;
	height:20px;
	}	
.flashintro {
	width:992px;
	height:647px;
	background-color:#000000;
	border:solid 1px #3e3e3e;
	}
.flash {
	width:992px;
	height:472px;
	background-color:#000000;
	border-left:solid 1px #3e3e3e;
	border-right:solid 1px #3e3e3e;
	}
.index_extra {
	width:992px;
	height:98px;
	background-image:url(images/indexbotback.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 1px #3e3e3e;
	border-left:solid 1px #3e3e3e;
	border-right:solid 1px #3e3e3e;
	}
.content_box_news, .content_box {
	width:992px;
	min-height:570px;
	height: expression(this.height > 570 ? 570: true);
	background-image:url(images/interiorback.jpg);
	background-color: #000000;
	background-repeat:repeat-x;
	border-left:solid 1px #3e3e3e;
	border-right:solid 1px #3e3e3e;
	border-bottom:solid 1px #3e3e3e;
	}
.content {
	color:#FFFFFF;
	position:relative;
	width:940px;
	margin: 0 20px 0 40px;
	min-height: 550px;
	}
.images {
	border:solid 1px #741014;
	margin-top:30px;
	margin-left:15px;
	margin-right:15px;
	float: right;
	}
.images2 {
	border:solid 1px #741014;
	margin-top:10px;
	margin-right:10px;
	max-height: 200px;
	max-width: 200px;
	}
.news_item {
	min-height: 225px;
}
.footer, 
.footer a:link,
.footer a:visited {
	width:994px;
	height:45px;
	font-size:11px;
	color:#FFFFCC;
	text-decoration:none;
	text-align:center;
	padding:5px;
	}
.footer a:hover {
	text-decoration:underline;
	}
.copyright_box {
	position:relative;
	width:180px;
	height:25px;
	top:-50px;
	left:814px;
	}	
.copyright,
.copyright a:link,
.copyright a:visited {
	font-size:11px;
	color:#342e22;
	text-align:right;
	text-decoration:none;
	}
.copyright a:hover {
	color:#FFFFCC;
	text-decoration:underline;
	}
.skip_box {
	position:absolute;
	width:990px;
	height:25px;
	top:0px;
	left:3px;
	}	
.skip,
.skip a:link,
.skip a:visited {
	font-size:12px;
	color:#999999;
	text-align:right;
	text-decoration:none;
	}
.skip a:hover {
	text-decoration:underline;
	}
.join_box {
	position:absolute;
	width:990px;
	height:25px;
	top:0px;
	left:3px;
	}	
.join,
.join a:link,
.join a:visited {
	font-size:13px;
	font-weight:bold;
	color:#999999;
	text-align:right;
	text-decoration:none;
	}
.join a:hover {
	text-decoration:underline;
	}
.need_info {
	color:#FF0000;
	}	

.emailbox {
	background-color:#999999;
	border:1px solid #ffffff;
	height:90px;
	left:10px;
	width:275px;
	z-index:10000;
	}
.emailform {
	color:#000000;
	height:90px;
	left:3px;
	width:275px;
	margin:5px;
	}
.emailform br {
	padding:5px;
	}
.signup {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	}
.error {
	color: #FF0000;
	width: 325px;
	text-align: center;
	position: relative;
	left: -25px;
}
.form {
	font-family:Arial,Helvetica,sans-serifp;
	font-size:12px;
	}
fieldset {
	border:0;
	}
legend {
	color:#ffffff;
	padding:0.5em;
	}
.validateError {
	background-color:#a61f27;
	color:#000000;
	}