body {
	background-color: #545663;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#container {
	width: 740px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
	background: #66493d;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

#globalnav {
	width: 250px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	float: right;
	position: absolute;
	left: 412px;
	top: 545px;
	z-index: 1;
}

#resumeblock {
	width: 950px;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/empty_book.jpg) no-repeat;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

#resumeleftcolumn {
	width: 320px;
	height: 480px;
	margin: 0 auto;
	padding: 0;	
	float: left;
	position: absolute;
	left: 125px;
	top: 60px;
}
	
/* ie double margin bug */
*html #resumeleftcolumn {
	display: inline;
	} 
	
#resumerightcolumn {
	width: 320px;
	height: 480px;
	margin: 0 auto;
	padding: 0;
	float: left;
	position: absolute;
	left: 510px;
	top: 60px;
}
	
/* ie double margin bug */
*html #resumerightcolumn {
	display: inline;
	} 
	
	
	#picturesleftframe {
	width: 320px;
	height: 480px;
	margin: 0 auto;
	padding: 0;
	float: left;
	position: absolute;
	left: 125px;
	top: 70px;
}
	
/* ie double margin bug */
*html #resumeleftcolumn {
	display: inline;
	} 
	
#picturesrightframe {
	width: 320px;
	height: 480px;
	margin: 0 auto;
	padding: 0;
	float: left;
	position: absolute;
	left: 510px;
	top: 70px;
}
	
/* ie double margin bug */
*html #resumerightcolumn {
	display: inline;
	} 


.resumebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FF0000;
}

.resumesubheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
a:hover {
	color: #00CC00;
	background-color: #CCCCCC;
}


.resumeheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}
