html {
  height:100%;
  margin-bottom:1px;
}

body {
  color: #444444;	/* MRR Tweaked 16/09/09 */
  margin:0;
  padding:0;
  font-size:72%;		  /* MRR tweak #WIDESCREEN# 24/07/09 */
  font-family:Arial, Helvetica, sans-serif, Verdana;		  /* MRR tweak #WIDESCREEN# 24/07/09 */
  text-align:center;
}

#container {
  width:730px;
  margin:0 auto;
  padding:0 5px;
  padding-bottom:5px;			/* MRR Added 24/04/09 */
  text-align:left;
  clear:both;
}

* html #container {
  width:740px;
  w\idth:730px;
  height:100%;
}

#banner {
  background-repeat:repeat-x;		/* MRR tweak #WIDESCREEN# 15/06/09 */
  background-position:top right;	/* MRR tweak #WIDESCREEN# 15/06/09 */
  background-color:#FFFFFF;	    /* MRR Tweaked 20/08/08 */
  padding-top:0px!important;	    /* MRR Tweaked 20/05/09 */
}

#banner a:link,
#banner a:visited {
  font-size:.6em;
  text-transform:uppercase;
  font-weight:normal;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position:top left;
}

#banner,
#banner a:link,
#banner a:visited {
  width:730px;
  height:100px;	    /* MRR Tweaked 20/05/09 */
  margin:0;
  padding:0;
  clear:both;
  display:block;
}


#siblings {
  text-align: center; 			/* MRR #WIDESCREEN# Moved from brand_webpage 22/07/09*/
}

#left_col,
#right_col {
  float:left;
}

#left_col {
  width:151px!important;		 		/* MRR Tweaked 03/04/09 */
  padding:0;
  border-top:5px solid #FFF; 		/* MRR Tweaked 01/04/09 */
  border-left:0px;		 	/* MRR Tweaked 01/04/09 */
  /* border-right:1px dashed #ddd; 	MRR Tweaked 01/04/09 Stew commented out Jan2012*/
  clear:left;
  min-height:800px;
}

#left_col img {
border-top: 1px solid #FFF !important;
border-right: 1px solid #FFF !important;
border-left: 1px solid #FFF !important;
margin-bottom: -1px !important;
}

* html #left_col {
  width:152px;
  w\idth:142px;
  height:800px;
}

#right_col {
  width:578px;
  clear:right;
}

#content {
  width:568px;
  margin:0;
  padding:0 0 0 10px;
  min-height:300px;
  background-position:top left;
  background-repeat:no-repeat;
  font-size:1.1em;
}

* html #content {
  height:300px;
  width:578px;
  w\idth:568px;
}

#navigation {
  padding-top:10px;				/* MRR added #WIDESCREEN# 17/07/09 */
}

.arrowbullets {
  list-style-type:none; /* MRR added #WIDESCREEN# 24/07/09 */
  padding-left:0px;  /* MRR added #WIDESCREEN# 24/07/09 */
  margin-left:0px;  /* MRR added #WIDESCREEN# 24/07/09 */
}

.arrowbullets li {
  background-repeat:no-repeat;  /* MRR added #WIDESCREEN# 24/07/09 */
  background-position:left;		 /* MRR added #WIDESCREEN# 24/07/09 */
  padding-left:10px;  /* MRR added #WIDESCREEN# 24/07/09 */
}

#footer {
  clear:both;
  width:730px;
  text-align:center;
  font-size:.95em;
  padding:5px 0;				/* MRR Tweaked 24/04/09 */
  border-top:1px solid #eee;		/* MRR Tweaked 20/05/09 */
  margin-top:5px;				/* MRR Added 24/04/09 */
  background-color:#fff;		/* MRR Tweaked 20/05/09 */
  color:#777; 				/* MRR Added 24/04/09 */
/*   background-image:url(../image_database/footer_curved_lightgrey.gif);	/* MRR Removed 20/05/09 */
  background-repeat:no-repeat;	/* MRR Added 24/04/09 */
  background-position: bottom center;	/* MRR Added 24/04/09 */
}

#footer address {
  font-style:normal;
}

#footer a {
  text-decoration:none;
  color:#333;
}

#footer p,
#footer address {
  margin:0;
  padding:0;
}
