/* Marulan Plasterboard Pty Ltd */
/* Site designed by http://oz-expression.nu */


/* =BODY */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #5C5B6B;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 10px 0;
}


/* =LAYOUT */

#container {
	position: relative;
	background: #E2E0EE;
	margin: 20px auto;
	padding: 0px;
	width: 700px;
	border: 5px solid #fff;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background: url(images/header.jpg) top left no-repeat;
	height: 200px;
	margin: 0;
	border-bottom: 5px solid #fff;
	}

#header h1 {
	display: none;
	}

#links {
	float: left;
	left: 0px;
	width: 165px;
	background-color: #B9D9BB;
}

#content {
	margin: 0px 0 0 192px;
	width: 480px;
	background-color: transparent;
}

#footer {
	margin: 40px 0 0 0;
	padding: 5px;
	background-color: #B9D9BB;
	height: 1.5em;
	text-align: center;
	border-top: 1px solid #fff;
	font-size: 0.8em;
	color: #5c5b6b;
	clear: both;
}


/* =DECORATION */

hr {
	border-top: 1px solid #fff;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 165px;
	height: 1px;
}

#links h2 {
	margin: 5px;
	padding: 5px 1px 5px 28px;
	background-color: #B9D9BB;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/arrow.gif);
	font-size: 1.5em;
}

#content h2 {
	margin: 20px 0 20px 0;
	padding: 5px;
	border: 1px solid #fff;
	display: block;
	background-color: #B9D9BB;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/arrow2.gif);
	text-indent: 30px;
	font-size: 1.5em;
}

#content h3 {
	margin: 20px 0 20px 0;
	padding: 2px;
	display: block;
	color: #5c5b6b;
	text-indent: 15px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #5c5b6b;
	font-size: 1.2em;
	background-color: #f1f0f7;
}

#footer p {
	margin: 0;
}

.center {
	text-align: center;
}

img {
	padding: 5px;
	border: 1px solid #5c5b6b;
	margin: 10px;
}

.noimgborder {
	padding: 0px;
	border: 0px;
	margin: 0px 2px 0px 2px;
}

.gobackto {
	margin: 0px 4px 0px 0px;
	padding: 0px 65px 0px 0px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/gobackto.gif);
}

.backlink {
	text-align: right;
	margin: 40px 0px 0px 0px;
}

.smalltext {
	font-size: 0.8em;
}

/* =LISTS (INCLUDING LINKS AND DECORATION IN A LIST) */

ul {
  list-style: none;
}

#links li {
  margin: 5px 0;
  padding: 0 0 0 30px;
}

#links li a, a:visited {
	color: #5c5b6b;
	text-decoration: none;
	text-indent: 10px;
	font-weight: bold;
}

#links li a:hover {
	color: #fff;
	text-decoration: none;
}

#content li {
	display: block;
	padding: 0 0 0 30px;
	margin: 10px 10px 10px 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/list.gif);
}

/* =LINKS */

#footer a, a:visited {
	color: #5c5b6b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content a, a:visited {
	color: #5c5b6b;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline overline;
}