/* --------------------------------------------- 

www.meyerkupferman.com
typeography stylesheet

Version:  0
Author: JoyEllen Snellgrove
Last Updated: 25 July 2006

Works in Browsers: IE6

--------------------------------------------- */

/*basic font setting */

body {
	font-family: arial; sans-serif;
}

/* size and padding for most things */

#utilitiesNav {
	font-size: .6em;
}

#mainNav {
	font-size: 1em;
}

#secondaryNav {
	font-size: .6em;
}

#content {
	font-size: .8em;
}

#content * {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content ul {
	margin-left: 1em;
}

#content ul *{
	margin-top: 0;
	margin-bottom: 0;
}

#copyright {
	font-size: .6em;
}

#lastupdated {
	font-size: .6em;
}

/* serif fonts for headings */

#header h1 {
	font-family: georgia; serif;
	font-size: 2em;
}

#header h2 {
	font-family: georgia; serif;
	font-size: 1em;
	font-style: italic;
}

#content h1 {
	font-family: georgia; serif;
	font-size: 1.3em;
	color: #990066;
}

#content h2 {
	font-size: 1.3em;
}

