	<style type="text/css">

	
	/* commented backslash hack \*/ 
	html, body{height:100%;overflow:hidden;} 
	/* end mac hack */ 


/* This controls what the hyperlinks look like */
A:link {color: #991818; text-decoration: none;}
A:visited {color: #991818;  text-decoration: none;}
A:active {color: blue;}
A:hover {color: blue; text-decoration: underline}

/* BODY CSS */
/* This controls the overall layout for the page */

		/* Elements */

body {
	background: url(images/bg_RedGrad2.jpg);
	color: #000000;
	margin: 0em 0% 0em 0%;
	padding: 0px;
    font: 12px Verdana, Arial, sans-serif;
}


		#container {
	position: relative;
	top: 20px;
	width: 800px;
	left: 170px;
	margin: 0em 10 0em 10;
	padding: 5px;
		}

		#banner {
	background: url(images/blk-logo.gif) no-repeat top center; 
	height: 100px;
	position: relative;
	}


#swan {
	position: absolute;
	top: 25px;
	z-index: 5;
}


#intro {
	position: static;
	width: 800px;
	margin-left: 200px;
	font: 1.3em/1.2em Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 5px;
}

		#image-column {
	background-image: url(./images/greysand.jpg);
	background-attachment: fixed;
			float: left;
			width: 30%;
			margin: 0em 0% 0em 0%;
			padding: 15px;
		}

		#text-column {
	background-image: url(./images/greysand.jpg);
	background-attachment: fixed;
			padding: 3px;
			margin-left: 260px;
			margin-bottom: 1em;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 10px;
			margin-bottom: 3em;
			text-align: center;
			color: #FBCA09;
			background-color: #991818;
		}

		
	/* Classes */

	.heading 
		{ font: 1.6em/1em Arial, Helvetica, sans-serif;
		margin: 0em 0% .5em 0%;
		text-align:center;
		font-weight: bold;
		color:  #991818;
	}

	.left {text-align:left}
	.center {text-align:center}
	.detail {margin-left: 20px}
	
	.style2 { font-family: Times, serif; font-size: 1.2em/0em;
	margin: 0em, 0px, 0em, 10;
	}
	
	.style3 { font-family: Times, serif; font-size: 1.3em/0em;
	font-weight: bold;
	font-style: italic;
	margin: 0em, 0px, 0em, 15;
	}
	
	.green {font: bold; color: #009900}
	
	.foot-left { font: 1em/1em Arial, sans-serif;
	margin-right: 20%;
	}

	.foot-center {
	}
	.foot-right { font: 1em/1em Arial, sans-serif;
	margin-left: 20%;
	}


H1 { font: 1.6em/1em Arial, Helvetica, sans-serif;
		margin: 0em 0% .5em 0%;
		text-align:center;
		font-weight: bold;
		color:  #991818;
	}
	</style>
