
/* set default margins to make mozilla/ie the same */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: garamond, times, serif;
	font-size: 0.6em;
	line-height: 1.9em;
}


#header,
#secondarynav
{
	font-family: arial, verdana, sans-serif;
}

#header p
{
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0.6em;
}

a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
}

#primarynav ul
{
	list-style-type: none;
	line-height: 1.6em;
	text-align: right;
}

#secondarynav ul
{
	list-style-type: none;
	text-align: right;
}

#secondarynav li
{
	display: inline-block;
}

h1
{
	font-family: garamond, times;
	font-size: 11.5em;
	line-height: 1em;
	margin-bottom: 20px;
}


body#portfolio #content p
{
	font-size: 1.2em;
}


p
{
	font-size: 2em;
	margin-bottom: 1.4em;
	line-height: 1.2em;
}

p.quote
{
	font-size: 1.6em;
}

p.quote em
{
	font-size: 0.8em;
}

hr
{
	margin-top: 40px;
	margin-bottom: 40px;
}



