/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF9900;
	min-width:1000px;
	background-image:url(/images/B.Kline_Oragne_Bkg.gif);
	background-repeat:repeat;
}

#intro {
	background-image:url(/images/B.Kline_Intro_Bkg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:750px;
	width:1000px;
	margin:0px auto;
}

#intro_middle {
	width:500px;
	margin:0px 250px 0px 250px;
	padding-top:50px;
}

#intro_title {
	height:100px;
	width:500px;
}

.intro_text {
	padding:50px 70px 20px 70px;
	color:#330066;
	font-size:1.5em;
	line-height:1.4em;
}

/* Footer Styles */
#footernav {
	margin:0px auto 35px;
	width:900px;
	height:25px;
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-size:1.1em;
}

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

#footernav a:hover {
	text-decoration:underline;
}
/* End Footer Styles */
	
