/* Created on 16-Jan-2010 21:11:07 */
/*This is a comment*/


body {
			/* 
			background: url(images/ferguson-tartan.gif) left top;
			background-repeat:repeat-x;
			*/
			text-align:centre;
			background-color: #FFFFEE;
			background-image: url(images/gradient-background.png);
			background-repeat:repeat-x;
	}

p.serif{font-family:"Times New Roman", Times, serif}

p.sansserif{font-family:Arial, Helvetica, sans-serif}

#container {
	width: 960px;
	min-height:650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFEE;
	border:2px solid black;
	padding: 5Px;
			  /* for IE */
 			filter:alpha(opacity=100);
 			/* CSS3 standard */
 			opacity:1.0;
	}
	
#header {
	clear: both;
	margin-left: 0px;
	padding: 10px;
}

#header a {
	color: #660000;
	text-decoration:none;
	font-size: 1.5em; 
	}
	

#widemenu {
	background-color: #006400;
	margin-bottom: 10px;
	height: 25px;
	clear: both;
	}
	
#widemenu ul {
	margin: 0px;
	padding: 0px:
	}

#widemenu ul li {
	float: left;
	list-style-type: none;
	padding: 5px 20px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
	
#widemenu ul li a {
	color: #FFFFEE;
	text-decoration: none;
	display:block;
	}

#widemenu ul li a:hover {
	color: #b17f50;
	}

#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium
	line-height: 1.5; 
	}
	
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	/* font-weight: bold; */
	color: #660000;
	text-decoration: none;
	}
	
#menu-box {
	margin: 0px 20px;
	padding: 0px 10px;
	background-color: #ECE6BF;
	border:1px solid black;
	}	

#content {
	float: right;
	width: 790px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium
	line-height: 1.5; 
	color: #002200;
	}
	
	#content img {
	/*padding: 10px;*/
	margin: 10px;
	}

#footer {
	border-top: 1px solid #000000;
	clear: both;
	bottom:5px;
	margin-left: 160px;
	padding-top: 10px;
	font-size: large;
}

.page-heading {
	font: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	color: #660000;
	}

.sub-heading {
	font: Arial, Helvetica, sans-serif;
	font-size: medium;
	}

.left-image {
	padding-left: 0px;
	align: left;
	}
	
.image-clear {
	clear: both;
	margin: 0;
	padding: 0;
}	

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

.img
  {
  margin:2px;
  border:0px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  clear: both;
  }

.img img
  {
  display:inline;
  margin:3px;
  border:0px solid #ffffff;
  }

.desc
  {
  text-align:center;
  font-weight:normal;
  width:400px;
  margin:2px;
  }

h1 {
			font-family:Arial, Helvetica, sans-serif;
			color:#660000;			
			}
		

