@charset "utf-8";
/* CSS Document */
body {
/*	background-image: url(../jj_index/images/background_one.jpg); */
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #717171; /* A69B89 65744F */
	background-repeat: repeat;
	background-position: center center;
}

.web_main {
  background-color: #717171;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

h1 { white-space: pre; }  

a {
	text-decoration: none;
	color: #CCCCCC;
}

.jj_header {text-align: center;color:#FFF;}

.forsale_block {
	text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.forsale_block_featured {
	text-align: center;
    max-width: 450px;
    margin: 0 auto;
    border: 3px black solid;
    color: #000;
    background: #FFF;
}
.forsale_text_featured {
	text-align: center;
  	padding: .5em;
    color: black;
    background: white;
}
.forsale_text {
	text-align: left;
  	padding: .5em;
    color: black;
    background: white;
}
.forsale_text a, .forsale_block_featured a {color: #4D7EB3;}

.forsale_images {
text-align: center;
padding: .5em;
}

.jj_button {
	text-align: center;
  	padding: .5em;
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
  align-items: center; /* align vertical */
}

.jj_button_sm {
text-align: center;
padding: .5em;
font-size: .8em;
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
  align-items: center; /* align vertical */

}

.jj_button_sm a {color: #CCC;}


.categories {color: black; font-weight: bold;}

.fs_footer {text-align: center;color:#FFF;}

.copyright {
	font-size: .8em;
	color: #CCC;
}
.copyright a {	color: #CCC;}

