/* --------------------------------
	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:#666666;
}



body {
	text-align: center;
	background-color: #000000;
	
	
}

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:#FFFFFF;
	font-weight: normal;
	text-decoration: none;

}

a:hover {
	color:#ccc;
	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;
	background-color: #000000;	
}
.image-header {
	float: left;
	width: 970px;
}


#gallery {
	text-align: center;


}

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

}



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



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


}




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


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


}

#contact {
	clear:both;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;


}

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

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

}

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

#footer {
	text-align:left;
	clear:both;
	
	padding: 5px;
	color: #C9C592;
	width: 750px;
	float: left;
	margin-top: 10px;
	font-size: 11px;
}.header {
	float: left;
	width: 970px;
	position: relative;
}
