
/* set default margins to make mozilla/ie the same */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, verdana, georgia, sans-serif;
	font-size: 0.625em;
	line-height: 1.9em;
}

p
{
	font-size: 1.4em;
	line-height: 1.3em;
}

a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
}

#primarynav a
{
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
}

#primarynav span.divider
{
	font-size: 1.6em;
	*margin-bottom: 10px;
	*display: inline-block;
}

body.index #contentmainright h1
{
	font-size: 2.4em;
	margin-bottom: 30px;
}

#contentmainright h1
{
	margin-bottom: 15px;
	font-size: 2.4em;
}

#contentmainright h2
{
	margin-bottom: 15px;
	font-size: 1.5em;
}

body.order #contentmainright h2
{
	margin-bottom: 0px;
	font-size: 1.5em;
}

body.order #contentmainright h2.min
{
	margin-bottom: 15px;
	font-size: 1.5em;
}

body.index #contentmainleft p, body.order #contentmainleft p
{
	margin-left: 15px;
}

#contentmainleft p
{
	margin-left: 0px;
}

#contentmainleft p.order
{
	margin-bottom: 50px;
	margin-top: 3px;
}