@charset "utf-8";

body {
	margin: 0 auto;
	padding: 0;
	background: #e1e1e1 url(images/bgleft.jpg) top left repeat-y;
}

div, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

#head {
	height: 96px;
	background: url(images/head_center.jpg) repeat-x;
}

#head span {
	display: none;
}

#head h1 {
	text-align: left;
	background: url(images/head_left.jpg) no-repeat left;
	height: 96px; width: 100%;
	position: absolute;
}

#head h4 {
	text-align: left;
	height: 96px; width: 100%;
	position: absolute;
	float: right;
	background: url(images/head_right.jpg) no-repeat right;
}

#logo {
	background: url(images/logo1.png) no-repeat;
	margin: 12.5px 0 0 15px;
	width: 470px; height: 71px;
	position: absolute;
}

#menu {
	height: 41px;
	background: url(images/menu_center.jpg) repeat-x;
}

#links-wrapper {
	height: 41px;
	background: url(images/menu_left.jpg) no-repeat left;
}

#links {
	height: 41px;
	background: url(images/menu_right.jpg) no-repeat right;
}

#links ul {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
	height: 41px;
	list-style: none;
}

#links li {
	display: inline;
	padding: 0 8px;
	border-left: solid #fff 1px;
}

.first {
	border-left: none !important;
}

#links a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}

#links a:hover {
	color: #333;
}

#links a:visited {
	color: #fff;
}

#shadow {
	height: 33px;
	background: url(images/shadow_center.jpg) repeat-x top;
}

#shadow-left {
	height: 33px;
	background: url(images/shadow_left.jpg) no-repeat top left;
	display: block;
}

#shadow-right {
	height: 33px;
	background: url(images/shadow_right.jpg) no-repeat top right;
	display: block;
}

#contentWrap {
	text-align: center;
}

#content {
	margin: auto;
	text-align: center;
	width: 627px;
}

#resume, #fb-bar {
	float: left;
}

#fb-bar {
	margin: 1em;
}

#fb-bar .title {
	margin: .5em;
	text-decoration: underline;
}

.clear {
	display: block;
	clear: both;
	width: 1px;
	height: 1px;
}

.first-paper {
	position: relative;
	margin-top: 0;
	padding-top: 0;
}

.postit {
	position: absolute;
	top: -4px;
	right: -26px;
}

.paper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 627px;
	height: 807px;
	background: url(images/paper.jpg) top center no-repeat;
	margin: auto;
}

/*	Resume	*/

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

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

.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;
}