html,body {
	margin: 0;
	padding: 0;
}

body {
	background: #ddd;
	font: 85% verdana, helvetica, arial, sans-serif;
	text-align: center;
}

#container {
	text-align: left;
	margin: 50px auto;
	width: 750px;
	border: 5px solid #fff;
}

#header {
	height: 180px;
	width: 750px;
	background: #9ba39d  url("/NZMRI2011/images/raglan.jpg") no-repeat scroll center top;
	border-bottom: none;
}

#wrapper {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #9ba39d url("/NZMRI2011/images/wrapper.png") no-repeat scroll left bottom;
}

#content {
	background: #fff;
	margin: 0 0 0 130px;
	height: 100%;
	border-left: none;
	padding: 10px 10px 10px 1.5em;
}

#navigation {
	background: #9ba39d url("/NZMRI2011/images/nav.png") no-repeat scroll left top;
	color: #fff;
	float: left;
	width: 130px;
	margin-left: -750px;
	float: left;
	padding-top: 15px;
	border-right: none;
	border-top: 5px solid #fff;
}

p,h2,h3,h4 {
	margin: 0 0 15px 0;
	padding: 0;
}

acronym {
	border: none;
}

a:link {
	text-decoration: none;
	border-bottom: 1px solid #03c;
	color: #03c;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px solid #006;
	color: #006;
}

a:hover {
	color: #903;
	border-bottom: 1px solid #903;
}

a:active {
	color: #c00;
	border-bottom: 1px dashed #c00;
}

#header h1 {
	margin: 0 0 0 120px;
	line-height: 0.8em;
	padding: 70px 1em 1em 1em;
	font-size: 36px;
	text-align:right;
}

#header h1 small {
	font-size: 16px;
}

#header h1 img {
	position: absolute;
	left: 50%;
	top: 87px;
	margin-left: -420px;
	z-index: 10;
	border: none;
}

#header a {
	border: none;
	color: #000;
}

#content p {
	line-height: 1.4em;
	text-align: justify;
}

#navigation ul,#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation a {
	display: block;
	padding: 3px 5px 3px 10px;
	width: 117px;
	border-bottom: 1px solid #eee;
	font-weight:bold;
}

#navigation a:link,#navigation a:visited {
	color: #efefef;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

#navigation a:hover {
	background-color: #323d49;
	color: #fff;
	/*padding-left: 15px;*/
	border-left: 8px solid #fff;
}

#navigation a:active {
	background-color: #222;
	color: #fff;
	/*padding-left: 15px;*/
	border-left: 8px solid #fff;
}

.clear {
	clear:both;
}

.warning {
	color:red;
	font-weight:bold;
}

hr {
	background:#ccc;
	color:#ccc;
	border:0;
	height:1px;
	margin:0.5em 0 0 0;
	padding:0;
}

@media print {
	#container,#header,#wrapper,#content,#navigation {
		float: none;
		width:auto;
		margin: 15px;
		padding: 0;
		border: none;
	}
	h1 img,#navigation {
		display: none;
	}
	#header h1 {
		margin: 0;
		font-size: 30px;
		text-align: left;
	}
}
