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

body {
	text-align:center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #CC9;
	color: #445555;
}
	
/******************** LAYOUT ********************/

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

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

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

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

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

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

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

#header {
	height: 250px;
	background-image: url(images/header.jpg);
}

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

#menu {
	height: 45px;
}

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

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

#content_left {
	width:600px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 25px;
}

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

#box-on-farm-aution {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	background-color: #004466;
	padding-bottom: 0px;
}


#box-links {
	margin-top: 15px;
	background-color: #445555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/link-logo.jpg);
	background-repeat: no-repeat;
	background-position: 165px 10px;
}

#box-links a:link {
	color: #FFF;
	text-decoration: none;
}

#box-links a:visited {
	color: #FFF;
	text-decoration: none;
}

#box-links a:hover {
	color: #FFF;
	text-decoration: underline;
}

#box-links a:active {
	color: #FFF;
	text-decoration: none;
}

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

#footer {
	padding-top: 25px;
	padding-left: 75px;
	background-image: url(images/footer.jpg);
	height: 75px;
	font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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


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

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

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

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

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
}

h1 {
	font-size: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	color: #BBBB00;
}

h2 {
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	color: #004466;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	color: #004466;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: circle;
}

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

.small {
	font-size: 9px;
}
.small-italic {
	font-size: 9px;
	font-style: italic;
}
.box-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.width300 {
	width: 300px;
}
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBB00;
	margin-bottom: 25px;
	margin-top: 25px;
}

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