body {
	margin: 0;
	padding: 0;
	background: #fff url(../assets/page-bg.gif) top center repeat-y;
	text-align: center;
}

#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#instructions {
	width: 800px;
	font-size: 11px;
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	color: white;
	line-height: 20px;
	position: relative;
	background: #42c331 url(../assets/instructions_bg.gif) bottom left repeat-x;
}

#instructions a {
	color: white;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	text-decoration: none;
}

#instructions a.prev {
	top: 0;
	left: 20px;
	text-align: left;
	padding-left: 15px;
	background: url(../assets/instructions_bullet_prev_off.gif) left center no-repeat;
}

#instructions a.prev:hover {
	background-image: url(../assets/instructions_bullet_prev.gif);
}

#instructions a.next {
	top: 0;
	right: 20px;
	text-align: right;
	padding-right: 15px;
	background: url(../assets/instructions_bullet_next_off.gif) right center no-repeat;
}

#instructions a.next:hover {
	background-image: url(../assets/instructions_bullet_next.gif);
}

#instructions p {
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*
	Presentation -- the hotspots go in here
*/

#presentation {
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	position: relative;
	width: 800px;
	height: 400px;
	margin: 0 auto;
}

#presentation .credit {
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 9px;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 6px;
	margin: 0;
	padding: 0;
}

#presentation #title {
	background: url(../assets/title_tab.png) right top no-repeat;
	
	position: absolute;
	left: 0px;
	bottom: 0px;	
	
	padding: 0;
	margin: 0;
}

#presentation h1 {
	padding: 10px 20px 12px 20px;	
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #4c9240;
	margin: 0;
	
	background: url(../assets/title_perf.gif) left bottom repeat-x;
}

/*
	content
*/

#content {
	position: absolute;
	width: 800px;
	top: 420px;
	background: #f2efea url(../assets/content_bg.gif) top left repeat-x;
	padding: 0;
	margin: 0;
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#content #caption {
	width: 400px;
	margin: 20px;
	float: left;
}

#content h2 {
	color: #4c9240;
	margin: 0;
	padding: 0 0 16px 0;
	font-size: 16px;
	font-weight: normal;
}

#content p {
	margin: 0;
	padding: 0 0 16px 0;
	color:#000000;
}

#content p a {
	color: #4c9240;
}

#content a.download {
	color: #4c9240;
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	
	padding-left: 18px;
	background: url(../assets/download_bullet.gif) left center no-repeat;	
}

#content a.download:hover {
	text-decoration: underline;
}

#content hr {
	clear: both;
	background: none;
	border: none;
	height: 0px;
	visibility: hidden;
}

/*
	nav list
*/

ul.navigator {
	list-style: none;
	margin: 20px;
	padding: 0;
	width: 230px;
	float: right;
	background: url(../assets/nav-bg.gif) left bottom no-repeat;
}

ul.navigator li {
	padding-left: 10px;
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-top: 1px solid #70a866;
	line-height: 18px;
}

ul.navigator li.first {
	background: url(../assets/nav-top-bg.gif) left top no-repeat;
	border-top: none;
}

ul.navigator li#currentPage {
	background: #2e5826;
}

ul.navigator li#currentPage a {
	color: white;
}

ul.navigator li.first#currentPage {
	background: url(../assets/nav-bg-current-top.gif) top left no-repeat;
}

ul.navigator li.last#currentPage {
	background: url(../assets/nav-bg-current-bottom.gif) bottom left no-repeat;
}

ul.navigator li a {
	font-size: 11px;
	font-weight: normal;
	color: #b8d7b3;
	text-decoration: none;
	margin-left: 10px;
}

ul.navigator li a:hover {
	color: white;
}

div.clear {
	clear: both;
}

