/* --------------------------------
	Richard Dalcin - Screen.css
	Author: Shane Gardner
	Date: March 2007
 ---------------------------------- */
 
 /* ---[ Globals ]------------------------------- */
* {

	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}



body {
	text-align: center;
	background-color: #000;
	background-image: url(../images/blackstripe.gif);
	
}

img {
border:0;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color:#000000;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}


a {
	color:#fff;
text-decoration: none;
}

a:hover {
	color:#999;
	text-decoration: none;

}

.bottomClear {
	padding-bottom: 160px;

}


#comingSoon {
	float: left;
	width: 128px;
	position: absolute;
	left: 0px;
	top: 0px;
	



}


/* ---[ containers ]------------------------------- */

#wrap {
	padding: 0;
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 970px;
	
}

#gallery {
	text-align: center;
	margin-top:25px;


}

.quote {
	float: right;
	width: 310px;
	padding-top: 10px;

}



/* ---[ Header styles]------------------------------- */



#logo {
	width:191px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;


}




/* ---[ content styles]------------------------------- */

#bodyContent {
	width: 970px;
	text-align: center;


}

#contact {
	clear:both;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;


}

#phone {
	width:150px;
	float:left;
	text-align: left;

}
#email {
	width:150px;
	float:right;
	text-align: right;

}

/* ---[ footer ]------------------------------- */

#footer {
	text-align:center;
	clear:both;
	padding: 5px;
	color: #999;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

#more {
	text-align:center;
	clear:both;
	padding: 10px;
	color: #999;
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 12px;
}
