body {
	background-color: #fff;
	margin: 0;
	padding: 5px;
}

body, td, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

h2 {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	background-image: url('/images/title_bg.gif');
	background-repeat: no-repeat;
	width: 450px;
	height: 14px;
	padding: 4px 9px;
}

h3 {
	font-weight: bold;
	color: #000;
	font-size: 13px;
}

#header {
	position: relative;
	background-color: #fcb714;
	height: 130px;
	width: 780px;
	background-image: url('http://www.stjohn.org.nz/images/brand/Top_Right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#header .logo {
	position: absolute;
	left: 0;
	bottom: 0;
}

#nav {
	height: 24px;
	margin: 1px 0;
}

#nav img {
	display: block;
	float: left;
}

#content {
	width: 780px;
	min-height: 400px;
	background-image: url('/images/content_bg.gif');
	background-repeat: repeat-y;
}

#content form {
	width: 490px;
	padding: 20px 30px;
}


#footer {
	clear: both;
	float: none;
	position: relative;
	height: 23px;
	width: 752px;
	padding: 7px 28px 0 0;
	margin-top: 1px;
	background-color: #fcb714;
	background-image: url('http://www.stjohn.org.nz/images/brand/bottom_right_corner.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000000;
	text-align: right;
}

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

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

#copyright {
	font-size: 8pt;
	color: #888;
	padding:10px;
}

#copyright a {
	color: #333;
}

.errorMessageBG {
	background-color: transparent;
	font-weight: bold;
}

.errorMessageBG td {
	text-align: left;
}

.errorMessageBG img {
	display: none;
}

input {
	font-size: 11px;
}

input.textfield {
	width: 215px;
}
#unsubscribe-content{
	width: 780px;
	text-align:center;
}

#unsubscribe-content form{
	padding:100px;
	display:block;
}

div.errs {
  background-color:#C00;
  padding:10px;
  color:#FFF;
}

div.errs ol {
  list-style-type:none;
  margin:0;
  padding:0;
}