/*************************************************************
SodaPop Media, LLC website CSS :: created by SPM 2009
**************************************************************/


/*** print styles ***********************************************************/

/* Remove unwanted elements */
.noprint, #clearfooter, #pageTopBar, #content, #Footer, #slideshowContainer, #outline, #slideshowThumbnail, #slideshowThumbnail img
{
display: none; 
}

/* Ensure the content spans the full width    float: none !important;    */
#container, #newsWrapper, #introcopy, #pageTopBar h1, #pageTopBar h2, #pageTopBar h3 
{

width: 720px;
	border: 0;
	margin: 0;
	padding: 0;
	
	color: black; 
	background: transparent;
	font-size: 12pt;


}



/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}


