@charset "utf-8";
/* CSS Document */

BODY {
		min-width: 900px;
		text-align: center; /* center things in pre-IE6 */
		margin: 0px;
		padding: 0px;
		background-color: #000;
		background-image: url(../images/STLComposites_Carbon_Fiber_Background.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		font-family: Arial, sans-serif, Helvetica, Verdana, Geneva;
}

#main_container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#main_text {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	text-align:justify;
	text-shadow: 2px 2px 4px #000000;
	line-height: 24px;
	color: #FFF;
}

#main_email {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#main_email A:link { color: #fff; text-decoration:none; }
#main_email A:visited { color: #fff; text-decoration:none; }
#main_email A:hover { color: #bbb; text-decoration:underline; }
#main_email A:active { color: #fff; text-decoration:none; }

#main_pics {
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 40px;
	width: 800px;
}

#copyright {
	font-size: 10px;
	color: #999;
	padding-bottom: 40px;
}

#Footer_bar {
	width: 100%;
	height: 74px;
	background-image: url(../images/STLComposites_Footer.jpg);
	background-repeat: repeat-x; 
}