/* CSS Document */

body {
	background-color:rgb(250,250,235);
	/* background-color:rgb(255,255,255); */
	}

h1, h2, h3, h4 {
	text-align:center;
	}

li {
	margin:1em;
	}

div#header {
	width:80%;
	max-width:60em;
	min-width:30em;
	margin:auto;
	height:5em;
	border:.1px solid;
	background:url('/imgs/BGL.png') 0% 50% no-repeat,
	url('/imgs/BGR.png') 100% 50% no-repeat;
	}

div#content {
	width:80%;
	max-width:40em;		/* stops content being too wide */
	min-width:30em;
	margin:auto;
	}

#content p {
	text-align:justify;
	}
