﻿body
{
    margin-top: 0px;
    margin-left: 0px;
}


#header
{
    width: 100%;
    height: 124px;
    border: 0;
    top: 0px;
    background-image: url(images/slice.jpg);
    position: static;
}
#logo
{
    width: 760px;
    position: absolute;
    top: 0px;
    height: 125px;
    background-image: url(images/banner.jpg);
}
#content {
	padding: 0 20px 1.8em 10px;
	background-color: #fff;
}
#sidebar
{ 
    float: left;
    padding: 0 10px 10px 10px;
    width: 140px;
}

#footer {
	padding: 0 20px 1.8em 10px;
	border-top: 1px solid #87d88c;
	clear: both;
}
#footer p
{
    text-align: center;
}
#content h2
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
