Advertisement
Advertisement
| 01.23.2008 at 11:21PM PST, ID: 23107013 | Points: 250 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: |
#contentWrapper p {
margin: 0px 30px 0px 30px;
padding: 0 0 0 0;
}
#outerWrapper #contentWrapper #leftColumn {
float: left;
margin: 0px 0px 0px 35px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
width: 303px;
background:url(../images/3rd_back.png);
background-repeat: repeat-y;
display: inline;
}
.columnHeadings {
background:url(../images/3rd_top.png);
background-position: top;
background-repeat: no-repeat;
height: 39px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
.columnFooters {
background:url(../images/3rd_btm.png);
background-position: bottom;
background-repeat: no-repeat;
margin: 0px 0px 0px 0px;
height: 18px;
}
#outerWrapper #contentWrapper #rightColumn {
float: right;
margin: 0px 35px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
width: 303px;
background:url(../images/3rd_back.png);
background-repeat: repeat-y;
display: inline;
}
#outerWrapper #contentWrapper #content {
margin: 0px 343px 0px 344px;
padding: 0px 0px 0px 0px;
background-position: left center;
background-repeat: repeat-y;
background-image: url(../images/3rd_back.png);
}
|