/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color:  #eef1e7;/*themecolour3;*/
}
/*this container holds the logo and heading graphic*/
    #header {
	background-image:  url(http://www.southendhospitalradio.co.uk/images/index_header_bg.gif);
	background-repeat: repeat-x;
	height: 85px;
	width: 770px;
	}
/*this container holds the horizontal navigation bar and defines the background image*/	
	#navbar {
	width: 770px;
	top: 50px;
	background-repeat: no-repeat;
	background-image: url(http://www.southendhospitalradio.co.uk/images/index_hnav_bg.gif);
	padding-left: 20px;
} 
/*this container holds the  right-hand column divs*/
#holderdiv {
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
/*the individual text boxes in the right-hand column*/	
}
.rightcoldiv {
	margin: 10px 0;
	background-color: #e7f0fc;
	border: 1px solid #4176be;
	width: 100%;
}
/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-image:   url(http://www.southendhospitalradio.co.uk/images/index_gradient_bg.gif);
	color: #333333;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;/*themecolour4;*/
}
/*floats image or div to the left*/
   .left {
	float: left;
}
/*floats image or div to the right*/
   .right {
	float: right;
}
/*sets margins to 0*/ 
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text in the left-hand column*/
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 20px;
	font-size: 100%;
	line-height: 1.3em;
}
/*style the text in the right-hand column*/
.rightcoldiv p {
	margin: 5px 0;/*themecolour1$ -12.5%,-53%;*/
	line-height: 1.3em;
	padding-top: 5;
	padding-bottom: 5;
}

/*style the heading1 text */
h1 {
	font-size: 100%;
	margin: 0px 230px 5px 20px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-bottom: 2px;
}
h2 {
	margin: 0 230 4 16;
	font-size: 90%;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
	border-bottom-color: #4176be;/*themecolour1;*/
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h3 {
	margin: 0 230 4 16;
	font-size: 90%;
	background-image: url(http://www.southendhospitalradio.co.uk/images_shr/index_h2_bg.gif);
	background-repeat: no-repeat;
	border-bottom-color: #4176be;/*themecolour1;*/
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.rightcoldiv h2 {
	margin: 0;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
	font-size: 90%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4176be;/*themecolour1;*/
}
.rightcoldiv h3 {
	margin: 0;
	background-color: #a6c3ec;/*themecolour1$ 55.4%,70.2%;*/
	font-size: 90%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4176be;/*themecolour1;*/
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(http://www.southendhospitalradio.co.uk/images/index_bullet.gif);
	font-weight: normal;
	margin-left: 35px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 70%;
}
/*floats logo graphic to the left */
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  }
/*floats heading graphic to the right */
div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  }

 /*link styles*/
a:link {
	color: #22406a;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:visited {
	color: #22406a;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:link:hover {
	color: #4175be;/*themecolour1;*/	
}
/*defines the style for horizontal dividers used in right-hand column */ 
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4176be;/*themecolour1;*/
}
/*style the text and define background image for the footer*/
#footer {
	width: 770px;
	clear: right;
	font-size: 70%;
	text-align: center;
	background-image: url(http://www.southendhospitalradio.co.uk/images/index_footer_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 22px;
	background-color: #FFFFFF;/*themecolour4;*/	
}
/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	padding-right: 10px;
}
