/*--------------------------------------------------*/
/*CSS for BBOP                                                  */

* {
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana, sans-serif;
	background: #ddd;
}

a {
	color: #000000;
}

a img {
	border: 0;
}

p,
h2,
h3 {
	margin: 0 0 10px 0;
}

h1{
	color: #ffcf4f;
	font-family: papyrus, sans-serif;
}

h2{
	margin: 40px 0 0 0;
}

ul,
ol {
	margin: 0 0 10px 2em;
}

.bbop{
	float: left;
}

.slogan{
	float: right;
}

p.img {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

p.main {
	text-align: center;
	display: inline;
}

p.centre {
	font-size: 1.5em;
	text-align: center;
}

#pageContent{
	float: left;
	width: 750px;
}
	
#pageWrapper{
	background: white;	
	margin: 0 auto;
	overflow: auto;
	width: 990px; /* IE5+6 Win: Trigger bug to contain floated elements */
	padding: 20px 0; /* padding added to stop IE6 text hitting the edges, IE puts padding inside the width, instead of adding it*/
}

/*--------------------------------------------------*/
/* Navigation Properties                            */

#pageNav{
	font-family: papyrus, sans-serif;
	float: left;
	width: 220px;
	clear: both;
}

#pageNav ul{
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding-left: 20px;	
	line-height: 1.5em;
}

#pageNav a{
		text-decoration: none;
}

#pageNav a:hover,
#pageNav a:focus,
#pageNav a:active{
		text-decoration: underline;
}

/*--------------------------------------------------*/
/* Footer properties                                */

#pageFooter {
	text-style: bold;
	text-align: center;
	clear: both;
	padding: 0 20px 0 0;
}

#pageFooter p {
	margin: 0;
}

#pageFooter ul {
	list-style: none;
}

