@charset "utf-8";

body {
}

#head {
	display: none;
}

#head span {
	display: none;
}

#menu {
	display: none;
}

#shadow {
	display: none;
}

#shadow-left {
	display: none;
}

#shadow-right {
	display: none;
}

#content {
	text-align: center;
}

/*	Resume	*/

.paper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 627px;
	height: 807px;
	margin: auto;
}

.resume {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding: 5em;*/
}

.resume-heading {
	width: 100%;
	display: block;
	text-align: center !important;
	margin-bottom: 2ex;
}

.resume-name {
	font-size: 16px;
	font-weight: bold;
}

.resume-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2ex;
	margin-top: 2ex;
}

.resume-p {
	display: block;
	text-indent: 5em;
	margin-bottom: 1ex;
	line-height: 3.2ex;
}

.resume-ul {
	list-style-image: url(images/rbullet.jpg);
	line-height: 2.8ex;
}

.ul-indent {
	margin-left: 5em;
}

.resume-ul2 {
	list-style-type: circle;
	line-height: 2.8ex;
}

.resume-uls {
	list-style-image: none;
	list-style-type: circle;
	line-height: 2.8ex;
}

.resume-ul2 li {
	margin-left: 2em;
}