/* **************************************************************** */
/* Browser reset via Eric Meyer:                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/     */
/* **************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  color: black;
  background: white;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* **************************************************************** */
/* Layout Definitions (Grid)                                        */
/* **************************************************************** */


#frontpage-two-col #block_1
{
  float: left;
  width: 733px;
  margin-left: 257px !important;
  margin-left: 125px;
  
}

#frontpage-two-col #block_2
{
  float: left;
  width: 257px;
  margin-left: -990px;
}
  
#subpage-two-col #block_1
{
  float: left;
  width: 733px;
  margin-left: 257px;
  }

#subpage-two-col #block_2
  {
  float: left;
  width: 257px;
  margin-left: -990px;
}
  
  
/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#frontpage-two-col #block_1 .padding { padding: 0px 0px 5px 4px;}
#frontpage-two-col #block_2 .padding { padding: 0px 0px 0px 10px;}

#subpage-two-col #block_1 .padding { padding: 2px 17px 5px 5px;}
#subpage-two-col #block_2 .padding { padding: 2px 0px 0px 16px;}


/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */
#wrapper
  {
  width: 990px;
  position: relative;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
  }
#wrapper
  {
  float: left;

  float/**/: none;
  }
/* easy clearing */
#wrapper:after
  {
  content: '[DO NOT LEAVE IT IS NOT REAL]'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
#wrapper
  {
  display: inline-block;
  }
/*\*/
#wrapper
  {
  display: block;
  
  }
/* end easy clearing */
#footer
  {
  clear: both;
  }
#header, #footer
  {
  width: 990px;
  }
