body {
       margin:10px auto;
       padding:0px;
       background-color:#ffffff;
       font-family: "trebuchet ms";
       text-align: center;
       }
#wrapper {
        width: 770px; 
        margin: 0px auto; 
        text-align: left;
        font-family: "trebuchet ms";
        }

#header {
width:770px;
        height: 70px; 
        margin:10px auto; 
        background-color: #ffffff; 
        padding: 0px; 
        clear: both; 
        position: relative; 
        z-index: 5;
}


.logo {
        margin: 0px;
        padding: 10px 0px 0px 10px;
        width: 470px;
       	height: 70px;
	overflow: hidden;
        float: left;
        }

.top {
        float: right;
	overflow: hidden;
        font-family: Arial;
        font-weight: bold;
        font-size: 28px;
        bottom:0px;
        right: 10px;
	position: absolute;
        color: #333333;
        }

#container { 
        overflow: hidden; 
        width: 770px;  
        font-family: "trebuchet ms";
        }


#container p {
        padding: 0; 
        margin: 15px 20px; 
        font-size: 12px;
        }

#footer {
        width: 770px; 
        height: 30px; 
        background-color: #ffffff; 
        padding: 0px; 
        clear: both; 
        margin-top: 30px; 
        position: relative; 
        font-size: 10px;
        text-align: right;
        }