body {
    margin: 0;
    background: #eaeaea;
    /*background: #eaeaea url(../images/bg.gif) repeat-y center; /* f1 */
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	color: #717171;
}
img { border: 0; }

a:link, a:active, a:visited {
    color: #717171;
    text-decoration: underline;
}
a:hover {
    color: #00f;
}

h1,h2,h3,h4,h5 {
    display: block;
    margin: 5px 0 7px;
    padding: 0;
    font-family: "Arial Black", Impact, sans-serif;
    font-weight: normal;
    line-height: 1em;
}
h3, h4 {
    font-size: 27px;
}
h5 {
    font-size: 17px;
}
h5.mini {
    font-size: 15px;
}
.center {
    text-align: center;
}

p {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}
p.small {
    font-size: 10px;
}

#container {
    width: 1090px;
    margin: 0 auto;
    background: url(../images/bg.gif) repeat-y center; /* f1 */
}

#bottom,
#clearpage {
    display: block;
    width: 100%;
    height: 15px;
    margin: 0;
    clear: both;
}
.item {
    position: relative;
    display: block;
    margin: 15px 0 0 15px;
    padding: 15px;
    float: left;
    background: #fff;
}

.onecol {
    width: 170px;
}
.twocol {
    width: 385px;
}
.threecol {
    width: 600px;
}
.fourcol {
    width: 815px
}
.fivecol {
    width: 1030px;
}

    .item .tag {
        position: absolute;
        top: 15px;
        right: 15px;
        display: none;
        padding: 10px;
        background: url(../images/70black.png);
        font-size: 13px;
        color: #fff;
    }
    .tag a:link, .tag a:active, .tag a:visited {
        display: block;
        margin: 7px 0 0;
        color: #fff;
        text-decoration: underline;
    }
.onestacker {
    display: block;
    width: 215px;
    margin: 0;
    padding: 0;
    float: left;
}
.twostacker {
    display: block;
    width: 430px;
    margin: 0;
    padding: 0;
    float: left;
}
