/**
 * TEA 2008 for Drupal 5.0
 * Substance Communications
 */

/**
 * General.
 */
body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, hr, address {
  padding:0;
  margin:0; 
  font-weight: normal;
  font-style: normal;
}
body {
  font: 0.8em/1.2em Verdana, sans-serif;
  color: #333;
  background: #fff;
}

/**
 * Layout.
 */

#main {
  width: 800px;
  margin: 0 auto;
  padding-top: 0.4em;
  text-align: left;
  background: #fff;
}
#topbar {
  min-height: 1em;
}
#sidebar-left {
  width: 16em;
  margin: 2.2em 1.4em 0 0;
  float: left;
}
#sidebar-right {
  width: 16em;
  float: right;
  margin-top: 0;
}
#content {  padding-top: 1em;}
#center {
  width: 100%; /* if #center is the only column */
  float: left;
}
body.sidebar-left #center, body.sidebar-right #center { /* if #center shares full width with one other column */
  width: 560px;
}
body.sidebars #center { /* if #center, #sidebar-left and #sidebar-right are all present */
  width: 33.4em;
}
body.sidebar-left #content, body.sidebar-right #content, body.sidebars #content { 
  float: right; 
}
body.sidebars #content { 
  width: 560px;
}
#footer {
  clear: both;
  width: 800px;
  margin: 0 auto;
  padding-top: 4em;
  padding-bottom: 1em;
  text-align: center;
}

#footer a {font-size: 0.9em;}



/*extras */

#intro { 
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#intro h1, h2
{
	background: transparent no-repeat;
	text-indent: -2999px;
}
#intro img {text-align: center;
}
