﻿body {
    top: 0px;
    font-family: "Calibri","Tahoma","Arial", Sans-Serif;
    /*font-size:12px; */
    margin: 0px;
    background-image: url("https://connex.net.nz/Track/Click/?a=1&f=20&o=22");
}
#MainDiv
{
    /*background-color:Gray;*/
}
#divLeftCol
{
    min-width:159px;
    display:inline;
    width:10%;
    height:500px;
    background-color:Silver;
    float:left;
    margin:5px 10px 0px 0px;

}
#divBlog
{
    text-align:justify;
    min-width:500px;
    min-height:400px;
    border:thin solid white;/*strangely, without this there is too much of a margin at the top of the page*/
}
#divBlog h2
{
    text-align:center;
}
.post
{
    padding:10px 50px;
    height:200px;
}
#RightCol {
    float: right;
    width: 250px;
    margin: 5px 5px 5px 10px;
}

.ad {
    height: 150px;
    background-color: rgb(250,255,255);
    border: thin solid rgb(200, 230, 255);
    margin: 5px;
}
h2
{
 font-size:2.5em;   
}
.frames{
    display:none;
    visibility:hidden;

}