/* new-new.css - the newest new thing. */

/* Ummm, everything? */
*{
   vertical-align:	baseline;
   border:		0 none;
   outline:		0;
   padding:		0;
   margin:		0;
   text-decoration:	none;
   }

/*@font-face{font-family:"HelveticaNeue-Light"; src:url(/css/HELVETNL.TTF) format("truetype");}*/

body
{ 
  background:         #e7e7e7 url(/images/organic.png) repeat;
  font:	normal 1em/1.71em 'Helvetica Neue', helvetica, sans-serif;
  }

#main
{
  background-color:           #e7e7e7;
  padding-top:		.1em;
  padding-bottom:		3em;
  width:			680px;
  margin:			2em auto;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:                      0.8;
  border:                       1px solid black;
  moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 'HelveticaNeue-Light','Helvetica Neue', helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.12em;
  color: black;
  }

#main p,h2,h3,h4,ol,ul,dd
{
  margin-bottom:			.5em;
  margin-top:			.5em;
  margin-right:			100px;
  margin-left:			100px;
  }

#main p 
{ 
  margin-bottom:.71em;
  }
blockquote p 
{
  padding-left:     1em;
  color:            black;
  }
blockquote em, blockquote strong 
{
  color: #666;
  }

hr { 
     border:          solid 1px #bbb; 
     width:           400px; 
     color: #e0e0e0;
     }

h1 
{
  margin-bottom: .7em;
  margin-top: 1em;
  margin-left: 151px;
  font-size:50px;
  color:#333;
  font-family: 'HelveticaNeue-Light','Helvetica Neue',helvetica,sans-serif;
  }

h1 a,h1 a:hover
{ 
  color:	#660;
}

h2
{
  margin-top:                 2em;
  margin-bottom:              1em;
  font-size:                  1.5em;
}

h4 
{
  margin-top: 1.5em;
  font-size: 1em; 
  text-transform: uppercase; 
  letter-spacing: .1em; 
  }

a 
{ 
  color:	purple;
  }

a:hover
{
  color: #000;
  }

.footer 
{ 
  text-align: center;
  padding: 5px 5px 5px 15px;
  font-size: 9pt;
  }

