	body {
		background-image: url(back.png);
		margin: 0 0 0 0;
		font-family: sans-serif;
	}
	#header{
		background-image: url(headback.png);
		height: 140px;
	}
	#menu{
		background-image: url(menuback.png);
		width: 160px;
	}
	#text{
		background-image: url(textback.jpg);
		margin-right: 15;
		position: absolute;
		top: 140px;
		left: 160px;
		border: 1px solid Black;
		padding: 5 15 5 5;

	}
	P {
		text-align: justify;
	}
a:link {color: #762405; text-decoration: underline; }
a:active {color: #FFFF00; text-decoration: underline; }
a:visited {color: #703518; text-decoration: underline; }
a:hover {color: #7F553D; text-decoration: none; }