body {
background:#fff;
color:#000;
font-size:1em
}

/* not needed for printing */
.noprint {
display:none
}

#header, #wrapper, #content {
width:100%;
height:100%;
margin:0;
float:none
}

#logo {
padding-left:1em
}

#footer{
margin-bottom:2em
}

/* Improve colour contrast of links */
a:link, a:visited {
color: #781351
}

#contactus input, #contactus textarea {
margin-top:1em;
border:1px solid #000
}

#name,#telno {
width:200px;
}

#email,#message {
width:300px
}

#message {
height:15em;
}

#contactus label,#contactus textarea {
vertical-align:middle
}