
body {
	background: #17202a;
	/*background: url(frame_upperLeftTitle.gif) 0 0 noRepeat fixed;*/
	text-align: left;
	color: #B1C3D9; /*rgb(177, 195, 217)*/

	font: 90%/140% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	/*margins: top right bottom left*/
	overflow: hidden;
	}


a{
text-decoration:none;
}

a:link {color: black}     /* unvisited link */
a:visited {color: black}  /* visited link */
a:hover {color: #71829b}   /* mouse over link */
a:active {color: black}   /* selected link */
 
 
li {list-style-image: url('../menu/arrow.gif')}
    
 
 /* these are all the settings for the background corners and frames*/ 
#title {
	position:absolute;
	top:0;
	left:0;
	width:560px;
	height:89px;
	background:url('title.gif') no-repeat;
	z-index:12;
	}
	
#titleR {
	width:100%;
	position:absolute;
	top:0;
	right:0;
	height:89px;
	background:url('title_right.gif') repeat-x;
	z-index:10;
	}
	
#BG_left {
	position:absolute;
	top:89px;
	left:0;
	width:424px;
	height:512px;
	background:url('BG_left.jpg')  no-repeat;	
	}

#menuSet {
	position:absolute;
	top:106px;
	left:11px;
	z-index:9;	
	}
	
#BG_menu {
	position:absolute;
	top:89px;
	left:0;
	width:176px;
	height:512px;
	background:url('BG_menu.gif')  no-repeat;
	z-index:8;	
	}
	
#BG_center {
	position:absolute;
	top:89px;
	left:0;
	width:100%;
	height:512px;
	background:url('BG_center.gif') repeat-x;
	}
	
#BG_right {
	position:absolute;
	top:89px;
	right:0;
	width:160px;
	height:512px;
	background:url('BG_right.gif')  no-repeat;
	}
	
#title_bottom {
	width:100%;
	position:absolute;
	top:601;
	left:0;
	height:47px;
	background:url('title_bottom.gif') repeat-x;
	z-index:10;
	}
#text_intro {
	color: #000000;
	/*color: #334290; */
	/*color: #4a579c; lighter*/
	padding: 25px 13px ; /*the border from the frame and text*/
	/*border: 1px solid rgb(130,130,170);*/
	text-transform: uppercase;
	font-size: 75%;
	word-spacing: 1px;
	line-height: 130%;
	position:absolute;
	top:130;
	left: 50%;
	width: 270px;
	z-index:9;
	}
	
#theResumeFrame {
	color: #000000;
	text-transform: uppercase;
	font-size: 75%;
	word-spacing: 1px;
	line-height: 130%;
	position:absolute;
	
	top:88;
	
	width: 100%;	
	height: 530;
	
	z-index:7;
	overflow: hidden;
		
	}
	
#theContentFrame {
	color: #000000;
	text-transform: uppercase;
	font-size: 75%;
	word-spacing: 1px;
	line-height: 130%;
	position:absolute;
	
	top:88;
	
	width: 100%;	
	height: 514;
	
	z-index:7;
	overflow: auto;		
	}
	
#theContent{
	

	padding-top: 9px;
	padding-left: 176px;
	}
	
#resumeText {
	color: #000000;
	position:absolute;
	top:24;
	left: 395px;
	width: 600px;
	z-index:9;
	}	
	
	
#navBar {
	position:absolute;
	top:84;
	left:227;
	z-index:20;
	}
	
.lilNavIcon{
	position:absolute;
	top:256px;
	left:3px;
	width:7px;
	height:30px;
	background:url('../menu/indicator.gif')  no-repeat;
	z-index:21;
	}