@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#TopDisplay 
{
    margin: 0px;
    width: 582px;
    height: 278px;
    background-color: #333;
    background-image: url('layout/layout_r2_c2.jpg');
}
.TopDisplayA 
{
    margin: 0px;
    width: 582px;
    height: 278px;
    background-color: #333;
    background-image: url('layout/layout_r2_c2.jpg');
}
#ContentMain
{
    width: 880px;
    min-height: 278px;
    background-color: #E7E8E3;
    font-family: Tahoma;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    padding-top: 20px;
}
.ContentMainA
{
    width: 880px;
    min-height: 278px;
    background-color: #E7E8E3;
    font-family: Tahoma;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    padding-top: 20px;
}
 .images
        {
    background-color: #FFFFFF;
    margin: 0px 10px 10px 10px;
    padding: 7px;
    border: 1px solid #000000;
}

 .listings
        {
    background-color: #FFFFFF;

    margin: 10px 10px 10px 10px;
    border: 10px solid #CCC;
    width: 400px;
    height: 166;
    
    background-color: #333;
}
.listingsBlock
        {

    padding: 10px 10px 10px 10px;
   color: #fff;
    font-family: Tahoma;
   font-size: 11px;
}
.listingsBlockA
        {
    border-width: 1px;
    border-color: #808080;
    border-bottom-style: dotted;
    color: #fff;
    font-weight: bold;
    
}
.listingsBlockB
        {
    border-width: 1px;
    border-color: #808080;
    border-bottom-style: dotted;
   color: #CCC;
}
.listingsBlockC
        {

   color: #FC0;
   font-size: 13px;
    font-weight: bold;
}
.listingsBlockD
        {

   color: #fff;
   font-size: 10px;
    font-weight: bold;
}
.promote
        {
    background-color: #FFFFFF;
    width: 582px;
    height: 278;
    background-color: #333;
}
.promoteBlock
        {

    padding: 10px 10px 10px 10px;
   color: #fff;
    font-family: Tahoma;
   font-size: 13px;
}
.promoteBlockA
        {
    border-width: 1px;
    border-color: #808080;
    border-bottom-style: dotted;
    color: #fff;
    font-weight: bold;
    
}
.promoteBlockB
        {
    border-width: 1px;
    border-color: #808080;
    border-bottom-style: dotted;
   color: #CCC;
}
.promoteBlockC
        {

   color: #FC0;
   font-size: 15px;
    font-weight: bold;
}
.promoteBlockD
        {

   color: #fff;
   font-size: 10px;
    font-weight: bold;
}
.BoldYellow
        {

   color: #FC0;
    font-weight: bold;
}
.BoldRed
        {

   color: #F00;
    font-weight: bold;
}

-->

