/* Whit Friday standard page layout stylesheet */ 

body {
  margin:20px;
  background:#fff;
  text-align: center;
  padding: 0;
}


p  {
	font-family: Verdena, Helvetica, Arial;
	text-align: left;
}


#outer { /* holds everything */
  text-align: left;
  width: 800px;
  margin: auto;
  position: relative;
  background: #ffffff;
  padding:0;
}
 

#headr {
 height: 80px;
 }

 
#boxout {	/* used for stop press etc */
	 background: #FFCCCC;
	 float: right;
	 width: 200px;
	 margin: 10px;
	 border: 1px solid;
	 font-family: Verdena, Helvetica, Arial;
	 font-size: 10pt;
}


#maincopy {		/* Main copy column - solid border */
	 width: 800px;
	 background: #ffffff;
	 color: #333333;
	 border: solid #000000;	
	 border-width: 1px 1px 1px 1px;
	 text-align: center;
 }

#photo img {
	  border: 1px solid #000000;
	  margin: 10px 10px 0px 10px;
}

.left-photo {
	float: left;
}

.right-photo {
	float: right;
}

#footer-nav {
	 height: 30px;
	 padding: 5px;	 
	 margin: 0;	 
	 color: #99004D;
	 font-size:12px;
	 text-align: center;
}

#footer-nav a {
	 font-family: Verdena, Helvetica, Arial;
	 color: #99004D;
	 text-transform:uppercase;
	 text-decoration:none;
	 font-size:12px;
}

#footer-nav a:hover span {
	color: #336633;
	text-decoration: underline;
} 

#footer {
 height: 20px;
 padding: 5px;
 margin: 0;
 color: #99004D;
 font-style:italic;
}
 
h2, h3, h4, p, li {
  font-family: Verdena, Helvetica, Arial;
}

h1  {
	color: #99004D;
	font-size: 28px;
	padding-top: 10px;
	font-family: "Century Scoolbook", Gorgia, Serif;
	font-style:italic;
	font-weight:bold;
} 

h3, p {
 margin: 0;
 padding: 10px;
}
 


h4 {
  margin: 0; 
  color: #336633;
  padding: 5px 0;
}
 

#textbannerbox { 	/* positions the heading text graphic */
	position: absolute;
	width: 524px;
	height: 59px;
	left: 139px;
	top: 4px;
}
#logobox { 	/* positions the Old & Sad graphic */
	position:absolute;
	width:139px;
	height:51px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#datebox { 	/* positions the date graphic */
	position: absolute;
	width: 140px;
	height: 28px;
	z-index: 1;
	left: 659px;
	top: 3px;
}
#bannerbox { 	/* positions the pictorial graphic */
	position: absolute;
	width: 800px;
	height: 99px;
	z-index: 1;
	left: 0px;
	top: 67px;
}

.centred {
	text-align: center;
}