/*** 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-color: #666666;
}
	
/******************** LAYOUT ********************/

#holder {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-image: url(images/paper.jpg);
}

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

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

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

#banner {
}

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

#menu {
	margin: 0px;
	padding-top: 7px;
	padding-right: 50px;
	padding-bottom: 7px;
	padding-left: 50px;
	background-color: #000;
	font-weight: bold;
	color: #600;
}
#menu-left {
	float: left;
}
#menu-right {
	float: right;
}

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

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

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

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

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

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


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

#content {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

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

#content_right {
	width:325px;
	float: right;
	text-align: right;
}

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

#footer {
	background-color: #600;
	color: #FFFFFF;
	height: 85px;
	padding-left: 50px;
	padding-top: 15px;
	padding-right: 50px;
}

#footer-left {
	width: 500px;
	float: left;
}

#footer-right {
	width: 300px;
	float: right;
}

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

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

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

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

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

#copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #666666;
	font-size: 9px;
	color: #FFFFFF;
}

#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

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

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

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

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

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

/******************** 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: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #660000;
}

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

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

.white {
	color: #FFFFFF;
}
.black {
	color: #000;
}

.small {
	font-size: 9px;
}
.right {
	text-align: right;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

li {
	padding-bottom: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
