	/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */


body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}

img {
	-ms-interpolation-mode:bicubic;
	}

/* =================================================== */
/* MAIN TAGS  */
/* =================================================== */

body {
	background-color: #b4985a;
	text-align: center;
	font-family: arial, san-serif;
	background-image: url(http://www.understatement.co.nz/templateimages/bg-body.gif);
	}

#wrapper {
	padding-top: 0;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#content {
	background-color: #fff;
	background-image: url(http://www.understatement.co.nz/templateimages/bg-main.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 762px;
	}

#content div {
	width: auto;
	padding: 20px;
	position: relative;
	font-weight: normal;
	}

#content div td {
	font-size: small;
	}
	
#content div .subnav {
	background-color: #ece7f0;
	padding: 3px 3px 5px 3px;
	width: auto;
	text-align: center;
	font-size: small;
	}

#contentinner {width: 722px;}

h1 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: large;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #b4985a;
	text-align: center;
	padding: 3px;
	}

h2 {
	width: auto;
	font-size: large;
	color: #b4985a;
	line-height: 150%;
	letter-spacing: 110%;
	word-spacing: 110%;
	}

#content #maintext {
	padding: 10px;
	width: auto;
	font-size: 1.75em;
	color: #44146b;
	margin-bottom: 15px;
	background-color: #b4985a;
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	}

#maintext img {
	margin-bottom: 10px;
	}

p, formtext, formfield {
	margin-bottom: 1.15em;
	line-height: 150%;
	letter-spacing: 110%;
	word-spacing: 110%;
	}
	
#starfloat {
	position: absolute;
	top: -25px;
	right: 5px;
	z-index: +1;
	}

#underh1 {
	margin-bottom: 25px;
	}

a {
	text-decoration: underline;
	color: #8467c9;
	}

a:hover {
	text-decoration: underline;
	color: #d099ff;
	}