/* remember:
	1-floated columns are typically a bad idea.
	2-use units 'in' and 'pt' to be safe.
	3-fixed positioning makes an element show up in the same spot on every printed page.
*/

/* page element can be used to set page margins */
/* @page{margin:.5in;} */

/* general elements */
body{}
h1{}
h2{}
h3{}
p{}
ul{}
li{}
a{}
a:visited{}
a:hover{}

/* groupings */
#container{}

#site_id{}
#site_info{}

#nav{}
#nav_primary{}
#nav_secondary{}
#nav_utility{}

#content{}
#content_primary{}
#content_secondary{}
#content_tertiary{}