body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	line-height: 1.4;
	font-family: "Helvetica", Arial, Verdana, Sans-Serif;
	color: #333;
	background-color: #fff;
}

#announcement {
	margin: 20px;
}

/* reset */
h1, h2, h3, h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
p {
	margin: 0;
	padding-bottom: 10px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #08e;
}
a:hover {
	text-decoration: underline;
}

.header {
	position: relative;
	top: 0;
	left: 0;
}
	h1 {
		position: absolute;
		top: 0;
		left: 520px;
		width: 169px;
		height: 35px;
		background: url("logo.gif") no-repeat !important;
		text-indent: -9000px;
		text-decoration: none;
		overflow: hidden;
	}
	h2 {
		width: 450px;
		font-weight: bold;
		}
	h3 {
		width: 450px;
		font-weight: normal;
	}

.content {
	position: relative;
	margin-top: 36px;
	height: 350px;
}
	#image-container {
		position: absolute;
		top: 1px;
		left: 0;
		width: 500px;
		height: 400px;
	}
		h4 {
			font-weight: bold;
			width: 500px;
		}
		h4 span {
			float: left;
			width: 40px;
		}
		/* terrible hack to miss MacIE, but target IE6 to elimate 3px float bug \*/
		* html h4 span {
		  width: 37px;
		  }
		/* end hack */
		
		#intro p {
			font-size: 16px;
			margin: 0 0 16px 0;
			padding: 0 0 0 40px;
			color: #444;
			line-height: 21px;
		}
	
	#description-container {
		position: absolute;
		top: 0;
		left: 520px;
		width: 175px;
	}
	#page-nav {
		position: absolute;
		top: 374px;
		left: 520px;
		width: 180px;
    }
		#intro #page-nav {
			top: 145px;
			background-color: #eee;
			padding: 10px;
			width: 155px;
		}
		#intro #page-nav p {
			padding: 0 0 10px 0;
			margin: 0;
		}

#preload-images {
	position: absolute;
	left: -9999px; 
	top: -9999px;
}