html {
	height: 100%;
	margin: 0px;
}

body {
	background: #c0c0c0;
	margin: 0px;
	height: 100%;
}

.main { 
	margin-top: 0px;
	align: center;
	background-color: #e9e9e9;
	width: 800px;
	min-height: 100%;
	height: 870;
	font-family: 'Verdana';
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 0;
}

.rli {
	position: absolute;
	left: 33;
	top: 45;
}

.rsa {
	position: absolute;
	left: 361;
	top: 41;
}
.bg1 {
	position: absolute;
	left: 0;
	top: 0;
}
.bg2 {
	position: absolute;
	left: 0;
	top: 348;
}
.bg3 {
	position: absolute;
	left: 0;
	top: 895;
}
.btn_home {
	position: absolute;
	left: 46;
	top: 115;
}
.btn_resume {
	position: absolute;
	left: 45;
	top: 141;
}
.btn_pubs {
	position: absolute;
	left: 46;
	top: 162;
}
.btn_pubs_comingsoon {
	position: absolute;
	left: 68;
	top: 184;
}
.btn_contact {
	position: absolute;
	left: 46;
	top: 208;
}
.resume_download {
	position: absolute;
	left: 44;
	top: 570;
}
.page_body  {
	width: 550;
	position: absolute;
	left: 200;
	top: 111;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
}
.page_body a:link {
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: black;
}
.page_body a:visited {
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: black;
}
.page_body a:hover {
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: black;
}
.page_body a:active {
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: black;
}

.btxt_home {
	display: none;
}
.btxt_resume {
	display: none;
}
.btxt_contact {
	display: none;
}

.resume_header {
	color: #cc0000;
	font-weight: bold;
	width: 120;
	text-align: right;
	margin-bottom: 10;
}

.resume_body {
	margin-left: 140;
	margin-bottom: 10;
	width: 400;
}

.resume_body_time {
	float: right;
}

.resume_body_title {
	float: clear;
	margin-bottom: 10;
}

.resume_body_employer {
	font-weight: bold;
}

.resume_page1 {
	display: block;
}

.resume_page2 {
	display: none;
}
.resume_page3 {
	display: none;
}
.resume_page4 {
	display: none;
}
.resume_page5 {
	display: none;
}

.resume_back {
	position: absolute;
	width: 25;
	left: 225;
}

.resume_pages { height: 465; }

.resume_page {
	margin-top: 3px;
	position: absolute;
	width: 150;
	left:250;
	text-align: center;
}

.resume_fwd { 
	position: absolute;
	width: 25;
	left: 400;
}

.resume_back a:link {
	border-bottom: none;
}
.resume_fwd a:link {
	border-bottom: none;
}
.hiddenform {
	display: none;
}
