#spacer {
clear: both;
}

.left {
width: 33%;
float: left;
}
.middle {
width: 33%;
float: left;
}
.right {
width: 33%;
float: right;
}

#text {
border-width: 10px;
border-style: solid;
border-color: #ffffff;
background-color: #ffffff;
}

p { font-family: helvetica; font-size: small }

