/* Layout CSS for Broadmead Baptist Site */

body {
margin:0;
padding:0;
background-color: #99ccff;
width: 800px}

#top{
margin: 0px;
width: 798px;
padding: 0px;
background-color: #0000ff;
border: 1px #0000ff solid;}

#wrapper{
background-color: #ccff99;
border-right: 2px #0000ff solid;
}

#left {
float:left;
margin-left: 0px;
top:170px;
width:120px;
padding-right: 10px;
}

#centre {
margin-left: 140px;
margin-right: 245px;
border: 1px #ccff99 solid;
/* this border is needed to
prevent the colour from the BODY
showing in a line across the page
in Firefox*/ 
}

#right {
float:right;
right:10px;
top:170px;
width:200px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 10px;
}
 
#clear{
clear:both;
}

#footer{
background-color: #ccff99;
border-right: 2px #0000ff solid;
border-bottom:2px #0000ff solid;
border-top: #ccff99 solid;} 

/* the following section creates the main menu ******************/
ul#mainnav{
list-style:none;
margin:0;
padding:0;
background-color:#d6d6d6;
}

ul#mainnav li a:link, ul#mainnav a:visited {
	text-decoration:none;
	display:block;
	width:88%;
	padding:6px 6%;
	background-color: #0000ff;
	font:bold 10pt arial, sans-serif;
	text-transform:lowercase;
	color: #FFFFCC;
}

ul#mainnav li{
border-top:1px solid #a5b5c6;
}

ul#mainnav li a:hover {
	background-color:#43616b;
	color:#eee;
	}
/* this section is for the submenu ***************************************/
ul#subnav{
list-style:none;
margin:0;
padding:0;
background-color:#d6d6d6;
}

ul#subnav li a:link, ul#subnav a:visited {
	text-decoration:none;
	display:block;
	width:88%;
	padding:0px 6%;
	background-color:#66CCFF;
	font:bold 9pt arial, sans-serif;
	text-transform:lowercase;
	color: #000000;
}

ul#subnav li{
border-top:1px solid #000000;
}

ul#subnav li a:hover {
	background-color:#43616b;
	color:#eee;
	}

/* the following section floats a image right *******************************/
.imgright{
float:right;
padding:2px;
border: 1px #000000 solid;}
/* rule to display latest news */
.latest {
background-color:#FFCC00;
margin:0;
padding:5px;}