/* CSS Document */


body { margin: 0 ;
	background-color: #FFFFFF   }
#topleft { background:  url(images/topleft.png) 0 0 no-repeat ;
	position: absolute ;
	width: 800px ;
	height: 300px ;
	padding-left: 200px ;
	padding-top: 30px }
#links { position: absolute ;
	width: 350px ;
	height: 300px ;
	text-align: right ;
	font-size: 17pt ;
	top: 120px ;
	left: 400px ;
	z-index: 2 }	 
#text { background-color: #FFFFFF ;
	position: absolute ;
	font-size: 10pt ;
	width: 700px ;
	top: 150px ;
	left: 50px ;
	padding: 20px ;
	border: 6px solid #946627 ;
	z-index: 1  }
a:link { color: #4D8650 ;
	text-decoration: none }
a:hover { color: brown ;
	text-decoration: underline }
a:visited { color: #4D8650 ;
	text-decoration: none }
#footerright { position: absolute ;
	background:  url(images/bottomright.png) 0 0 no-repeat ;
	background-position: bottom right ;
	height: 500px ;
	width: 700px ;
	left: 200px }
