﻿body {
  
	background: URL(/images/background.jpg);

}

.favlistrow {
	border-bottom: solid;
	border-bottom-width: 1px;
}



.leftphoto { 
	float: left; 
	margin: 5px;
}

.resumeleftcolumn {
  
	display: table-cell;
  
	width: 8em;

}



.resumerightcolumn {
  
	display: table-cell;
  
	padding-left: 20px;
  
	border-left-width: 1px;
  
	border-left-style: solid;

}




#archimage {
	width: 100%;
}

#favlisttable {
	border-collapse: collapse;
	border-top: solid;
	border-top-width: 1px;
}

#content {
  
	width: 60%;
  
	margin: 0 auto;
  
	background-color: white;
  
	padding: 5px;

}



#header {
  
	width: 60%;
  
	margin: 0 auto;
  
	background-color: white;
  
	padding: 5px;
  
	font-family: 'Tangerine', serif;
  
	font-size: 48px;

}



#menu {
  
	width: 60%;
  
	margin: 0 auto;
  
	background-color: white;
  
	padding: 5px;
	text-align: center;

}

#renoarch { 
	text-align: center; 
	background-color: white;
}



#resumejobexperience {
  
	display: table;
  
	background-color: white;
  
	border-bottom-style: solid;
  
	border-bottom-width: 1px;
  
	width: 100%;

}



#resumeeducation {
  
	display: table;
  
	background-color: white;
  
	border-bottom-style: solid;
  
	border-bottom-width: 1px;
  
	width: 100%;

}



#resumespecialskills {
  
	display: table;
  
	background-color: white;
  
	border-bottom-style: solid;
  
	border-bottom-width: 1px;
  
	width: 100%;

}



#resumereferences {
  
	display: table;
  
	background-color: white;
  
	width: 100%;

}