/* CSS Document */

/* Authored by:
------------------------------------------
The Graphic Element
July 2009
http://www.thegraphicelement.com

License: Copyright (c) 2009, The Graphic Element, All rights reserved.
------------------------------------------ */

/* Imported Styles
------------------------------------------ */
@import url(reset.css);

/* Go on just say it...
------------------------------------------ 
@import url(http://www.domain.com/css/reset.css);*/


/* Global
------------------------- */
	body { margin: 0; color: #333; font-size: 10pt; background: #fff; }
	a:link, a:visited { color: #666; text-decoration: none; }
	body, input, table, td, th, textarea { font-family: "Lucida Grande", Geneva, Helvetica, Arial, Verdana, sans-serif; }
 
  h1, h2, h3, h4 { letter-spacing: 0.1em; }
	h1 { font-size: 2em; }
	h2 { margin: 1.5em 0 0.7em; color: #666; font-size: 2em; }

	#wrapper { margin: 0; padding: 0.25in; width: 8in; }
  
  #nav { display: none; }


/* Header
------------------------- */
	#header { width: 100%; height: 40px; }
	#header a { margin: 0 auto; display: block; width: 500px; height: 40px; overflow: hidden; }
	#header a span { display: block; width: 100%; height: 100%; }
	#header img { display: block; width: 500px; height: 40px; }


/* Content
------------------------- */
	#content { clear: left; padding: 30px 40px; width: 620px; }
	
	#content p { margin: 0.5em 0 1em; font-size: 1.2em; line-height: 2.2em; }
 

/* Footer
------------------------- */
	#footer { width: 8in; text-align: center; }
	#footer li { display: none; }
	#footer li#copyright { display: block; color: #999; }
