body {
    color: #ccffff;
    background-color:black;
    font-family:sans-serif;
}
#main_container {
    text-align:center;
}
.centered {
 width:780px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}
td {
    vertical-align:top;
}

a:link {
 color: #33ccff;
}
a:visited {
 color: #3399ff;
}
a:hover {
 color: #aaffff;
}
a:active {
 color: #339999;
}

a.current {
 color: #ffffff;
}

.box tr{
    background-color: #ccffff;
}
/* box corners */
.box .bl{
    /* bottom-left */
    background: #ccffff url(/images/corner_bl_15.gif) no-repeat left bottom;
}
.box .br {
    /* bottom-right */
    background: #ccffff url(/images/corner_br_15.gif) no-repeat right bottom;
}
.box .tl {
    /* bottom-right */
    background: #ccffff url(/images/corner_tl_15.gif) no-repeat left top;
    width:14px;
}
.box .tr {
    /* bottom-right */
    background: #ccffff url(/images/corner_tr_15.gif) no-repeat right top;
    width:14px;
}
/* top and bottom rows */
.box .row-top, .box .row-bottom {
    height: 15px;
    background-color:#ccffff;
}


/* dialog based stuff for boxes */

.box {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under box */
}

.box .content,
.box .t,
.box .b,
.box .b div {
 background:transparent url(/images/box_800x1600.gif) no-repeat top right;
}

.box .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:12px 12px 0px 0px;
}

.box .t {
 /* 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;
}

.box .b {
 /* bottom */
 position:relative;
 width:100%;
}

.box .b,
.box .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.box .b {
 background-position:bottom right;
}

.box .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.box .hd,
.box .bd,
.box .ft {
 position:relative;
}

.box .wrapper {
 /* extra content 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. */
}

.box h1,
.box p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.box h1 {
 padding-bottom:0px;
}

/* main column content td so it doesn't shrink too much */
td.main_col{
    width:390px;
}
td.right_col{
    width:390px;
}
