/*
 * http://www.fensystems.co.uk/ Content CSS File - Standard Pages
 *
 * Author - Dan Lynch <dlynch_at_fensystems.co.uk>
 */

div#content .left {
 float: left;
}

div#content .right {
 float: right;
}

div#content h1 {
 margin-bottom: 1em;
}

div#content a:active {
 text-decoration: none;
 color: white;
 background-color: #3366ff;
}

div#content span.backnav {
 position: absolute;
 top: 0.8em;
 right: 10px;
 font-size: 0.9em;
}
