body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #666666;
height:100%;
margin: 0;
padding: 0;
border: 0;
text-align: center;
background-color: white;
background-repeat: no-repeat;
}

.caption { color: white; font-size: 10px;}

html, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background-repeat: no-repeat;
}

#wrapper {
      margin: 0 auto;
      text-align: middle;
      vertical-align: middle;
	  horizontal-align: middle;  
	  background-color: transparent;
	  background-repeat: no-repeat;
}
   
#navigation ul { list-style-type: none; margin: 0px; padding: 0px;}
#navigation li { padding: 0px 14px 0px 0px; display: inline; }
#navigation li a { color: #ffffff; text-decoration: none; letter-spacing: .5px; }
#navigation li a:hover { color: #FE2009; }

#port a#portnav, #profile a#profilenav, #stock a#stocknav, #accolades a#accoladesnav, #limitededitions a#limitededitionsnav, #conceptualizing a#conceptualizingnav, #animation a#animationnav {
color:#FE2009;
}

.border { 
border: 5px solid black;
}

.scroll_bars {
	position:relative;
	width:352px;
	height:450px;
	z-index:1;
	overflow: auto;
	padding:30px;
}

.copyright { font-size: 9px; color: #999999;}
a.copyright { color: #999999; }
