
/* Layout Stylesheet */ 

body    { background-image: url(backgndimage.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; text-align: center; margin: 20px; padding: 0 }

#outer       { background-image: none; background-repeat: repeat; background-attachment: scroll; text-align: left; margin: auto; width: 750px; border: solid 1px #999 }

#hdr    { background-image: none; background-repeat: repeat; background-attachment: scroll; height: 101px }

#bar        { color: #fff; font-size: 22px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #ccc; background-image: none; background-repeat: repeat; background-attachment: scroll; padding-left: 12px; height: 25px; border-style: solid none; border-width: 2px medium; border-color: #999 }

#bodyblock     { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 0; position: relative; top: 0; width: 750px }

#l-col        { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 160px; float: left }

#cont          { color: #333333; background-image: url(backgndimage-2.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-align: left; margin-left: 160px; padding-bottom: 50px; padding-left: 15px; width: 590px; border-style: none none none solid; border-width: 0 0 0 1px; border-color: #999 }

#ftr      { color: #333; font-size: 12px; font-family: "Courier New", Courier, Monaco, monospace; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding-top: 2px; padding-bottom: 2px; padding-left: 12px; height: 25px; border-top: 1px solid #999 }