/*
	Main stylesheet
	Victor Zuydweg
*/

@import "content.css";
@import "menu.css";
@import "form.css";
@import "table.css";

/* Elements */

*
{
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html
{
	background: url(images/bg.png) top center fixed;
}

body
{
	font-size: .8em;
	background: url(images/header.png) 1px top no-repeat;
	width: 828px;
	margin: 0 auto;
}

h1
{
	height: 206px;
	background: no-repeat 0 0;
}	h1 span
	{
		display: none;
	}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.2em;
}

p, ul, dl, ol, h2, table, fieldset
{
	margin-bottom: 15px;
}

ul
{
	padding-left: 25px;
}

dt
{
	font-weight: bold;
	padding-left: 25px;
}

dd
{
	padding-left: 50px;
}

a
{
	color: #ff5402;
}	a:visited {color: #777;}
