/*** 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: 12px;
	background-image: url(../images/background.jpg);
}
	
/******************** LAYOUT ********************/

#holder {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	margin-top:50px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

/******************** HEADER ********************/

#header {
	height: 200px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

/******************** BANNER ********************/

#banner {
	height: 200px;
}

/******************** MENU ********************/

#menu {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/******************** CONTENT ********************/

#content {
	padding-top: 50px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-bottom: 25px;
}

#content_left {
	width:175px;
	float: left;
}

#content_centre {
	width:500px;
	float: left;
	margin-left: 25px;
}

#content_right {
	width:475px;
	float: right;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00395A;
}

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

#footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #023959;
	height: 140px;
	margin-right: 75px;
	margin-left: 75px;
}

/******************** COPYRIGHT ********************/

#copyright {
	text-align: center;
	font-size: 9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 850px;
}

#copyright ul {
	margin: 0px;
	padding: 0px;
}

#copyright li {
	display: inline;
	margin: 0px;
	list-style-image: url(|);
	padding: 0px;
}

/******************** MACSTUDIO ********************/

#macstudio {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 9px;
	background-color: #CCCCCC;
}

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

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

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

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

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

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

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

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	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: 5px;
	padding-left: 0px;
}

h1 {
	font-size: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #559CBE;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
}

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

.white {
	color: #FFFFFF;
}

.small {
	font-size: 9px;
}

form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	padding-bottom: 5px;
}

