#wrapper {
	width:730px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	min-height:600px;
	}
#resume {
	padding:10px;
	width:730px;
	}
#resume h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#CCCCCC;
	}
#resume h1 a:link, #resume h1 a:visited {
	color:#333333;
	text-decoration:none;
	}
#resume h1 a:hover, #resume h1 a:active {
	color:#000000;
	text-decoration:underline;
	}
#resume h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#56718A;
	}

#resume .currstep {
	color:#56718A;
	}
#resume .visitedstep {
	color:#333333;
	}
#resume label {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#resume #prev_but {
	float:left;
	}
#resume #next_but {
	float:right;
	}
.resume_help {
	float:right;
	width:50px;
	height:79px;
	background:url(../images/help_assistant.png) no-repeat top left;
	margin:0 -5px -62px 0;
	position:relative;
	cursor:pointer;	
	}
.resume_help:hover {
	background:url(../images/help_assistant_ovr.png) no-repeat top left;
	}
.resume_help_text {
	width:640px; 
	height:205px;
	margin-bottom:5px;
	background:url(../images/help_assist_text.png) no-repeat top left;
	}
.resume_help_text_inner {
	width:605px;
	height:195px;
	margin-top:5px;
	overflow:auto;
	}
.resume_help_text p {
	width:570px; 
	padding:0 0 0 10px;
	margin:5px 0px 10px 0px;
	}
#resume .resume_help_text ul li {
	list-style:square;
	}
