/* CSS Document */

body, td, table, tr, p, div{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}

a:link {
color: #000099;
text-decoration: underline;
}

a:visited {
color: #000099;
text-decoration: underline;
}

a:hover {
color: #006699;
text-decoration: none;
font-weight: bold;
}

a:active {
color: #99CCCC;
text-decoration: none;
font-weight: bold;
}

#portfolio_frame {float:left;}

#floatframe {left: 600px;
position:absolute;
position:fixed;
top:150px;
top:expression(window.scrollTop + "px"); }