body { color: #555152; font-size: 30px; }

.main { border-spacing: 0px; margin-left: auto; margin-right: auto; padding: 0px; height: 100%; width: 100%; }

.header { background-color: #b21d4a; background-image: url(../images/headerbg.png); background-repeat: repeat-x; height: 120px; text-align: center; width: 100%; }
.navigation { background-color: #dfe6b9; background-image: url(../images/navbg.png); background-repeat: repeat-x; height: 33px; padding: 0px; text-align: center; width: 100%; }
.body { background-color: #f7ffcd; background-image: url(../images/bodybg.png); background-repeat: repeat-x; height: 100%; text-align: center; vertical-align: top; width: 100%; }
.footer { background-color: #f7ffcd; font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; height: 100px; text-align: center; vertical-align: bottom; }

div.navigation { margin: auto; width: 600px; }
div.content { margin: auto; width: 60%; }

table.marginalign { margin-top: 30px; }

p { margin-top: 20px; margin-bottom: 20px; }

* { margin: 0; padding: 0 }