/* Univers Graphic Design www.univers.net.au 2009 March */
/* General settings */
* {
	font-size:100%;  /* set font size on browser default of 16px*/
	margin:0em;
	padding:0em;
	border:none;
	text-align:left;
	}
html, body {
    height:100%;
    }
body {
	background: #414142 url(images/burtonpattern.gif);
	font: normal normal 0.8em/1.35em Helvetica,Arial,Tahoma,sans-serif; /* 0.8em sets the font size for all at 12.8px based on browser default of 16px*/
	color:#fff;
	text-align:center;
	}
/* Text */
p {
	margin-bottom:1em;
}
a, a:link, a:visited, a:active {
	color:#fff;
    text-decoration:none;
    }
a:link, a:visited {
	color: #999;
	}
a:hover {
	color: #ccc;
	}
li {
	list-style-type:none;
	}
#active  {
	background-image:url(images/grey-box.gif);
	background-repeat:no-repeat;
	}
#rollover ul, #rollover li {
	width:7em;
	line-height:120%;
	}
#rollover li a {
	background-image: url(images/grey-box.gif);
	background-repeat: no-repeat;
	padding-left:1.67em;
	}
#rollover li a:hover {
	background-image: url(images/slant1.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
h1{
	font-size:1.8em;
	margin-bottom:0.5em;
	}
h2{
	font-style:strong;
	margin-bottom:0.7em;
	}
/* Floats */
#header, #textarea, #nav, .text , #biglinks, .box , .boxwide, #information {
	position:relative;
	float:left;
	}
/* Set out */
#container {
	width:60em;
	margin:0em auto;
	}
#header {
	width:59.4em;
	padding:1.6em 1em 1em 1.6em;
	margin:0em 0em 1em 0em;
	background-color:#414142;
	}
#textarea {
	width:60em;
	height:auto;
	padding:1em 1em 2em 1em;
	background-color:#414142;
	}
#nav {
	width:8em;
	height:100%;
	margin:0em 0em 0em -1em;
	}
.text {
	width:21em;
	margin:0em 1em 0em 0em;
	}
#biglinks {
	width:31em;
	}
.box, .boxwide {
	width:14.4em;
	margin:0.4em 1em 0.4em 0em;
	overflow:hidden;
	}
.boxwide {
	width:29.8em;
	}
#information {
	width:30em;
	border-top:1px solid #999;
	padding:0.4em 0em 0em 0em;
	}
/* End */