table, td
{
    padding: 0px;
    border-collapse: collapse;
    margin: 0px;
    vertical-align: top;
}

a img
{
    border: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
}

.header
{
    width: 100%;
    background-color: #090907;
}

.side
{
    float: left;
}


.menu_width
{
    width: 100%;
}

.menu
{
    width: 100%;
    height: 32px;
    background-image: url(images/menu_back.gif);
    background-repeat: repeat-x;
    
}

.menu a
{
    font-family: Arial;
    text-decoration: none;
    color: #000000;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.menu a:hover
{
    color: #808080;
}

.menu_pad
{
    padding-top: 7px;
}

.footer
{
    clear: both;
    margin: auto;
    font-family: Arial;
    font-size: 10px;
    width: 500px;
    text-align: center;
}

#content
{
    font-family: Arial;
    font-size: 14px;
    padding-top: 10px;
    max-width: 800px;
}

#content a
{
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#content a:hover
{
	color: navy;
}

#home_text
{
    background-image: url(images/home_pic-3.jpg);
    width: 700px;
    height: 400px;
    color: #808080;
}

#home_text h1
{
    font-size: 24px;
}

#home_text h2
{
    font-size: 16px;
}


.text_float_right
{
   
    text-align: center;
    color: #ffffff;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;

}

.text_float_right h2
{
    font-size: 25px !important;
      -webkit-text-stroke-width: 0px;
    text-shadow: 2px 2px 3px #000000;
}

.text_float_right h1
{
    font-size: 25px !important;
    color: #9c0202 !important;
     -webkit-text-stroke-width: 0px;
    text-shadow: 2px 2px 3px #000000;
}

.photo
{
   margin: 5px;
   text-align: center;
   font-size: 12px;
   /*background-color: #efefef;*/
   padding: 3px;
   
}

.photo img
{
    border: solid 1px #000000;
}

.photo2
{
	float: left;
	margin: 5px;
}

.photo2 img
{
	border: solid 1px #000000;
	width: 250px;
	height: 190px;
}

.clear
{
	clear: both;
}

.real-table tr td
{
    padding: 5px;
}

.real-table-cap td
{
    vertical-align: bottom;
}

.rel-photo
{
    float: left;
    margin: 3px;
    width: 150px;
}

.rel-photo img
{
    width: 150px;
    height: 150px;
}

.real-item
{
	float: left;
	margin: 5px;
	width: 250px;
}

.real-item img
{
	width: 100%;
}
.home-table
{
  width: 100%;
}


.hand
{
  width: 100px;
  font-size: 60px; color: red;
  text-align: center;
}

.auction-text
{
  padding-top: 20px;
}


.doc-flex
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.arrow
{
  font-size: 80px !important;
}

.doc
{
  border: solid 2px #000000;
  border-radius: 5px;
  text-align: center;
  font-weight: bold
  color: navy;
  padding: 5px;
  width: 20%;
  margin-top: 50px;
}

.doc-text
{
  font-size: 25px !important;
}
