@charset "UTF-8"; /* CSS Document */ .outerboxroundbox { background-color:#333333; } .outerboxtop div { background: url(/tools/rounded.php?cn=tl&h=15&w=15&b=0&ci=333333&co=ffffff) no-repeat top left; } .outerboxtop { background: url(/tools/rounded.php?cn=tr&h=15&w=15&b=0&ci=333333&co=ffffff) no-repeat top right; } .outerboxbot div { background: url(/tools/rounded.php?cn=bl&h=15&w=15&b=0&ci=333333&co=ffffff) no-repeat bottom left; } .outerboxbot { background: url(/tools/rounded.php?cn=br&h=15&w=15&b=0&ci=333333&co=ffffff) no-repeat bottom right; } /* height and width stuff, width not really nessisary. */ .outerboxtop div, .outerboxtop, .outerboxbot div, .outerboxbot { width: 100%; height: 15px; font-size: 1px; } .outerboxcontent { margin: 0 15px; } .outerboxroundbox { width: 100%; margin: 1em auto; } .innerboxroundbox { background-color:#ffffff; color:#fff; } .innerboxroundbox h1, .innerboxroundbox h2 { color: #1fff0e; margin-top:0px; } .innerboxroundbox a { color: #c1dcf8; } .innerboxroundbox a:hover { color: #fff; } .innerboxroundbox p { padding:0px; margin:0px; } .innerboxtop div { background: url(/tools/rounded.php?cn=tl&h=15&w=15&b=0&ci=ffffff&co=333333) no-repeat top left; } .innerboxtop { background: url(/tools/rounded.php?cn=tr&h=15&w=15&b=0&ci=ffffff&co=333333) no-repeat top right; } .innerboxbot div { background: url(/tools/rounded.php?cn=bl&h=15&w=15&b=0&ci=ffffff&co=333333) no-repeat bottom left; } .innerboxbot { background: url(/tools/rounded.php?cn=br&h=15&w=15&b=0&ci=ffffff&co=333333) no-repeat bottom right; } /* height and width stuff, width not really nessisary. */ .innerboxtop div, .innerboxtop, .innerboxbot div, .innerboxbot { height: 15px; font-size: 1px; width:100%; } .innerboxcontent { margin: 0 15px; } .innerboxroundbox { margin: 1em auto; width:100%; }