div {
	border: none;
	}

body {
	width: 100%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}

#header {
    position: absolute;
    top: 15px;
    right: 15px;
	z-index: 2;
}

#headerbg {
	height: 160px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(http://www.stmary.org.nz/images/headerbg.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	border-bottom: thin solid #ECECEC;
}

#title {
	position: absolute;
	top: 50px;
	left:320px;
	color: #000080;
	font-family: Arial;
}

#subtitle {
	position: absolute;
	top: 100px;
	left: 320px;
	color: #000000;
	font-family: Arial Rounded MT Bold, Arial, Verdana, Helvetica, sans-serif;
}

#subtitleb {
    position: absolute;
	top: 20px;
	right: 150px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 500;
	font-size: .9em;
}

#subtitlec {
    position: absolute;
	top: 60px;
	right: 150px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 500;
	font-size: .9em;
}
	
#leftcol {
	float: left;
	width: 140px;
	margin-left: 20px;
	margin-top: 30px;
	border: 0px dashed Scrollbar;
	color: #000;
	padding: 5px;
	background-color: #fff;
}

#leftbcol {
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-top: 30px;
	border: 1px dashed Scrollbar;
	color: #000;
	padding: 5px;
	background-color: #FFFFF0;
}
		
#rightcol {
	position: absolute;
	left: 80%;
	top: 180px;
	width: 180px;
	z-index: 3;
	color: #000;
	padding: 5px;
	background-color: #FFFF99;
	border: 1px dashed Scrollbar;
}

table.one {
	border-collapse: collapse
}

#leftcol p, #leftcol li, #rightcol p {
	font-size: .8em;
	}
	
#content {
	margin: 20px 25% 0 200px;
	padding: 7px;
	color: #000;
	background-color: White;
}
	
#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px dashed Scrollbar;
	color: #333;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
	
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	color: #000080;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: Red;
	font-size: 0.9em;
}

h1 {
    font-size: 1.5em;
	font-family: Arial;
	margin-top: 0px;
	}
	
h2 {
	font-size: 1em;
	font-family: Arial;
	margin-top: 0px;
	}
	
h3, h5, h6 {
	font-family: Arial;
	margin-top: 0px;
	}
	
h4 {
	font-size: 1em;
	font-family: Arial;
	color: #800000;
	margin-top: 0px;
	}
	
#spacer {
	width: 140px;
	height: 300px;
}

img.x {
	position: relative;
	left: 0px;
	top: 25px;
}

#textboxleft {
	position: relative;
	top: 10px;
	width: 140px;
	font-size: 0.65em;
	font-family: Arial, Helvetica, sans-serif;
}

#menu{
  position:relative;
  width:130px;
  height:auto; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  float:left;
  padding: 0px;
  background:#fff;
  }

#nav,#nav ul{
  position:relative;
  padding:0;
  margin:0;
  list-style:none;
  line-height:30px;
  color:white;
  z-index:110;
  }
	
#nav li{
  float:left;
  padding:0;
  width:140px !important;
  width:140px;
  }
	
#nav li a{
	display: block;
	width: 130px !important;
	width: 130px !important;
	text-decoration: none;
	color: #000080;
	text-align: left;
	border-bottom: 1px solid blue;
	font-size: 1.0em; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}
	
#nav li a:hover,#nav li.selected a:hover{
	color: Red;
	background-color: #eee;
	border-bottom: 1px solid Red;
}
/*------------------------------- CONTACT FORM -----------------------------------*/

#form {
	background-color: #ddd;
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
}

form.contact_us {
	width: 180px;
	margin-left: 9px;
	background-color: #fff;
}

input.fields_contact_us {
	display: block;
    width: 160px;
	border-top: 1px solid #C4D2E2;
	border-left: 1px solid #C4D2E2;
	border-bottom: 1px solid #E3E4E9;
	border-right: 1px solid #E3E4E9;
	margin-top: 3px;
	margin-bottom: 3px;
}

textarea {
	border-top: 1px solid #C4D2E2;
	border-left: 1px solid #C4D2E2;
	border-bottom: 1px solid #E3E4E9;
	border-right: 1px solid #E3E4E9;
	background-color: #eee;
	display: block;
    margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 108px;
	padding: 2px;
	background-color: #eee;
}