
/* Layout Stylesheet */ 

a:link {color: #990000}
a:visited {color: #cc6600}
a:hover {color: #999933}
a:active {color: #ff3300}

#crew_container {
 position: absolute;
 top:98%;						/* This sets the inner_container element to the top 98% in the "outer_container" */
 height:700px;
 width:653px;
 left: 0px;
 top:0px;
 padding:0;
 overflow:hidden;
} 

#crewcontent {
 position:absolute;
 left:0px;
 top:103px;
 overflow:hidden;
}

#get_adobe {
 position:absolute;
 left:528px;
 top:152px;
 padding:0;
} 

p#crewlist {
 font-size: 11px;
 color:#999999;
 position:absolute;
 left:38px;
 top:185px;
 width:577px;
 text-align:left;
 overflow:hidden;
}

/* End of Layout Stylesheet */ 