@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';


/* Typographic Styles */ 


/* HTML Styles */ 
body { margin: 0; padding: 0;}

ul li		{ font-weight: bold; }
ul li ul li	{ font-weight: normal; }

/* ID Styles */ 
#container	{  }
#header		{ margin: 0 0 20px 0; float: left; position: relative; height: 300px; width:780px; background: url('images/bg_header.png') top left no-repeat; }
#content	{ float: left; width: 780px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0 0 20px 0; }
#footer		{  }

/* Class Styles */ 
h1.title	{ font-size: 86pt; font-weight: bold; position: absolute;  top: 150px; left: 300px; text-indent: -9999px; }
h2.subtitle	{ font-size: 11pt; position: absolute; top: 270px; left: 280px; text-transform: uppercase; letter-spacing: .07em; text-indent: -9999px; }
.center		{ text-align: center; }
.alignLeft	{ float: left; }
.alignRight	{ float: right; }

.column		{ width: 370px; padding: 5px; margin: 5px; float: left; }
.clear 		{ clear: both; margin: 10px; }

/* Debug Styles */ 