/* 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.
 *	4 - page element can be used to set page margins (e.g.,  @page{margin:.5in;} )
*/


/* 
 * General elements 
 */

body{}

/* headers */
h1, h2, h3, h4, h5, h6{}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

/* p, ul, ol, dl */
p, ul, ol, dl{}
p{}
ul{}
ol{}
dl{}

/* form elements */
form{}
fieldset{}
input{}
button{}
select{}
option{}
optgroup{}

/* special copy */
code{}
pre{}
blockquote{}
cite{}
address{}

/* link settings */
a{}
a:visited{}
a:hover{}

/* inline formatting */
em{}
strong{}
abbr{}
acronym{}

/* 
 * Groupings
 */

#container{}

#site_id{}

#site_info{}

#nav{}

#nav_primary{}

#nav_secondary{}

#nav_utility{}

#content{}

#content_primary{}

#content_secondary{}

#content_tertiary{}