@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

body {
	font: 13px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
/*
	background: #D2D2D2 url(http://www.stmarkscamberwell.org.au/images/bodybg.png) repeat-y 50% 50%;
*/	
	background: #79741d;
	margin: 0;
	padding: 0;

}

.clearfloat {
	clear:both;
	display:block;
	float:none;
	height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	width:0;
}

/*  -----  HEADER  -----  */

#header_wrap {
	background: #B33 url(http://www.stmarkscamberwell.org.au/images/headerbg.png) repeat-x;
	height: 130px;
}

#header {
	width: 960px;
	height: 129px;
	margin: 0 auto;
	position: relative;
	background: url(http://www.stmarkscamberwell.org.au/images/header1.jpg) no-repeat 100% 0;
}

#header h1 {
	width: 356px;
	height: 76px;
	background: url(http://www.stmarkscamberwell.org.au/images/stmarkstitle.png) no-repeat;
	position: absolute;
	left: 16px; /* matching the 20px padding with adjustment for shadow in image */
	top: 40px;
	margin: 0;
}

#header h1 a {
	display: block;
	border: none;
	height: inherit;
	width: inherit;
}

#header h1 a span {
	display: none;
}

#header #mainimg {
	float: right;
	height: 129px;
}

#header a.contact_us {
	float: right;
	z-index: 1;
	top: 0;
	margin-right: -6px;
	width: 118px;
	height: 32px;
	background: url(http://www.stmarkscamberwell.org.au/images/contactus.png);
	text-indent: -4999px;
}
	#header a.contact_us:hover {
		background: url(http://www.stmarkscamberwell.org.au/images/contactus_over.png);
	}

/*  -----  NAVIGATION  -----  */

#nav_wrap {
	background: #821 url(http://www.stmarkscamberwell.org.au/images/mainnav.png) repeat-x;
	height: 41px;
}

#nav {
	width: 960px;
	margin: 0 auto;
}

#nav ul {
	list-style: none;
	padding: 10px 0 0 20px;
	margin: 0;
	
}

#nav ul li {
	padding: 0 30px 0 0;
	display: inline;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.3em;
}

#nav ul li a:hover {
	color: #F9A;
}

#nav ul li.menu-current a {
	color: #FDA;
}

#subnav_wrap {
	background: #458 url(http://www.stmarkscamberwell.org.au/images/subnav.gif) repeat-x 50% 100%;
/*	height: 26px;*/
}

#subnav {
	width: 960px;
	margin: 0 auto;
	padding: 4px 0;
}

#subnav ul {
	list-style: none;
	padding: 0 0 0 20px;	
}

#subnav ul li {
	padding: 0 30px 0 0;
	float: left;
}

#subnav ul li a {
	color: #d3e0ff;
	text-decoration: none;
	font-size: 1.153em;
}

#subnav ul li a:hover {
	color: #F9A;
}

#subnav ul li.menu-current a {
	color: #FDA;
}

/*  -----  CONTENT  -----  */

#container {
	background: #D2D2D2 url(http://www.stmarkscamberwell.org.au/images/bodybg.png) repeat-y 50% 50%;
	padding-bottom: 1px;
}

#content {
	width: 920px; /* 960px minus 20px padding each side */
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	color: #458;
	text-align: left;
}

#breadcrumb {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
}

#breadcrumb p {
	padding-left: 20px;
	color: #511;
}

#breadcrumb p a {
	color: #A22;
	text-decoration: underline;
}
#breadcrumb p a:hover {
	text-decoration: none;
}

#breadcrumb p a.menu-current {
	font-weight: bold;
	text-decoration: none;
}

#content #banner {
	margin-left: -20px;
}

#content h1 {
	color: #A22;
	font-size: 3.2em;
}

#content h2 {
	font-size: 2em;
}

#content h1, #content h2, #content h3 {
	margin: 6px 0 13px 0;
}

#content p {
	margin: 1em 0;
}

/*  -----  FOOTER  -----  */

#footer_wrap {
	background: #79741d url(http://www.stmarkscamberwell.org.au/images/footerbg.png) repeat-x 0 0;
	height: 78px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	color: #FDA;
	font-size: 0.9em;
}

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

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

#footer p {
	padding: 10px 0 0 20px;
	float: left;
}

#footer #contact_wrap {
	float: right;
	text-align: right;
	background: url(http://www.stmarkscamberwell.org.au/images/addressbg.png) repeat-x 0 0;
	width: 240px;
	height: 76px;
	margin: 1px 0 0 0;
}
#footer #contact_wrap #contact_left {
	background: url(http://www.stmarkscamberwell.org.au/images/addressleft.png) no-repeat 0 0;
	height: 76px;
}
#footer address {
	padding: 10px 20px 0 0;
	line-height: 1.2em;
}

/*  -----  STAFF PAGE  ----- */
div.staff {
	width: 400px; 
	height: 275px;
	float: left; 
	margin: 15px 15px;
}

.staff img {
	float: left;
	width: 128px;
	height: 128px;
	border: 1px solid #458;
	margin: 0 15px 15px 0;
}
