body	{
	background-image: url('http://www.groovydragon.co.uk/bwg/structure/menu-strip.bmp');
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: absolute;
	}

div#menu	{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	background: rgb(80,80,180);
	font-family: "Garamond", "Goudy Old Style", "Times New Roman", serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	}

div#content	{
	position: absolute;
	top: 10px;
	left: 170px;
	right: 40px;
	color: green;
	font-family: "Garamond", "Goudy Old Style", "Times New Roman", serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	}

a:link	{
	text-decoration: none;
	font-weight: bold;
	color: rgb(80,80,180);
	}

	
a.menu:link	{
	text-decoration: none;
	font-weight: bold;
	color: white;
	}
	
a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: green;
	}

a.menu:visited	{
	text-decoration: none;
	font-weight: bold;
	color: white;
	}

a.menu:hover	{
	text-decoration: underline;
	color: white;
	}

a:hover	{
	text-decoration: underline;
	}	


p	{
	padding: 0;
	text-indent: 20px;
	}


h1	{
	color: white;
	background-color: green;
	font-size: 125%;
	text-indent: 20px;
	}

h2	{
	color: white;
	background-color: green;
	font-size: 110%;
	text-indent: 20px;
	}

h3	{
	color: white;
	background-color: green;
	font-size: 100%;
	text-indent: 20px;
	}

hr	{
	color: green;
	background-color: green;
	height: 2px;
	border: 0;
	width: 75%;
	}
	
img.writerportrait	{
	float: right;
	margin: 0 0 0 20px;
	}

img.floatright	{
	float: right;
	margin: 0 0 0 20px;
	}	
	
img.floatleft	{
	float: left;
	margin: 0 20px 0 0;
	}	

ul.menu	{
	list-style-type: none;
	padding: 3px;
	margin: 0;
	}

li.menu	{
	padding: 0;
	width: 100%;
	}

hr.menu	{
	color: white;
	background-color: white;
	height: 2px;
	border: 0;
	width: 75%;
	}
	
div.vidleft	{
	float: left;
	width: 425px;
	margin: 0 20px 20px 0;
	}

div.vidright	{
	float: right;
	width: 425px;
	margin: 0 0 20px 20px;
	}
	
h3.vid	{
	float: left;
	width: 425px;
	margin: 0;
	}