/* PRINT CSS */

#header, #mainmenu, #navigation, #sidebar, .entry ul, .ngg-navigation, .ngg-gallery-imagedescription { 
display: none; 
}

body, p, ul, a, div{
background-color: #fff;
color: #000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-decoration: none;
}

#content {
background-color: #fff;
width: 100%;
border: none;
}

img {
float: left;
height: 300px;
width: auto;
margin: 0px 15px 35px 0px;
border: 0;
}

p {
clear: both;
margin: 25px 0px;
}

.strong {
font-size: 14pt;
}