@charset "utf-8";
/* GLOBAL STYLES - CSS Document */

body {
margin: 0;
padding: 0;
background: #FFF url(images/background_body.png) repeat-x 0 0;
color: #000;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: center;
}

a,
a:hover,
a:visited {
color: #34a6d2;
} 

h1, h2, h3, h4, h5, h6, p, ul, li {
margin: 0;
padding: 0;
list-style: none;
}

#wrapper {
width: 900px;
margin: 0 auto;
text-align: left;
background: #FFF;
}

#content {
float: left;
clear: both;
width: 900px;
padding: 15px 0 0 0;
}

#content table {
margin: 0;
padding: 0 0 30px 0;
}

#content table td {
padding: 5px 0;
border-bottom: 1px solid #CCC;
}

#content img {
border: 1px solid #666;
}

#content a img {
border: 1px solid #34a6d2;
}

ul.honest_list {
padding: 0 0 0 20px;
}

ul.honest_list li{
list-style-type: disc;
padding: 2px 0;
line-height: 18px;
}




/* SEARCH RESULTS */

ul.search_results {
margin: -5px 0 0 0;
padding: 0 0 20px 0;
}

ul.search_results li {
padding: 5px 0;
border-top: 1px solid #CCC;
}

#search_form_results_page {
padding: 30px 0 10px 0;
}


/* FOOTER */

#footer {
clear: both;
float: left;
width: 880px;
margin: 15px 0 0 0;
padding: 10px;
background: #EEE;
border-top: 1px solid #CCC;
}

* html #footer {
width: 900px;
}

#footer p {
margin: 0;
padding: 0;
text-align: center;
font-size: 11px;
color: #666;
}