
/*Adjust font-size, line-height and color to suit specific site*/
body {
	margin:0;
	padding:0 0 20px 0;
	font-family: arial, helvetica, sans-serif;
	font-size:.7em;
	line-height:1.3em;
	color:#333;
	background-color:#aaa;
}

#container {
	width:547px;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:left;
	background-color:#fff;
}

#header {
	width:547px;
}

#logo {
	float:right;
}

#title {
	margin:8px 0 0 16px;
	font-size:1.2em;
	color:#333;
	font-weight:bold;
}

#index ul {
	margin-top:0;
	padding-top:0;
}

/*Adjust font-size and color to suit specific site*/
h2 {
	font-size:1.2em;
	color:#333;
	padding:0 0 3px 0;
	margin:0;
}

/*Adjust font-size and color to suit specific site*/
h3 {
	font-size:1.2em;
	color:#333;
	padding:5px 0 3px 0;
	margin:0;
	border-top:1px #333 solid;
}

/*Adjust color to suit specific site*/
a:link {
	color:#9e0229;
	text-decoration:underline;
	font-weight:bold;
}

/*Adjust color to suit specific site*/
a:active {
	color:#9e0229;
	text-decoration:underline;
	font-weight:bold;
}

/*Adjust color to suit specific site*/
a:visited {
	color:#9e0229;
	text-decoration:underline;
	font-weight:bold;
}

/*Adjust color to suit specific site*/
a:hover {
	color:#9e0229;
	text-decoration:none;
	font-weight:bold;
}

#content {
	width:515px;
	border-top:1px #333 solid;
	margin:10px 16px 10px 16px;
	padding:20px 0 0 0;
}

#content1 {
	clear:both;
	margin-bottom:-30px;
	padding-bottom:0px;
}

#content2 {
	clear:both;
	margin-bottom:10px;
}

#index {
	margin:10px 0 10px 0;
	background-image:url(http://www.bishopslaw.co.uk/images/newswires/footer_bg_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#indexTop {
	background-image:url(http://www.bishopslaw.co.uk/images/newswires/footer_bg_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:18px;
	width:515px;
}

#index h3 {
	padding:0 0 5px 12px;
	border:none;
}

#index ul {
	padding-bottom:20px;
}

#footer {
	position:relative;
	width:515px;
	clear:both;
	text-align:center;
	padding:0;
	margin:0 16px;
	background-image:url(http://www.bishopslaw.co.uk/images/newswires/footer_bg_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content #footer {
	margin: 0;
	}

#footerTop {
	background-image:url(http://www.bishopslaw.co.uk/images/newswires/footer_bg_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:18px;
	width:515px;
}

div#footer p {
        margin:0 16px 10px 16px!important;
        text-align:left; 
}

div#footer p.unsubscribe {
	font-size: 0.8em;
	}
	
div#footer p.weblink {
	text-align: center;
	}