body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#main {
    width: 970px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -485px;
    padding: 0;
}

#subheader{
    margin: 0;
    padding: 0;
    height: 106px;
}

#badge{
    position: absolute;
    top: 407px;
    left: 820px;
}

#leaf
{
    position: absolute;
}

#copy 
{
    font-family: verdana, tahoma;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid white; /* this is to fix a strage bug where a margin is added to the top */
}

h1 
{
	width: 850px;
	padding: 10px 0 10px 120px;
    color: #84290E;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
    font-family: Verdana, Tahoma;
    font-size: 20px;
    line-height: 25px;
    background: #fbfbfb;
}

h2 
{
	text-transform: capitalize;
    font-size: 20px;
    font-family: Verdana, Tahoma;
    line-height: 25px;
}

h3 
{
    font-family: verdana, tahoma;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

a {
    color: #84290E;
}

img 
{
	padding: 0;
	margin: 0;
	border: 0;
}

.content
{
	margin: 20px 47px;
    background: white url(../images/shadow-bar.gif) no-repeat;
    text-align: justify;
}
.content h2
{
	clear: both;
	margin: 0 73px;
	padding: 0;
	line-height: 40px;
}
.content p
{
	margin: 0 73px 20px 73px;
	padding: 0 0 30px 0;
/*	position: relative;*/
	border-bottom: 3px double #e2e2e2;
}

#footer {
    clear: both;
    height: 89px;
    border-top: 1px solid #c7c7c7;
    text-align: center;
    background: #f8f8f8;
}
#footer, #footer a {
    color: black;
    font-family: Arial;
}
#footer .left {
    height: 89px;
    width: 182px;
    float: left;
    background: white url(../images/footer-shadow-left.jpg) no-repeat top left;
}
#footer .right {
    height: 89px;
    width: 182px;
    float: right;
    background: white url(../images/footer-shadow-right.jpg) no-repeat top right;
}