
body {
    margin: 0px;
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: #ffffff;
    text-align: center;
}

img {
    border: 0px;
}

a, a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #666666;
}

div#main {
    text-align: left;
    width: 960px;
    margin: auto;
}

div#head {
    height: 124px;
}

div#headr {
    float: left;
    height: 124px;
	line-height: 2.3;
	font-size: 10pt;
}


div#banners {
    clear: both;
    margin-bottom: 10px;
    height: 65px;
}


div.banner {
    float: left;
    background: black;
    height: 60px;
    width: 470px;
    text-align: right;
}
div.banner:first-child {
    margin-right: 15px;
    text-align: left;
}

