body {
    font-family: Helvetica, sans-serif;
    height: 100%;
}
div#header {
    background: url('http://www.sparklinghome.co.uk/images/logo.png') no-repeat 15px 20px;
    height: 90px;
    border: white solid 1px;
}
div#header h1 {
    display: none;
}
div#header h2 {
    margin: 12px 250px auto auto;
    color: #6bba2e;
    font-weight: normal;
    font-size: 14pt;
	text-align: right;
}
div#staticnav {
    width: 100%;
    height: 45px;
    border: white solid;
    border-width: 1px 0;
}
div#staticnav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #6bba2e;
}
div#staticnav li {
    display: block;
    float: left;
    border: #bcdc9b solid;
	border-width: 0 1px 0 0;
    height: 45px;
    background: #6bba2e;
}
div#staticnav li a {
    padding: 0 2em;
    margin: 12px 0;
    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
div#staticnav li:hover {
    background: #bcdc9b;
}
div#staticnav li:hover a {
    color: black;
}
div#body {
    width: 100%;
}
div#leftnav {
    float: left;
    width: 320px;
    height: 100%;
	text-align: center;
}
div#leftnav img {
	margin: 1em auto;
}
div#leftnav ul {
    margin: 0 1em;
    padding: 0;
    width: 170px;
}
div#leftnav li {
    list-style-type: none;
    padding: 4px 10px;
    background: #325e9f;
    border: white solid;
    border-width: 1px;
}
div#leftnav li a {
    text-decoration: none;
    color: white;
}
div#leftnav li#listtop {
    background: white url('listtop.png');
    border-width: 1px 0;
}
div#leftnav li#listbottom {
    background: white url('listbottom.png');
    border-width: 1px 0;
}
div#content {
    margin-left: 330px;
}
div#footer {
    width: 100%;
    font-size: 8pt;
    text-align: center;
    background-color: #6BBA2E;
}

div#footer a {
    color: #FFF;
}

div#footNav {
    width: 85%;
    font-size: 9pt;
    text-align: center;
    margin-left: 90px;
}

div#footNav ul li a {
    color: #FFF;
}

/* header styles */
h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 30px 40px 20px 30px;
	color: #6bba2e;
	border-bottom: 1px solid #6bba2e;
}
