<!----
body {

  background: #000;
	}	
	
body.index {

  background: #000;
	font-family: Arial;
	font-size: 14;
	color: #fff;
	margin-top: 0;
	}
	

	
#pageCell {
	padding: 0;
	background: #000;
	width: 700px;
	margin-top: 0;
	margin-left: 15%;
	margin-right: 15%;
	border-bottom: 3px Double #972e33;
	border-left: 3px Double #972e33;
	border-right: 3px Double #972e33;
	}
	
.logo {
	text-align: center;
	}

#navCell {
	border-bottom: 2px solid #972e33;
	}

#nav {
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	background: #000;
	text-align: center;
	}

#nav li {
	display: inline;
	list-style-type: none;
	}

#nav a {
	line-height: 14px;
	font-weight: bold;
	padding: 0 13px 13px 13px;
	text-decoration:none;
	color: #972e33;
	}	
	
#nav a.active, #nav a:hover {
	color: #887a33;
	background: url() no-repeat bottom center;
	}

#nav a.current {
	color: #887a33;
	background: url() no-repeat bottom center;
	}

#content {
	background: #000;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: center;
	}

#content img {
	padding: 5px 10px 10px 10px;
	}
	
#content p {
	line-height: 1.5em;
	text-align: center;
	}
	
#content table {
	background: #972e33;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	}
		
#content td {
	text-align: left;
	padding: 10px;
	}	
	
.dotw {
	background: #887a33;
	color: #000;
	}

.schlInfo {
	background: #fff;
	color: #000;
	}	

#hookahTable {
	background: #000;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	
#hookahTable td {
	vertical-align: top;
	padding: 10px;
	line-height: 1.5em;
	text-align: justify;
	background: #fff;
	color: #972e33;
	}
		

			
.htDrk {
	background: #ff0099;
	font-size: 23;
	font-weight: strong; 
	letter-spacing: 2px;
	}
	
.htLt {
	background: #ff6699;
	}
	
#bulletLists {
	background: #ffffff;
	}

#bulletLists li {
	padding: 7px;
	}
	
#donateTable {
	background: #000;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#donateTable td {
	padding: 10px;
	line-height: 1.5em;
	text-align: justify;
	background: #ff6699;
	}
	
#donateTable a {
	color: #ff0099;
	font-size: 23;
	font-weight: bold;
	text-decoration:none;
	}

#donateTable a:hover {
	text-decoration: underline;
	}
	
#content h3 {
	text-align: center;
	color: #ff0099;
	}
	
#donations {
	float: left;
	width: 30%;
	}
	
#donations table {
	background: #000;
	}

#donations td {
	padding: 5px 5px 5px 5px;
	text-align: justify;
	background: #fda4c1;
	}
	
	
#comments {
	width: 65%;
	padding-left: 20px;
	}
	
#comments h5 {
	border-bottom: 2px solid #ff0099;
	padding-bottom: 5px;
	}

.buttonDonate {
	color: #000;
	background-color: #ff6699;
	border: 1px solid #ff0099;
	font-size: 1.5em;
	}
--->