body {
margin: 0px 0px 0px 0px;
padding:0;
min-width: 3000px;
font-family: "Times New Roman", times, serif;
font-size: 14px;
text-align: left;
line-height: 18px;
background: white; 
color: black;}
 
 
#html {
	overflow-y: scroll;
	overflow-x: scroll;
}

#nav {
	background:;
	z-index: 100;
	position: fixed;
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	min-width: 650px;
	height: 60px;
	line-height: 18px;
}

#navresume {
	background: #FFF;
	z-index: 100;
	position: fixed;
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	min-width: 650px;
	height: 60px;
}

#resbar {
	background: #FFF;
	z-index: 0;
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	min-width: 650px;
	height: 60px;
	
	
}

#row{
	min-width: 3000px;
	vertical-align:center;
	text-align:left;
    margin: 0px 0px 0px 0px;
    float: left;
	display:block;
	
}
.thumb{

	display: inline-block;
	float:none;
	vertical-align:middle;
    text-align: center;
    margin: 0px 60px 60px 0px; 
	
}


#info {
position: absolute;
margin-top: 220px;
margin-left: 10px;
background-color: white;
width: 210px;
height:;
border:0;
z-index: 0;
text-align:right
}

#content {
font-size:14px;
line-height: 18px;
font-family: "Times New Roman", times, serif;	
position: absolute;
min-width: 1200px;
margin: 80px 0px 60px 30px;
background-color: white;
padding-bottom: 80px;
padding-right: 30px;
z-index: 0;
text-align: left;
}

.title {font-family: "Times New Roman", times, serif;font-size:14px;color:#999;line-height:18px} 

.years {
font-size:14px;
font-family: "Times New Roman", times, serif;
background: white; 
color: ;
line-height: 18px;
margin-left: 30px;
}




A:link    {color:black; text-decoration: none;}
A:visited {color:black; text-decoration: none;}
A:active  {color:black; text-decoration: none;}
A:hover   {color:black; text-decoration: underline;} 

A.italic:link    {color:black; text-decoration: line-through;}
A.italic:visited {color:black; text-decoration: line-through;}
A.italic:active  {color:black; text-decoration: line-through;}
A.italic:hover   {color:black; text-decoration: line-through;}


