body {  
    margin: 0px;
    padding: 0px;
  	font-size:   10px;
  	font-family: Verdana, Arial, Garamond;
    background: #D7DFfB;
	color: #000;
}

body, p, html, table, td {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
}
a:link { color: #993300; text-decoration: none}
a:visited { color: #993300; text-decoration: none}
a:hover { color: #FF3300; text-decoration: underline}

#middle_wrapper {
    margin: 15px auto 15px auto;
    width: 800px; 
}
#leftcolumn {
        left: 0px;
        position: absolute;
        width: 10px;
        margin-top: 4px;
}

#rightcolumn {
        /* position: absolute;  */
        float: left;
        /* right: 10px; */
        width: 160px;
        margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p {
        font-size: 11px;
        line-height: 16px;
}


#footer {
        border-top: 1px solid #666;
        clear: both;
}

#centercolumn {
      /* position: absolute;  */
        border: 0px solid #666666;
        /*
        margin-left: 11px;
        margin-left: 11px;
        margin-right: 180px; 
        width: 82%;
        */
        float: left;
        width: 600px;
        padding: 10px 4px;
}

.block {
        margin:6px 6px 12px 6px;
        padding: 4px;
        background: #FFF;
        /* border: 1px solid #999; */
        border: 1px solid #000000;
}


.block H3 {
        background: #A7B6C9;
        color: #26344C;
        margin: -4px -4px 4px -4px;
        padding: 4px;
        /* border-bottom: 1px solid #999; */
        border-bottom: 1px solid #000;
        font-size: 11px;
}

.block P {
        margin: 0px;
}


#affad {
        margin-left: 11px;
        margin-right: 11px;
        width: 98%;
        padding: 10px 4px;
        clear: both;
}

#trades {
        margin-left: 11px;
        margin-right: 11px;
        padding: 10px 4px;
        width: 500px;
        text-align: center;
}
#trade h2 {
    text-align: center;
}

#copyright {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 9px;
        line-height: 8px;
        margin-left: 101px;
        margin-right: 101px;
        padding: 10px 4px;
	text-align: center;
}

#webmasters {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8px;
        line-height: 8px;
        margin-left: 101px;
        margin-right: 101px;
        padding: 10px 4px;
        text-align: center;
}

#webmasters a
{
    font-size:       8px;
    /* color:           #FF9900; */
    color:           #0099FF;
    text-decoration: none;
}

#webmasters a:hover
{
    color: #FF0000;
}

.content {
        padding: 4px;
        /* background: #FFF; */
        background-color: #666;
        /* border: 1px solid #999; */
        border: 1px solid #000;
}

.contentbody{
        padding-bottom: 10px;
        padding-top: 10px;
       /* padding: 10px; */
}
.entrycontent {
        background: #FFF;
        /* border: 1px solid #999; */
        border: 1px solid #000;
}


.content p {
        margin: 4px 2px 4px 2px;
}

.title-wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
	text-align: center;
}

.title{
	text-align: center;
         color: #5F6cf6;
/*        padding: 3px 0 3px 25px; */ /* this pushes it offset a bit */
        text-shadow: 0.1em 0.1em 0.1em #CCC;
}
.title a
{
    font-size:       16px;
    color:           #0099FF;
    text-decoration: none;
}

.title a:hover
{
    color: #FF0000;
}


H1 {
        font-size: 16px;
        margin: 4px;
        color: #FFF;
        display: inline;
}

a
{
    font-size:       12px;
    color:           #0099FF;
    text-decoration: none;
}

a:hover
{
    color: #FF0000;
}

a:hover img
{
    border: 1px solid #FF0000;
}

