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

<style type="text/css">

/*cheats*/

img {
	display: block;
}

a img {
	border: none;
}
		
a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	display: inline;
}
	  
/* Structure; IDs & Classes */

body {
	background-color: #ff9933;
	text-align: center;/* hack for ie5*/
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position:fixed; 
			left: 0; 
			top: 0;
	background-image: url(/images/slither.gif);
	background-repeat: repeat-x;
	width: 100%;	
	height: 600px;
	margin: 0px;
	padding: 0px;
}

#header {
	position: fixed;
		left: 0;
		top: 0;
	background-image: url(/images/swoop.gif);
	background-repeat: no-repeat;
	width: 332px;
	height: 128px;
}

#content {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	position: relative;
	top: 200px;
	width: 800px;
	text-align: left;
	padding: 0 0 0 50px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-style: oblique;
	font-weight: lighter;
	line-height: 135%;
	letter-spacing: 0.02em;
	color: #905400;
	text-shadow: #6e4100 1px -1px 2px, #ffcc99 1px 1px 1px;

}

</style>
