/* CSS Document */


body  {
  margin: 0;
  padding: 0;
  background: url('images/bg_pg_cgray.gif');
  text-align: center;									/*  centres a fixed width layout in other browsers  */
  	font-family: Arial, Helvetica, sans-serif;
    font-size: 85%; 									/*  allows user sizing  */
}

#container {
	background-color:#ffffcc;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;									/*  page content is aligned left despite body being centred */
}

#banner {
  margin: 0;
  background-color:#ffffff;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 250px;
}

#navbar {
	background-color: #FFFFCC;
	width: 800px;
  	height: 30px;
}

#navbar ul {
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
	font-size: 95%;
	float: right;
	width: 90%;
/*	border-bottom: 1px solid #7A3105;  */

}

#navbar ul li {
	 display: inline;
	
}

#navbar ul li a {
	float: right;
	text-decoration: none;
	padding: .2em 1em;
	color: #7A3105;
	background-color: #ffffcc;
/*  border-right: 1px solid #fff;  */
}

#navbar ul li a:hover{
	float: right;
	padding: .2em 1em;
	color: #7A3105;
	background-color: #cc9966;
}

#leftbar {

  background: #ffffcc;
  width: 25%;
  float: left;
  	border-top: 1px solid #7A3105;
	padding-top: 1em;

	
}

#leftbar p{

	line-height: 60%;
	text-align: center;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #7A3105;
	
}

#leftbar h2{

	font-family: Freestyle Script, Arial, sans-serif;
	font-size: 250%;
	text-align: center;
	color: #7A3105;
	
}

#leftbar img{
	border-top: 1px solid #7A3105;
}

#leftbar ul{
	list-style: none;
	text-align: left;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #7A3105;
	
}

#main {
  background: #ffffcc;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
  width: 75%;
  float: right;
  border-top: 1px solid #7A3105;
  padding: -1em -1em -1em -1em;
  margin-left: auto;
  margin-right: auto;

}

#main h2 {
  text-align: left;
  padding: 1em;

}


#main p {
  margin: 2em;
  margin-top: -1em;

}

#main h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: #7A3105;
	}

#main h4{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: #7A3105;
}

#main ul{
	list-style: none;
	
}


#clearfloats {										/*  vertical stretch of background in both columns despite content  */
clear: both;
}

#footer {
  clear:both;
  background: #7A3105;
  width: 800px;
  height: 35px;
  float: left;
/*  text-align: right;
  padding-top: 1em;
  	font-size: 75%;
  	color: #ffffff;
*/
}

#footer ul {
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
	font-size: 80%;
	float: right;
	width: 90%;
	height: 30px;
}

#footer ul li {
	 display: inline;
	
}

#footer ul li a {
	float: right;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif; color:#FFFFFF;
	padding: .2em 1em;
}
