/* INDEX STYLES */

body
{
  background-color: #000000;
  background-image: url(/images/bg_glow.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}


div.body_wrap{
	border: 0 none;
	left:50%;
	top:50%;
	position: absolute;
	margin-top:225px;
	margin-left:-125px;
	text-align: center;
	width: 250px;
	display:block;
}

div.body_links{
	height:50px;
	text-align:center;
	position:relative;
	margin-left:4px;
}

div.body_links div{
	background-image:none;
	background-repeat:no-repeat;
	color: #fff;
	font-size:18px;
	height:50px;
	line-height:40px;
	text-align:center;
	text-shadow: 2px 2px 1px #111;
	width:100px;
	padding-right:10px;
}

a.body_link_img {
	display:inline-block;
	width: 110px;
	height:	50px;
	text-decoration:none; 
    	border-bottom: none;
	background: url("/images/bg_home_links.png");
}
	
a.body_link_img:hover {
	background-position: 0 -50px;
}

a.body_link_img:active {
    color: transparent;
}

a.body_link_img:focus {
    color: transparent;
}


/* RESUME STYLES */

#body_resume{
	background-color: #000000;
	background-image:url(/images/bg_resume.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	display:table;
	width:100%;
	margin:0px;
}

div.resume_wrap{
	border: 0 none;
	margin: 0 auto;
	margin-top: 137px;
	position: relative;
	text-align: center;
	width: 602px;
	display:block;
}

div.resume_links{
	height:32px;
	margin-left:181px;
	text-align:left;
	position:relative;
}

div.resume_links div{
	background-image:url(/images/bg_resume_tab.png);
	background-repeat:no-repeat;
	color: #fff;
	display:inline-block;
	font-size:18px;
	height:32px;
	line-height:36px;
	margin-right:13px;
	text-align:center;
	text-shadow: 2px 2px 1px #111;
	width:105px;
}

div.resume_main{
	height:782px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

div.resume_main h1{
	color:#fff;
	font-size:36px;
	line-height:36px;
	text-shadow:3px 3px 2px #111;
	font-style:normal;	
}

div.resume_main p{
	padding-left: 18px;
}
	

#resume_center{
	margin: 0 auto;
	text-align: center;
	padding-bottom: 14px;
}



a.resume_link_img {
	display:inline-block;
	width: 105px;
	height:	32px;
	text-decoration:none; 
    border-bottom: none;
	background: url("/images/bg_resume_tab.png");
}
	
a.resume_link_img:hover {
	background-position: 0 -32px;
}

a.resume_link_img:active {
    color: transparent;
}

a.resume_link_img:focus {
    color: transparent;
}

div.resume_copyright{
	margin: 0 auto;
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-top: 25px;
	margin-bottom: 50px;
}