
/***************************************************************************
                           ANDARY CUSTOMIZATIONS OF 'STYLE.CSS'
***************************************************************************/

/***************************************************************************
  Wraps page body content
***************************************************************************/

#main 
{
  margin-top     : 15px;
  padding-bottom : 15px;
  position       : relative;
  background     : black; /* Andary customization */
}

/***************************************************************************
  Wraps all page content
***************************************************************************/

#wrapper 
{
/* background-color : #dedede; */
  background-color : black;
  background       : black;
  width            : 960px; /* Andary customization */
}

/***************************************************************************
  Wraps page header content
***************************************************************************/

#wrapper2 
{
  background : #ffffff;
  overflow   : hidden;
}

img.alignleft
{
  margin:5px 8px 5px 0px;
  float:left;
}

/***************************************************************************
  Standard HTML Element Styles
***************************************************************************/

H3 
{
  color          : #FFD700;  /* Gold */
  font-family    : Open Sans;
  font-size      : 18px;
  font-weight    : bold;
  line-height    : 22px;
  margin-bottom  : 5px;
  text-transform : uppercase;
}

/***************************************************************************
                           ANDARY SCREEN STYLES
***************************************************************************/

.Andary_Header
 {
  background-color: white;
  display         : block;
  max-width       : 960px; 
  max-height      : 125px;
}

img.Andary_Header_Sign
{
  float      : left;
  margin     : 0 0 0 10px;
/*  max-height : 125px;
  max-width  : 425px; */ 
  max-height : 100px;
  max-width  : 340px; 
}

img.Andary_Header_Address
{
  float      : left;
  margin     : 0px 0 0 25px;
  max-width  : 100%; 
  max-height : 100%;
}

img.Andary_Header_Image
{
  float      : left;
  margin     : 0 0 0 0;
  max-width  : 100%; 
  max-height : 100%;
}

.Andary_Sign img
 {
  display    : block;
  max-width  : 100%; 
  max-height : 100%;
  position   : relative;
}

img.Listing_Detail 
 {
  float      : left;
  margin     : 0px 50px 15px 0px;
  max-width  : 450px; 
  width      : 100%; 
}

/***************************************************************************
  Wraps page content
***************************************************************************/

.Page_Content
{
  color  : #FFD700;  /* Gold */
  margin : 15px 20px 15px 15px;
}

.Wrapper_Page_Content 
{
  background       : black;
  background-color : black;
  margin           : 15px 15px 15px 15px;
  overflow         : hidden;
  width            : 945px;
}
