@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: .13em;
	color: #999999;
}

td {
	cursor: default;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 30px 0px;
	margin-left: 10px;
	cursor: default;
}

a {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#main_page {
	width: 899px;
	height: 901px;
	background-image: url(/images/bg.png);
	background-position: top center;
}


#header {
	position: relative;
	width: 899px;
	height: 148px;
}

#logo {
	position: absolute;
	top: 30px;
	left: 65px;
	width: 104px;
	height: 79px;
	background-image: url(/images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#main_body {
	position: relative;
	width: 819px;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}

.nav {
	margin: 30px 0px 0px 70px;
}

#nav_icon {
	width: 46px;
	height: 46px;
	padding: 12px;
	margin: 0px 5px 0px 0px;
	background-image: url(/images/nav_bg.gif);
	background-repeat: no-repeat;
}

.nav_icon_image {
	margin: 0px;
	cursor: pointer;
}

#main_content {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 559px;
}

#menu {
	position: absolute;
	top: 0px;
	right: 3px;
	width: 559px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #999999;
	text-align: right;
}

.menu {
	margin-top: 10px;
}

#content {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 559px;
	height: 495px;
}

#page_data {
	position: absolute;
	top: 17px;
	right: 14px;
	width: 480px;
	height: 399px;
}

.page_data {
	position: relative;
	width: 480px;
	height: 399px;
}

#footer {
	position: absolute;
	top: 575px;
	right: 3px;
	width: 559px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	cursor: default;
}

#previous {
	position: absolute;
	height: 19px;
	top: -40px;
	left: 240px;
}

#next {
	position: absolute;
	height: 19px;
	top: 419px;
	left: 240px;
}

/*************  Page Specific Styles ****************/

/* Home Page */
.home_img {
	background: no-repeat url(/images/home_img.png);
}

#resume-container {
	position: relative;
	top: -9px;
	left: -9px;
	overflow: auto;
	width: 498px;
	height: 417px;
}

.resume-name-caption {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
}

.resume-info-caption1 {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}

.resume-info-caption2 {
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
}

.resume-section-caption {
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}

.resume-content-table {
	margin: 0px 5px 5px 20px;
	width: 445px;
}

.resume-section-job {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	width: 270px;
}

.resume-section-company {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

.resume-section-details-table {
	margin-top: 11px;
}

.resume-section-details-table2 {
	margin-top: 10px;
}

.resume-section-details {
	font-size: 9px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

.resume-section-details2 {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

.resume-section-software1 {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
}

.resume-section-software2 {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

