body{
	background-image: url("/images/bgLines.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	margin-top: 32px;
	padding: 0;
}

#shadow{
	background-image: url("/images/bgLines2.jpg");
	background-repeat: no-repeat;
	width: 981px;
	height: 428px;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	border: none;
}

#stage{
	width: 953px;
	height: 400px;
	background-color: white;
	border: solid 1px black;
	margin: 0;
	padding: 0;
}

#cLeft{
	width: 730px;
	height: 360px;
	text-align: left;
	float: left;

}

#cRight{
	width: 200px;
	height: 369px;
	float: right;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
}

#banner{
	width: 728px;
	height: 200px;
}

#tagline{
	width: 720px;
	height: 65px;
	font-style: italic;
	font-size: 48px;
	margin-left: 10px;
}

#subLeft{
	width: 728px;
	height: 90px;
}

#services{
	width: 390px;
	float: left;
	margin-left: 5px;
}

#contact{
	width: 326px;
	font-weight: bold;
	text-align: right;
	float: right;
}

#footer{
	width: 728px;
	height: 25px;
	color: rgb(194,194,194);
	font-size: 10px;
	text-align: center;
}

#contact a{
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: rgb(252,25,34);
}

#footer a{
	text-decoration: none;
	color: rgb(194,194,194);
}

.header{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}