
/* utility */
.clear { clear:both; }
.lclear { clear:left; }
.rclear { clear:right; }
.left { text-align:left;}
.right { text-align:right; }
.center { text-align:center; }
.centered { margin-left:auto; margin-right:auto; width:auto;}
.bold { font-weight: bold; }
.big { font-size: 110%; }
.bigger { font-size: 120%; }
.morebigger { font-size: 150%; }
.gargantuan { font-size: 200%; }

.rounded {
    -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}

.outlined {
    border: 1px solid #88c;
}
/* layout */
#bbbpage {
    /* background: url(/images/page/rings-background.jpg); */
}

#page-head {
    text-align: center;
    /* background: url(/images/page/rings-background-blue.jpg);
    padding: 4px 0px; */
}

#top-nav {
    background-color: #fff;
    border:2px solid #888;
    width:80%;
    margin-left:auto; margin-right:auto;
    height: 36px;
    -moz-border-radius:12px; -webkit-border-radius:12px;
    padding: 0px 0px 2px 0px;
}

#top-nav li {
    display: inline;
    padding-left: 10px;
    padding-right:8px;
    height: 36px;
    background: url(/images/theonering.gif) left  no-repeat;
}
#top-nav li a {
    height: 36px;
}

#top-nav li img {
    vertical-align:middle;
}

#page-foot {
    min-height: 20px;
    text-align:center;
}

.container {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border:1px solid #888;
}

#content {
    min-height: 600px;
}

