/* SPARK RESTAURANT LOUNGE STYLES*/

body {
	font-size: 12px;
	width: 1024px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	font-family: helvetica, sans-serif;
	color: white;
	background-color: #444444; //TRUE GREY
	//background-color: #54534a //WARM GREY
	background-color: #323232 //WARM GREY
}

#header {
	margin-bottom: 5px;
	background-color: 595747;
	background-position: bottom;
	background-image: url(images/spark.png);
	background-repeat: no-repeat;
	width: 1024px;
	height: 195px;
	
}

.header {
	margin-bottom: 5px;
	background-color: 595747;
	background-position: bottom;
	background-image: url(images/spark.png);
	background-repeat: no-repeat;
	width: 1024px;
	height: 100px;
	
}

#container {
	border-top-style: none;
	border-top-color: #333322;
	background: #fbfbfb;
	font-size: .8em;
	line-height: 1.3em;
	margin: 0 auto;
	margin-top: 0 auto;
	width: 1024px;
}

#wrapper {
	background: #333322;
	margin: 0 auto;
	width: 1024px;
}

.copyright {
	color: white;
	text-align: center;
	font-size: 80%;
	width: 1024px;
}

.spacer {
	height: 10em;
	border-bottom: thin;
}


#footer {
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 15px;
	width: 1024px;
	text-align: center;
}

.transparent {
	//opacity: 0.2;
	//filter:alpha(opacity=20);
}

.container {
		margin: 0 auto;
		width: 800px;
}



/* --- Text tags ---*/

h1 {
	letter-spacing: 5px;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	color: #7BC143;
}

a:link {
	color: #7BC143;
	text-decoration: none;
	}

a:visited {
	color: #7BC143;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}