* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
}

a {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#page1, #page2, #page3, #page4, #page5 {
    height: 930px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#page3 a {
    color: #000000;
}

#main {
    width: 930px;
    margin: 20px auto;
    position: relative;
}

/*----- Header -----*/

#header {
	width: 920px;
	height: 30px;
	border-top: 2px solid blue;
}

#pager {
	text-align: right;
	padding-top: 2px;
	font: 13px "Century Schoolbook", "Times New Roman", Times, serif;	
}

#title {
	position: absolute;
	top: 5px;
	left: 2px;
	font: 13px "Century Schoolbook", "Times New Roman", Times, serif;	
	color: blue;
}

#page1 {
	background: url(../images/page1.jpg) no-repeat 0px 5px;
}

#page2 {
	background: url(../images/page2-2.jpg) no-repeat 0px 5px;
	background: url(../images/page2-1.jpg) no-repeat 0px 5px;
}

#page3 {
	background: url(../images/page3.jpg) no-repeat 0px 5px;
}

#page4 {
	background: url(../images/page4.gif) no-repeat 0px 5px;
}

#page5 {
	background: url(../images/page5.jpg) no-repeat 0px 5px;
}

#page1 p, #page2 p, #page3 p, #page5 p, ul {
	position: absolute;
	font: 11px "Century Schoolbook", "Times New Roman", serif;	
}

#page4 p {
	position: absolute;
	font: 11px "Courier New", Courier, monospace;
}

/*----- PAGE ONE -----*/
#one-col1 {
	width: 440px;
	top: 450px;
}

#one-col2 {
	width: 440px;
	top: 450px;
	left: 476px;
}

/*----- PAGE TWO -----*/
#two {
	width: 440px;
	top: 110px;
}

#pull {
	position: absolute;
	width: 50px;
	top: 502px;
	left: 440px;
	font-size: 6px !important;
	color: blue;
	text-decoration: underline;
}

/*----- PAGE THREE -----*/
#three {
	top: 110px;
	left: 475px;	
	width: 450px;
	list-style: none;
}

li.heading {
	font-weight: bold;
	padding-top: 18px;
}

li.item {
	padding-top: 2px;
	padding-left: 10px;
}

#page3 p {
	top: 580px;
	left: 535px;
	text-align: center;
	line-height: 18px;
}

/*
#page3 span {
	text-decoration: underline;
}
*/
/*----- PAGE FOUR -----*/
#four {
	top: 114px;
	left: 366px;
}

#four a {
	background-color: #f0ff00;
	color: #000000;
	padding: 4px;
}

#prod {
	top: 170px;
	left: 20px;
}

