body 
{margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: arial, helvetica, sans-serif;
color: rgb(173,39,53);
background-color: rgb(255,255,255);
}

/* main and inner tags are what center page, must be accompanied by doc type tag and following html mark up protocols for that doc type tag*/

#main {
	position: relative;
	top: 0px;
	width:750px;
	margin: auto;
        text-align:left;
        padding:0px 0px 0px 0px;
}

#inner {
	padding: 0px;
}



/* MAIN MENU BAR LINK STYLES*/
a.nav {text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: rgb(153,153,153);
	font-size:10px;
	text-align: center;
	display: block;
	background: white;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	outline: none;
	z-index: 10;
}

a.nav:hover {
	color: rgb(153,153,153);
	background: rgb(232,231,231);
	height: 20px;
	display: block;
	font-weight: 500;
	border-bottom: 1px solid rgb(173,39,53);
	outline: none;
	z-index: 10;
}


/* MAIN MENU BAR LINK STYLES for PERFORMANCE*/
a.nav1 {text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: rgb(153,153,153);
	font-size:10px;
	text-align: center;
	display: block;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	outline: none;
	z-index: 10;
}

a.nav1:hover {
	color: rgb(153,153,153);
	background: rgb(232,231,231);
	height: 20px;
	display: block;
	font-weight: 500;
	border-bottom: 1px solid rgb(173,39,53);
	
	outline: none;
	z-index: 10;
}


/* MAIN MENU BAR LINK STYLES FOR ACTIVE*/
a.nav2 {text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: rgb(173,39,53);
	background: rgb(232,231,231);
	font-size:10px;
	text-align: center;
	display: block;
	width: 68px;
	line-height: 20px;

	border-bottom: 1px solid rgb(173,39,53);

	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	outline: none;
	z-index: 10;
}

a.nav2:hover {
	color: rgb(173,39,53);
	background: rgb(232,231,231);
	height: 20px;
	display: block;
	font-weight: 500;	
	border-bottom: 1px solid rgb(173,39,53);
	outline: none;
	z-index: 10;
}


/*SITE MAP COPYRIGHT EMAIL FOOTER LINKS*/
a.nav3 {text-decoration: none;
	font-weight: 500;
	color:rgb(153,153,153);
	font-size:10px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: none;}
	
a.nav3:hover {
	color: rgb(173,39,53);
	font-weight: 500;
	outline: none;
}

/*EMAIL LINK FOR ABOUT_aka_PEOPLE*/
a.nav4 {text-decoration: none;
	font-weight: 500;
	color:rgb(153,153,153);
	font-size:10px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: none;}
a.nav4:hover {
	color: rgb(173,39,53);
	font-weight: 500;
	outline: none;
}


/* PORTFOLIO VERTICLE MENU*/
a.nav5 {text-decoration: none;
	font-weight: 500;
	color: rgb(153,153,153);
	font-size:10px;
	line-height: 22px;
	outline: none;
	z-index: 4;
}


a.nav5:hover {
	color: rgb(173,39,53);
	z-index: 4;
}

/*ACTIVE VERTICLE PORTFOLIO LINKS*/
a.nav5_5 {text-decoration: none;
	font-weight: 500;
	color: rgb(173,39,53);
	font-size:10px;
	line-height: 22px;
	outline: none;
	z-index: 4;
}

a.nav5_5:hover {
	color: rgb(173,39,53);
	z-index: 4;
}


/*BACK FORWARD BUTTONS PORTFOLIO PAGES*/
a.nav6 {text-decoration: none;
	font-weight: 500;
	color:rgb(153,153,153);
	font-size:12px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: none;}





a.nav6:hover {
	color: rgb(173,39,53);
	font-weight: 500;
	outline: none;
}



/*MAIN MENU POSITIONS*/
#profile_box {
	position:absolute;
	left:1px;
	top:394px;
	width:68px;
	height:22px;
	z-index: 10;
}

#performance_box {
	position:absolute;
	left:69px;
	top:394px;
	width:68px;
	height:22px;
	z-index: 10;
}

#people_box {
	position:absolute;
	left:137px;
	top:394px;
	width:68px;
	height:22px;
	z-index: 10;
}

#picks_box {
	position:absolute;
	left:205px;
	top:394px;
	width:68px;
	height:22px;
	z-index: 10;
}

#contact_box {
	position:absolute;
	left:273px;
	top:394px;
	width:68px;
	height:22px;
	z-index: 10;
}


/* PORTFOLIO VERTICLE MENU POSITION */
#performance_menu {
	position:absolute;
	left:69px;
	top:416px;
	width:200px;
	text-align:left;
	border-left: 1px solid rgb(173,39,53); 
	padding-left: 10px;
	padding-top:10px;
	z-index: 20;
}



/*PROFILE PEOPLE PICKS TEXT BORDER*/
#text_border {
	position:absolute;
	left:0px;
	top:132px;
	width:566px;
	height:210px;
	border: 1px solid rgb(204,204,204); 

	z-index: 1;
}

#picks_shell {
scrollbar-face-color: rgb(238,238,238);
scrollbar-highlight-color: rgb(255,255,255);
scrollbar-3dlight-color: rgb(204,204,204);
scrollbar-darkshadow-color: rgb(204,204,204);
scrollbar-shadow-color: rgb(255,255,255);
scrollbar-arrow-color: rgb(204,204,204);
scrollbar-track-color: rgb(238,238,238);
	position: absolute;
	left: 0px;
	top: 172px;
	width:563px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        text-align:left;
	height: 160px;
	overflow: auto;
	z-index: 10;
}


/*PROFILE PEOPLE TEXT BOX*/
#text_box {
scrollbar-face-color: rgb(238,238,238);
scrollbar-highlight-color: rgb(255,255,255);
scrollbar-3dlight-color: rgb(204,204,204);
scrollbar-darkshadow-color: rgb(204,204,204);
scrollbar-shadow-color: rgb(255,255,255);
scrollbar-arrow-color: rgb(204,204,204);
scrollbar-track-color: rgb(238,238,238);
	position:absolute;
	left:73px;
	top:172px;
	width:465px;
	height:160px;
	overflow: auto;
	margin: 0px 25px 0px 0px;
	padding: 0px 25px 0px 0px;
	z-index: 1;
}



/*PICKS TEXT BOX 1*/
#text_box_1 {
	position:absolute;
	left:85px;
	top:0px;
	width:145px;
	height:160px;
	z-index: 1;
}

/*PICKS TEXT BOX 2*/
#text_box_2 {
	position:absolute;
	left:245px;
	top:0px;
	width:145px;
	height:160px;
	z-index: 1;
}

/*PICKS TEXT BOX 3*/
#text_box_3 {
	position:absolute;
	left:400px;
	top:0px;
	width:125px;
	height:160px;
	z-index: 1;
}


/*PROFILE PEOPLE PICKS LARGE PHOTO BORDER*/
#large_photo {
	position:absolute;
	left:572px;
	top:172px;
	width:170px;
	height:134px;
	border: 1px solid rgb(204,204,204); 

	z-index: 1;
}

/*PROFILE PEOPLE PICKS LARGE PHOTO*/
#large_photo_inner {
	position:absolute;
	left:579px;
	top:177px;
	width:159px;
	height:126px;
	padding: 0px 0px 0px 0px;
}


/*PROFILE PEOPLE PICKS SMALL PHOTO POSITION*/
#small_photo {
	position:absolute;
	left:579px;
	top:132px;
	width:159px;
	height:38px;
	z-index: 1;
}


/*PROFILE PEOPLE PICKS TITLE*/
#ppp_page_title {
	position:absolute;
	font-size: 11px;
	left:10px;
	top:147px;
	width:60px;
	height:14px;
	text-align:center;
	color:rgb(173,39,53);
	border: 1px solid rgb(204,204,204);
	padding: 2px 0px 0px 0px;
	z-index: 1;
}


/*SLIDE SHOW SCRIPT*/

/*PORTFOLIO BORDER*/
#portfolio_border {
	position:absolute;
	left:0px;
	top:40px;
	width:566px;
	height:302px;
	border: 1px solid rgb(204,204,204); 
	z-index: 1;
}


#slides_position {
	position:absolute;
	left:10px;
	top:60px;
	width:546px;
	height:260px;
	border: 0px solid rgb(204,204,204); 
	z-index: 1;
}

#slides_text {

	display: block;
	font: 9px arial, helvetica, sans-serif;
	position: absolute;
	top: 325px;
	left: 355px;
	text-align: right;
	width: 200px;
	padding: 0px;
	color: rgb(173,39,53);
	line-height: 12px;
	z-index: 100;
}	


#slides_previous_button {
	display: block;
	font: 10px arial, helvetica, sans-serif;
	position: absolute;
	top: 323px;
	left: 222px;
	text-align: center;
	width: 50px;
	padding: 0px;
	color: rgb(173,39,53);
	border: 1px solid rgb(204,204,204);
	line-height: 12px;
	z-index: 20;}

#slides_forward_button {
	display: block;
	font: 10px arial, helvetica, sans-serif;
	position: absolute;
	top: 323px;
	left: 292px;
	text-align: center;
	width: 50px;
	padding: 0px;
	color: rgb(173,39,53);
	border: 1px solid rgb(204,204,204);
	line-height: 12px;
	z-index: 20;
}




/*PORTFOLIO ARS LOGO POSITION*/
#logo_slice {
	position:absolute;
	left:576px;
	top:300px;
	width:159px;
	height:44px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}

/*PORTFOLIO DISCUSSION POSITION*/
#performance_discussion {
	display: block;
	position: absolute;
	top: 50px;
	left: 579px;
	text-align: left;
	width: 156px;
	padding: 0px;
	z-index: 19;
}

/*PROFILE PEOPLE PICKS ARS LOGO POSITION*/
#ppp_logo_slice {
	position:absolute;
	left:578px;
	top:80px;
	width:159px;
	height:44px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}

#lights_box {
	position:absolute;
	left:0px;
	top:349px;
	width:742px;
	height:38px;
	border: 1px solid rgb(204,204,204); 
	padding: 0px 0px 0px 0px;
	z-index: 2;
}


#lights {
	position:absolute;
	left:7px;
	top:356px;
	width:731px;
	height:64px;
	padding: 0px 0px 0px 0px;
}




/* MAIN HORIZONTAL MENU BOX */
#nav_box {
	position:absolute;
	left:0px;
	top:393px;
	width:566px;
	height:22px;
	border: 1px solid rgb(204,204,204); 
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

	

#tag_slice {
	position:absolute;
	left:347px;
	top:397px;
	width:215px;
	height:15px;
	background: rgb(173,39,53); 
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}

#creative_slice {
	position:absolute;
	left:585px;
	top:382px;
	width:151px;
	text-align: right;
	height:80px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

#swoosh_slice {
	position:absolute;
	left:98px;
	top:381px;
	width:420px;
	height:110px;
	border: none;  

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* DISCUSSION TEXT STYLES + WORDS 1 ON PICKS COLUM */
#words1 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: rgb(153,153,153);
	line-height: 16px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

/* COLUMS 2 ON PICKS */
#words1_1 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: rgb(153,153,153);
	line-height: 16px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

/* COLUMS 3 ON PICKS */
#words1_2 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: rgb(153,153,153);
	line-height: 16px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

/* TAGLINE TEXT STYLES */
#words2 {
	font-size: 10px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: 600;
	color: rgb(255,255,255);
	line-height: 15px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* PORTFOLIO DISCUSSION */
#words3 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: rgb(153,153,153);
	line-height: 16px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}



/* COPYRIGHT AND CONTACT INFO AT BOTTOM OF PAGE */
#footer_contact {
	position:absolute;
	left:0px;
	top:570px;
	width:742px;
	height:40px; 
	text-align: center; 
	background: none;
	z-index:10;
}
