/*  _______________________________________________________________________
   |  Tampa Bay Yard Sale Finder Website                                   |
   |  v1                                                                   |
   |  Designers/Developers:  Jay M. Novitzke, Kim Seymour                  |
   |_______________________________________________________________________|
*/

.body {

  font-size:14px;
  color:#666666;	

}





/*modern browsers*/
html>body
#intro {
position:inherit;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:13px;

}

	
/* ie7 only */
*:first-child+html
#intro {
position:inherit;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:13px;

}


/* ie6- */
* html 
#intro {
position:inherit;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:13px;

}

.linkproperties a:link {color:#fb9613; text-decoration: none; }
.linkproperties a:visited {color: #fb9613; text-decoration: none; }
.linkproperties a:hover {text-decoration: underline; }
.linkproperties a:active {color: #fb9613; } 


/*modern browsers*/
html>body
#pageContainer {
  margin: auto;
  width: 1000px;
  

}

/* ie7 only */
*:first-child+html
#pageContainer {
  margin: auto;
  width: 1000px;
    

}

/* ie6- */
* html
#pageContainer {
 margin: auto;
  width: 1000px;


}


/*modern browsers*/
html>body
#centerbody {
position:absolute;
}



/*modern browsers*/
html>body
#footer {
position:inherit;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:11px;

}

	
/* ie7 only */
*:first-child+html
#footer {
position:inherit;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:11px;

}


/* ie6- */
* html 
#footer {
position:inherit;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:11px;

}


/*modern browsers*/
html>body
#sign {
position:absolute;
margin-left:500px;
margin-top:-300px;
width:400px;
height:800px;
background-repeat: no-repeat;

}



#datecolor {
color:#0066CC;
}




