body {
 margin: 20px;
 background: #68374A;
 color: #333333;
 text-align: center;
 padding: 0;
 }

#outer {
 text-align: left;
 width: 650px;
 margin: auto;
 }

#header {
 height: 200px;
 background: #eeeeee;
 color: #333333;
 }

#bar {
 height: 11px;
 color: #333333;
 background-image: url(images/layout/bar.gif);
 background-position: top;
 background-repeat: no-repeat;
 }

#bodyblock {
 position: relative;
 color: #333333;
 width: 650px;
 padding: 0;
 background-image: url(images/layout/left.gif);
 }

#left {
 float: left;
 width: 145px;
 padding: 10px 0px 0px 0px;
 }

#content {
 width: 475px;
 color: #333333;
 text-align: left;
 background-image: url(images/layout/content.gif);
 padding: 10px;
 }

#footer {
 height: 16px;
 color: #333333;
 margin: 0;
 background-image: url(images/layout/footer.gif);
 }