@charset "utf-8";
/* CSS Document */
#press-links {
	position:absolute;
	left:31px;
	top:120px;
	width:292px;
	min-height:401px;
}

#press-thumbs {
	position:absolute;
	left:323px;
	top:120px;
	width:373px;
	/*
	border:#FF0000;
	border:dashed;*/
}

#presslinks li{
   list-style: none;
   font-size:11px;
   font-family:myriad Roman, myriad, Helvetica, Verdana, Arial, sans-serif;
   font-weight:normal;
   line-height:1.75em;

}

#presslinks li a{
    color: #3C3C3C;
    text-decoration:none;
}

#presslinks li a:link {color:#808080;}
#presslinks li a:visited {color:#808080;}
#presslinks li a:hover {color:#404040;}
#presslinks li a:active {color:#404040;}

#presslinks .selected a{
    color: #000000;
	text-decoration:none;
}

#footer {
	position:relative;
	top:0px;
	width:1000px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#copy-press {
	position:relative;
	/*top:614px;*/
	left:0px;
	width:152px;
	height:9px;
    margin-top:-20px;
}

#copy-press p{
font-family:Helvetica, Arial, sans-serif;
	font-size:8px;
	color:#999999;
}

