/**
 *  @template       Lepton-Start
 *  @version        see info.php of this template
 *  @author         cms-lab
 *  @copyright      2010-2011 CMS-LAB
 *  @license        http://creativecommons.org/licenses/by/3.0/
 *  @license terms  see info.php of this template
 *  @platform       see info.php of this template
 *  @requirements   PHP 5.2.x and higher
 */



 /* Remove unwanted elements */
#header, #nav, img
{
display: none;
}

/* Ensure the content spans the full width */
#container, #main, #content
{
width: 100%; 
margin: 0 auto; 
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #333;
}