﻿.d00BFFF {
 position:relative;
 margin:0px auto;
  /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under d00BFFF */
}

.d00BFFF .c00BFFF,
.d00BFFF .t00BFFF,
.d00BFFF .b00BFFF,
.d00BFFF .b00BFFF div {
 background:transparent url(http://i.domstr.com/bg10-1024x768-00BFFF.png) no-repeat top right;
 _background-image:url(d00BFFF2-blue.gif);
}

.d00BFFF .c00BFFF {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.d00BFFF .t00BFFF {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.d00BFFF .b00BFFF {
 /* bottom */
 position:relative;
 width:100%;
}

.d00BFFF .b00BFFF,
.d00BFFF .b00BFFF div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

.d00BFFF .b00BFFF {
 background-position:bottom right;
}

.d00BFFF .b00BFFF div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.d00BFFF .hd,
.d00BFFF .b00BFFFd,
.d00BFFF .ft {
 position:relative;
}

.d00BFFF .wrapper {
 /* extra c00BFFF protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.d00BFFF h1,
.d00BFFF p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.d00BFFF h1 {
 padding-bottom:0px;
}