body {
    margin: 0px;
    color: #222;
    font: 14px verdana, arial, helvetica, sans-serif;
    background: url(../images/background950.png) center repeat-y;
}
p {
    margin: 0 0 1.1em;
}
.showgrid {
    background: transparent url(../images/grid.png) repeat scroll 0 0;
}

.vbanner {
    /*background: url(../images/front/vbanner.png) center no-repeat;*/
    text-align:center;
    padding: 20px 0;
}

.content {
    padding: 20px;
}

.center {
    text-align: center;
}

.footer img {
    vertical-align: middle;
}

.footer {
    padding-bottom: 14px;
}
.frontevent {
    background: url(../images/front/hbox.png) left top no-repeat;
    width: 831px;
    height: 100px;
    padding: 10px;
    margin-bottom: 10px;
}

a {
    color: #d45500;
}

h1, h2, h3, h4 {
    color: #d45500;
    font-weight: bold;
}

h1 {
    font-size: 1.7em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

.blog div.published {
    text-align: right;
    font-size: 80%;
}

.blog p {
    margin-bottom: 0.3em;
}

div.admin {
    position: fixed;
    top: 0;
    right: 0;

}

