/*** 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;
	color: #000000;
	background-color: #06C;
}
	
/******************** LAYOUT ********************/

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


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


#header {
	background-image: url(images/header-point3.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	padding-top: 135px;
	color: #FFF;
	font-weight: normal;
	padding-left: 250px;
	padding-bottom: 40px;
	font-style: italic;
}



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


#menu {
	font-weight: bold;
	color: #CC0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
	background-color: #09F;
	font-style: italic;
}

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

#menu li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

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

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

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

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


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

#banner {
	height: 400px;
}


/******************** HOME ********************/

#home-page{
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
}

#latest-news {
	width: 550px;
	float: left;
}

#subscribe {
	float: right;
	width: 250px;
}


/******************** SPONSORS ********************/

#sponsors {
	padding-bottom: 25px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}


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

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

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

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

#content_right {
	width:250px;
	float: right;
}


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

#footer {
	padding-top: 25px;
	height: 75px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#footer a:active {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


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

#copyright {
	padding-top: 7px;
	font-size: 10px;
	text-align: center;
	padding-bottom: 7px;
	background-color: #06C;
	width: 950px;
}

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

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

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

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

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


a:link {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}


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

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

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

/******************** TABLE STYLES ********************/

#table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#table tr {
}

#table td {
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



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

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

h1 {
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #06C;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #06C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-style: italic;
}

.white {
	color: #FFFFFF;
}
.red {
	color: #EE0000;
}

.small {
	font-size: 9px;
}

form {
	margin: 0px;
	padding: 0px;
}
iframe {
	border: 1px solid #CCCCCC;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	padding-bottom: 5px;
}
.input200 {
	width: 200px;
}
.input300 {
	width: 300px;
}
.input99 {
	width: 99%;
}
.blue06C {
	color: #06C;
}
.blue09F {
	color: #09F;
}
.greenCC0 {
	color: #CC0;
}
.size22 {
	font-size: 22px;
	color: #06C;
}
.red {
	color: #F00;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.size10 {
	font-size: 10px;
}
