/* (c) Computer Recycling Ltd. 2008 */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* HTML Tags */

body {
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 8px;
}

address {
	font-size: 12px;
	line-height: 15px;
	padding: 8px;
}

a {
	color: #006600;
}

a:hover {
	color: #009900;
}

h1 {
	font-size: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

h2 {
	font-size: 24px;
	padding-bottom: 15px;
	padding-top: 50px;
}

h3 {
	font-size: 20px;
	padding-bottom: 5px;
	padding-top: 50px;
}

h4 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
}

h5 {
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 10px;
}

h6 {
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 10px;
}

/* IDs */

#page {
	margin: 0 auto;
	width: 720px;
}

#header {
	background-color: #ffffff;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 720px;
	height: 132px;
	padding-top: 15px;
}

#nav {
	float: left;
	width: 170px;
	padding-top: 10px;
	font-size: 12px;
}

#nav li {
	list-style: none;
	width: 168px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ECFFEB;
	color: #003300;
	border: 1px solid #009900;
}

#nav li:hover {
	background-color: #FDFFFC;
	border: 1px solid #00cc00;
}

#nav a {
	text-decoration: none;
	color: #003300;
}

#content {
	float: right;
	background-color: #ffffff;
	width: 545px;
	padding-top: 10px;
	padding-left: 5px;
}

#title {
	padding-left: 10px;
	padding-top: 5px;
}

#content p {
	padding-left: 10px;
}

#content ul, ol {
	padding: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 20px;
}

#content ul {
	list-style-type: square;
}

#info {
	text-align: center;
	font-size: 12px;
	width: 720px;
	float: left;
	padding-bottom: 15px;
}

#info a {
	color: #006600;
}

/* Design by DT Services - www.dt.net.nz */
