/* Remove unwanted elements */
.navigation, #picMenu, #quoteRegion, img, .image-holderR, .image-holderL
{
display: none;
height:0px;
}

/* Ensure the content spans the full width */
.mainContent
{
width: 100%; margin: 0; float: none; height:100%;
}

.left {float:none;}
.line {overflow:visible; float:none;}

/* Change text colour to black (useful for light text on a dark background) */
p, h1, h2, h3, h4, h5, h6 {
color: #000
}

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

.firstLetter {
	font-size:29px; margin-left:0px; vertical-align:baseline;}

.followLetter {font-size:29px; margin-left:0px; vertical-align:baseline;}

