html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #2f2e2e;
    font-family: Arial;
	margin: auto;
	width: 800px;
    height: auto;
}
#wrapper
{
	width: 800px;
    height: auto;
	margin: auto;
    /*background-image: url('images/bodybackground.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;*/
    background-color:white;
}
#header
{
    width: 800px;
    height: 378px;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    margin: 0px;
    color: white;
}
#header2
{
    width: 800px;
    height: 150px;
    background-image: url('images/header2.gif');
    background-repeat: no-repeat;
    margin: 155px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#header2content
{
    margin: 0px;
    padding: 10px 15px 0px 25px;
}
#nav
{
    text-align: left;
    height: 48px;
    margin: 0px 0px 0px 0px;
}
#bodycontent
{
    width: 800px;
    height: auto;
    margin: 15px 0px 0px 0px;
    color: black;
}

#bodystuff
{
    width: 550px;
    margin: 0px;
    padding: 0px 10px 0px 10px;

}
#bodycontentright
{
    float: right;
    width: 165px;
    height: auto;
    margin: 0px 0px 10px 5px;
    text-align: center;
}
#bodycontentleft
{
    float: left;
    width: 570px;
    height: auto;
    margin: 0px 0px 10px 25px;
}
#bodycontentright1
{
    margin: 0px 20px 10px 5px;
}
#bodycontentright2
{
    margin: 0px 0px 10px 5px;
    text-align: left;
}
#footer
{
    background-image: url('images/footer.gif');
    background-repeat: repeat-x;
    width: 800px;
    height: 71px;
    color: white;
    font-size: 90%;
    margin: 10px 0px 0px 0px;
}
#footer a
{
    color: white;
    text-decoration: underline;
}
#footer a:hover
{
    color: #2f2e2e;
}
#headeremaillink
{
     float: right;
     margin:110px 20px 0px 0px;
     text-align: center;
     font-size: 130%;
     font-family: Trebuchet MS;
}
#headeremaillink a
{
    color: white;
    text-decoration: none;
}
#headeremaillink a:hover
{
    color: #2f2e2e;
}
#messageboardtop
{
    width: 570px;
    height: 21px;
    background-image: url(images/messageboardtop.png);
    background-repeat: no-repeat;
}
#messageboardbottom
{
    width: 570px;
    height: 22px;
    background-image: url(images/messageboardbottom.png);
    background-repeat: no-repeat;
}
.testi
{
    font-family: Trebuchet MS;
}
.testi a
{
    color: black;
    text-decoration: none;
}
.testi a:hover
{
    color: red;
    text-decoration: none;
}
.partners a
{
    color: black;
    text-decoration: none;
}
.partners a:hover
{
    color: red;
    text-decoration: none;
}

