body {
	font-family: "Trebuchet MS";
	background-color: #FFFFFF;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 960px;
	margin: 250px auto 0px auto;
	padding: 20px 0px 0px 0px;
	/*display:inline-block;*/
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	width: 200px;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	float: left;
	/*background-image: url(images/back_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}

#main {
	width: 500px;
	margin: 0px 20px 0px 20px;
	padding: 10px;
	float: left;
	background-image: url(images/back_main.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#right {
	width: 170px;
	margin: 0px;
	padding: 5px;
	float: right;
	background-image: url(images/back_right.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding-top: 25px;
}

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 0.85em;
	}	
	
#menu li a:link, #menu10 li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(images/menu10.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #333366;
	background:  url(images/menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#clearer {
	clear: both;
	}

.alignright {
	float: right;
	padding-left: 10px;
}

.table {
border-collapse: collapse;
border: 1px solid #999;
}

td{
border: 1px solid #999;
}

/*--------------------------------- typography -----------------------*/

p{
	font-family: "Trebuchet MS";
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.emphasised {
	font-size: 103%;
 	color: #3366CC;
}

.bluegrey {
	color: #9999cc;
}

.bullets {
	line-height: 2.0em;	
}
