
/*print stylesheet */
body {background: white;
font-size: 10 pt;
}
#masthead #logo img {
vertical-align: center;
border-style: none;
background: white;
}
#main_nav
{
display: none;
}
#nav, #menu { display: none;
}
#container, #content {
width: auto;
margin: 0 5%;
padding: 0;
color: black;
background: transparent;
}

#leftcol p.limage {
display: none;
}
div#content {
margin-left: 10%
padding-top: 1 em;
}
div#leftcol {
background: white;
}
#rightcol h1 {
font-size: 14pt;
}
#rightcol h2 {
font-size: 12pt;
}
div#rightcol {
background: transparent;
}
div#footer {
background: white;
font-size: 10px;
}
a:link; a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
#content: " (http://www.goodenstudios.com" attr(href) ")";
}
/*end print css */

