body{
    background-image: url('../images/bg.jpg');
    background-position: top center;
    background-color: #000;
    text-align: center;
    margin: 0;
    font-family: Arial, Verdana, sans-serif;
    color: #222;
}

body, td{
    font-size:  12px;
}
a {
    color: #000;
}
div#container{
    display: block;
    margin: 0 auto 0 auto;
    width: 831px;
}

div#expand{
    display: block;
    background-image: url('../images/content-bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
}

div#content{
    display: block;
    padding: 0 10px 0 10px;
    text-align: left;
}
div#image_row {
    display: block;
    margin: 10px 0px 20pt 75px;
}
div#header_img{
    margin-left: 80px;
}

div#tiny_desc{
    font-size: 10px;
    font-style: italic;
    margin-left: 85px;
    margin-top: 5px;
}

div#tiny_desc2{
    font-size: 10px;
    font-style: italic;
}

div#left_col{
    display: block;
    margin: 20px 0 0 85px;
    color:#810000;
}

div#left_col a, div#left_col .black{
    color: #000;
}

div#results_right_col{
    display:block;
    width:425px;
    float:right;
    margin-right:45px;
    margin-top: 10px;
}
div#results_right_col_inv {
    float:right;
    margin-top:30px; 
    font-size: 12px; 
    width:250px; 
    color:#222;
    padding-right:17px;
    padding-left: 30px;
    padding-bottom: 30px;
}
div#results_right_col h1{
    border-bottom: 1px solid #BBB;
    font-weight: normal;
}

div#results_right_col h2{
    font-size: 15px;
    margin-bottom: 3px;
}

div#results_right_col p{
    margin: 0 0 12px 0;
    color: #555;
}
img.row_img {

}
img.col_img {
    margin-bottom: 30px;
}
.email{
	color:#000;
}

.link{
	color:#000;
}