/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	text-align:center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DDEEDD;
	color: #555544;
	background-image: url(header/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#description {
	margin-top: -1000px;
	position: absolute;
	height: 200px;
	font-size: 1px;
}
	
/******************** LAYOUT ********************/

#holder {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	margin-top:50px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#header {
	height: 150px;
	background-image: url(header/header_01.jpg);
	background-repeat: no-repeat;
}

#welcome {
	height: 200px;
	width: 850px;
	background-image: url(holder.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align: center;
	padding-top: 350px;
}

/******************** MAIN MENU ********************/

#menu {
	height: 30px;
	background-color: #CCCCCC;
}

/******************** Layout ********************/

#content {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(header/header_02.jpg);
	background-repeat: no-repeat;
}

#content_left {
	width:90px;
	float: left;
	padding-left: 10px;
}


#content_centre {
	width:340px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9DDC7;
	padding-left: 49px;
	height: 340px;
}

#content_right {
	width:270px;
	float: right;
	margin-right: 50px;
}


/******************** FOOTER ********************/

#footer {
	padding-top: 7px;
	width: 850px;
	font-size: 9px;
	text-align: center;
	padding-bottom: 7px;
	color: #555544;
	background-color: #DDEEDD;
}

#footer a:link {
	color: 555544;
	text-decoration: none;
}

#footer a:hover {
	color: #555544;
	text-decoration: none;
}

#footer a:active {
	color: #555544;
	text-decoration: none;
}

#footer a:visited {
	color: #555544;
	text-decoration: none;
}

/******************** LINKS ********************/


a:link {
	color: #555544;
	text-decoration: none;
}

a:hover {
	color: #555544;
	text-decoration: none;
}

a:active {
	color: #555544;
	text-decoration: none;
}

a:visited {
	color: #555544;
	text-decoration: none;
}


/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.white {
	color: #FFFFFF;
}
.orange {
	color: #CC6633;
}

.small {
	font-size: 9px;
}

form {
	margin: 0px;
	padding: 0px;
}
.width200 {
	width: 200px;
}

