body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-size:10pt;
}
.boldtext {
font-weight:bold;
}
#wrapper {
	width:1000px;
	height:1000px;
	}
	
#menu {
	position:absolute;
	width:168px;
	height:196px;
	top:195px;
	left:20px;
	background-image:url(images/menuback.jpg);
	background-repeat: no-repeat;
	}
#menutxt {
	position:relative;
	top:10px;
	left:10px;
	font-size:10pt;
	}
	
	
#content {
	position:absolute;
	width:700px;
	height:600px;
	top:0;
	left:196px;
	
	}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}	
