/* First Stylesheet */
body {background-image: url("http://www.stephen-halstead.co.uk/b_board_background.gif");
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif}
.right {text-align:right}
h1 {font-size: 24pt; 
	color: #000080}
h3 {background-color: #000080;
	color: white;
	padding: 2px;}
p.indented {margin-left: 50px}
p.bordered {margin-top: -20px;
			padding: 4px;
			border-style: solid;
			border-color: #000080;
			border-width: thick}
ul.bulleted {list-style-type: disc}
ul.numbered {list-style-type: decimal}
ul.image	{list-style-type: url('arrow.gif')}
ul.index {list-style-type: none;
			list-style-position:outside;
			left:0}
div.index {background-color: rgb(255, 255, 190);
		  position: absolute;	
		  left:4px;
		  width:200px; 
		  padding:4px;
		  border: rgb(255, 255, 80) 3px solid} 
div.content {background-color: rgb(206, 222, 255);
		position:absolute;
		left: 229px;
		margin-right: 8px;
		margin-bottom: 4px;
		padding: 4px;
		border: rgb(120, 120, 255) 3px solid}
div.main {position: relative;
		  margin-right: 8px}
a.index {text-decoration: none;
		color:black}
td {background-color: rgb(255, 255, 190);
	vertical-align: middle}
th {background-color: #000080;
	color: white;
	padding: 2px}
td.layout-nobg {background-color: transparent;
				padding: 3px}