html, body {
    margin:0;
    padding:0;
    text-align:center;
    background: white url('bg.gif') repeat-y center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px
}

#pagewidth {
    width:700px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

#header {
    background: url('header.jpg');
    position:relative;
    height:150px;
    background-color:#cccccc;
    width:100%;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: black;
}

#twocols {
    width: 700px;
    float: right;
    position: relative;
}

#rightcol {
    width: 220px;
    float: right;
    position: relative;
    background-color: white;
}

#maincol {
    background-color: #fff;
    float: left;
    display: inline;
    position: relative;
    width: 455px;
    padding-right: 5px;
    padding-left: 5px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: black;
}

#footer {
    height: 35px;
    background: white;
    clear: both;
    text-align: center;
    font-family: monospace;
    font-size: 12px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: black;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{display: inline-block;}

* html .clearfix{height: 1%;}
.clearfix {display: block;}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1 {
    font-family: Trebuchet MS !important;
    font-size: 22px !important;
    letter-spacing: -1px;
    color: #575757;
    background-color: transparent;
    margin: 0;
    padding-top: 5px;
}

h2 {
    font-family: Trebuchet MS !important;
    font-size: 16px !important;
	letter-spacing: -1px;
    color: #575757;
    margin: 0;
    background-color: white;
    padding-top: 3px;
}

#listings {
    width: 336px;
    font-family: Arial, Verdana, sans-serif;
 	font-size: 11px;
}

#listings p {
    padding-left: 2px;
    color: black;
}
#listings a {
    color: #000080;
    font-weight: bold;
}

small {
    color: #575757;
}

#mini {
}

#maxi {
}

#readmore small {
    font-family: Arial, Verdana, sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}

#readmore small a {
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #000080;
}

@media print {
    #rightcol {
        display:none;
    }
    #twocols, #maincol {
        width:100%;
        float:none;
    }
}