/* CSS Document */


body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000;

 }
 
 /*******  MAIN CONTAINERS   *******/
.frame #container {
	position : relative;
	width: 980px;
	height: 800px;
	background: #000;
	border: 1px solid #000;
	z-index:1;
} 
.frame #logo { 	
	position:absolute;
	float:left;
	width: 200px;
	height:700px;
	top: 0px;
	left: 0px;
	background: #000;
	z-index:10;
}
.frame #menu { 	
	position:absolute;
	float:left;
	width: 780px;
	height:500px;
	top: 0px;
	left: 200px;
	background-color:#000;
	z-index:10;
}
.frame #portfolio { 	
	position:absolute;
	float:left;
	width: 780px;
	height:780px;
	top: 50px;
	left: 200px;
	background-color:#000;
	z-index:10;
}
.frame #resume { 	
	position:absolute;
	float:left;
	width: 780px;
	height:780px;
	top: 50px;
	left: 200px;
	background-color:#000;
	z-index:10;
}
/*******  DATA CONTAINERS   *******/

.frame #resumetxt { 	
	position:absolute;
	float:left;
	width: 702px;
	height:780px;
	top: 0px;
	left: 78px;
	z-index:10;
	text-align:left;
}

/*******  IMAGE CONTAINERS  *******/

.frame #resumelabels{ 	
	position:absolute;
	float:left;
	width: 77px;
	height:780px;
	top: 0px;
	left: 0px;
	background-image:url(../images/rusume_titles.jpg);
	background-repeat:no-repeat;
	z-index:10;
}

.frame #resumepdf{ 	
	position:absolute;
	float:left;
	width: 250px;
	height:27px;
	top: 15px;
	left: 80px;
	text-align:left;
	background-color:#000;
	z-index:10;
}
/*******  TEXT STYLES   *******/
.white9{font-size: 9px; font-family: Verdana, Geneva, sans-serif; color: #FFF;}
.white10{font-size: 10px; font-family: Verdana, Geneva, sans-serif; color: #FFF;}
.white11{font-size: 11px; font-family: Verdana, Geneva, sans-serif; color: #FFF;}
.white12{font-size: 12px; font-family: Verdana, Geneva, sans-serif; color: #FFF;}
.white14{font-size: 14px; font-family: Verdana, Geneva, sans-serif; color: #FFF;}
.white16{font-size: 16px; font-family: Verdana, Geneva, sans-serif; color: #FFF;}
