html {
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow:-moz-scrollbars-vertical;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #CDF1FC;
    background-image: url(/images/body-bg.gif);
}
a {
    /* text-decoration: none; */
    color: #0000FF;
    font-weight: bold;
}
a:visited {
    color: #0000FF;
}
a:hover {
    /* text-decoration: underline; */
    color: #B700BB;
}

div#main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
    text-align: left;
}
div#logo {
    text-align: left;
}
div#logo h1 {
    font-family: verdana;
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    margin: 0px;
    display:inline;
}


div#footer {
    margin-top: 40px;
    border-top: #789ABC 1px dotted;
    text-align: center;
    color: #789ABC;
    clear:both;
}
div#content {
    /* background-color: #D5DFEA; */
    background-color: #E6FFCC;
    border: 4px solid #0099FF;
    background-repeat: no-repeat;
    top: 10px;
}
div#right {
    float:right;
    width: 340px;
    max-width: 340px;
    margin-right: 10px;
}
div#left {
    width: 340px;
    max-width: 340px;
    margin-left: 10px;
}

div#results_related {
    float: right;
    margin: 10px;
}
div#results_related a {
    margin-bottom: 2px;
}
div#results {
    margin: 10px;
}
div.listing {
    margin: 4px;
}
span.description {
    margin-left: 10px;
}

div.segment {
    clear: left;
    padding: 4px;
    margin-bottom: 8px;
}
div.segment img {
    position: relative;
    padding: 3px;
}
* html div.segment img {
    margin: 4px;
}

h2 {
    /* background-color: #9bb4cd; */
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 2px;
}



div.break {
    clear:both;
    line-height:0px;
    height:0px;
}
form {
    margin-top: 0px;
    margin-bottom: 0px;
}
input.text {
    font-size: 11px;
    font-family: arial;
    border: #333 1px solid;
}
input.button {
    font-size: 11px;
    font-family: arial;
}
input.search {
    font-size: 13px;
    font-family: verdana;
    border: #333 1px solid;
    padding: 2px;
}






