
/* 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;
}

a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
}

#content h1
{
	font-size: 6em;
	line-height: 1.6em;
}

#content h1 span
{
	font-size: 1.6em;
	vertical-align: middle;
}

h2 {
	font-size: 4em;
	margin-bottom: 0.625em;
	margin-top: 0.625em;
	clear: both;
}

p 
{
	font-size: 1.3em;
	margin-bottom: 1em;
	padding-left: 5px;
}

ul {
	list-style: none;
	margin-top: 10px;
	line-height: 1.6em;
	margin-bottom: 1em;
}

body.websites div.websites,
body.print div.print,
body.illustrations div.illustrations,
body.dvd div.dvd
{
	font-weight: bold;
}

body.home #content p.index
{
	width: 750px;
}

body.home #content p.indexshort
{
	width: 550px;
}

body.aboutus #content p
{
	width: 850px;
}

body.aboutus #content p.aboutshort
{
	width: 550px;
}

#primarynav 
{
	font-weight: bold;
}

#primarynav a
{
	padding-right: 30px; 
	font-size: 1.0em;
	padding-bottom: 10px;
	line-height: 40px;
}

#primarynav a:hover
{
	text-decoration: none;
}

div.linkboxes p
{
	font-size: 1em;
	line-height: 20px;
	margin:5px;
	

}

div.linkboxes h3 {
	margin: 0px 5px 0px 5px;
	padding-bottom: 3px;
	font-size: 1.6em;
}

div.portfoliotextbox {
	text-align: right;
	padding-right: 14px;
}

div.portfoliotextbox h3 {
	font-size: 2em;
}

div.portfoliotextbox p {
	font-size: 1em;
}








