body{
	color: #000000;
	background: #EAE0BA;
}

hr {
	color: #333;
	background-color: #888;
	height: 2px;
	margin: 0;
	padding: 0;
}

/*TEXT TEXT TEXT TEXT TEXT TEXT TEXT*/

h1,h2,h3,h4,h5,p,a	{
	font-family: "times new roman";
}

h3 {
	text-decoration: underline;
}

.norm {
	font-variant: none;
	font-style: none;
	font-weight: none;
	text-decoration: none;
	font-size: 100%;
	line-height: 100%
	}
	
.ital	{
	font-style: italic;
	}

.strong	{
	font-weight: bold;
	}

.line	{
	text-decoration: underline;
	}

.strongital	{
	font-style: italic;
	font-weight: bold;
	}

.strongline	{
	font-weight: bold;
	text-decoration: underline;
	}

.italline	{
	font-style: italic;
	text-decoration: underline;
	}

.strongitalline	{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}

.ickle {
	font-size: 75%
	}

.ickleital {
	font-size: 75%;
	font-style: italic
	}
	
.livingpastlink {
	font-variant: small-caps;
	font-size: 170%;
	line-height: 130%;
	margin: 0;
	padding: 0
	}
	
.livingpastlink a {
	margin: 0;
	padding: 0;
	color: #FFE;
	text-decoration: none
	}
	
.italz	{
	font-style: italic;
	font-variant: normal;
	font-size: 0.7em;
	line-height: normal
	}

a	{
	color: blue;
	text-decoration: underline;
	}

a:hover	{
	color: red;
	text-decoration: none;
	}

a:focus	{
	outline: none;
	}

/*LISTS LISTS LISTS LISTS LISTS*/

ul.links li {
	font-family: "times new roman";
	padding-bottom: 0.8em;
	}

ul.bag li {
	font-family: "times new roman";
	padding-bottom: 0.8em;
	}

ol.bag li {
	font-family: "times new roman";
	padding-bottom: 0.8em;
	}

div.nav ul {
	padding: 0;
	}

div.nav ul a {
	padding: 3px 15px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
	}

div.nav ul a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}

div.nav ul li {
	display: inline;
	list-style-type: none;
	}
	
/*DIVS DIVS DIVS DIVS DIVS*/

div.container {
	background: #FFFFEE;
	width: 760px;
	border: 3px double gray;
	margin-left: auto;
	margin-right: auto;
	}

div.bagmain	{
	margin: 10px 15px 10px 15px;
	}

div.livingpast {
	background: #444;
	text-align: center;
	width: 500px;
	min-height: 110px;
	margin: 0 auto 0 110px;
	padding: 6px 6px 0 6px;
	border:2px inset gray
	}
div.nav {
	margin: 0 auto;
	padding-top: 3px;
	text-align: center
	}

div.textcentre {
	text-align: center;
	}
	
div.clear	{
	clear: both;
	}

div.textcentreclear {
	text-align: center;
	clear: both;
	}

/*IMAGES IMAGES IMAGES IMAGES IMAGES*/

img.zero	{
	border: 0;
	}

img.one	{
	border: 1px solid gray
	}

img.intext_right{
	border: 1px solid gray;
	float: right;
	margin: 0px 0px 0px 10px;
	}

img.intext_left{
	border: 1px solid gray;
	float: left;
	margin: 0px 10px 0px 0px;
	}
