/* Style Sheet for Site Map Page */
/* Author: Kathryn Thompson | Last Updated 12 February 2009 */
/* Intellectual Property of the Anglican Diocese of Rockhampton, designed by Kathryn Thompson 2006-2009, in conjunction with Canon Janne Whitehead (Webmaster) */
/*with this part I will set the background colour/pattern */
body {background:url(../images/bckgrnd1.gif); background-repeat:repeat;}
/* setting the position and width of the container divsion to ensure cross-browser and cross-resolution consistancy of the basic positioning of different elements in relation to each other even when font-sizes are increased or decreased */
#container {width:990px; margin-left:auto; margin-right:auto;}
/* setting the position of the header image */
#header {width:810px; margin-left:auto; margin-right:auto;}
/* setting the link elements */
a:link {color:green; background-color:transparent;}
a:visited {color:purple; background-color:transparent;}
a:focus {color:red; background-color:transparent;}
a:hover {color:red; background-color:transparent;}
a:active {color:red; background-color:transparent;}

h1 {color:green; background-color:transparent; text-align:center; font-family:verdana, Arial, sans-serif; font-style:italic; clear:both;}
h4 {color:green; background-color:transparent; text-align:center; font-family:verdana, Arial, sans-serif;}
h5 {color:green; background-color:transparent; text-align:center; font-family:verdana, Arial, sans-serif;}
p {font-family:verdana, Arial, sans-serif;}
#fullmap {width:700px; margin-left:auto; margin-right:auto;}
#contact {width:400px; margin-left:auto; margin-right:auto;}
#contact p {font-family:verdana, Arial, sans-serif; font-size:0.8em;}
.left {float:left;}
.right {float:right;}
.top {text-align:center; clear:both;}
.middle {text-align:center;}
.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.supersmall {font-size:0.6em;}
.nolink {text-decoration:none;}
