/* CSS Document */

/* round border to surround content area in center of page */
.t {
background: url(../images/dot.gif) 0 0 repeat-x; width: 30em
}
.b {
background: url(../images/dot.gif) 0 100% repeat-x
}
.l {
background: url(../images/dot.gif) 0 0 repeat-y
}
.r {
background: url(../images/dot.gif) 100% 0 repeat-y
}
.bl {
background: url(../images/bl2.gif) 0 100% no-repeat
}
.br {
background: url(../images/br2.gif) 100% 100% no-repeat
}
.tl {
background: url(../images/tl2.gif) 0 0 no-repeat
}
.tr {
background: url(../images/tr2.gif) 100% 0 no-repeat; padding:10px
} 

/* round border to surround content on affiliates and Google Adsense portions of page */
.t1 {
background: url(../images/dot.gif) 0 0 repeat-x; width: 10em
}
.b1 {
background: url(../images/dot.gif) 0 100% repeat-x
}
.l1 {
background: url(../images/dot.gif) 0 0 repeat-y
}
.r1 {
background: url(../images/dot.gif) 100% 0 repeat-y
}
.bl1 {
background: url(../images/bl2.gif) 0 100% no-repeat
}
.br1 {
background: url(../images/br2.gif) 100% 100% no-repeat
}
.tl1 {
background: url(../images/tl2.gif) 0 0 no-repeat
}
.tr1 {
background: url(../images/tr2.gif) 100% 0 no-repeat; padding:10px
} 

/* another one just in case  
.t3 {
background: url(../images/dot.gif) 0 0 repeat-x; width: 25em
}
.b3 {
background: url(../images/dot.gif) 0 100% repeat-x
}
.l3 {
background: url(../images/dot.gif) 0 0 repeat-y
}
.r3 {
background: url(../images/dot.gif) 100% 0 repeat-y
}
.bl3 {
background: url(../images/bl2.gif) 0 100% no-repeat
}
.br3 {
background: url(../images/br2.gif) 100% 100% no-repeat
}
.tl3 {
background: url(../images/tl2.gif) 0 0 no-repeat
}
.tr3 {
background: url(../images/tr2.gif) 100% 0 no-repeat; padding:10px
} 

*/
