body,
html {
	background: url(images/wesson_bg.jpg) no-repeat left top white;
	font-family:georgia, serif;
	font-size:12px;
	margin:0;
	padding:0;
	height:768px;
	width:99%;
	}

a:link {
	color : #FF0000;
	text-decoration : none;
	}

a:visited {
	color : #CC3333;
	text-decoration : none;
	}

a:hover {
	color : #0000CC;
	text-decoration : none;
	}

p 	{
	margin:0;
	padding:0;
	}

#left {
	width: 320px;
	height: 370px;
	overflow:hidden;
	margin-top: 265px;
	margin-right: 40px;
	margin-left: 35px;
	margin-bottom: 100px;
	border-style: inset;
	background: #FFFFFF;
	float: left;
	}

#right {
	margin-left:460px;
	width:300px;
	}

#navlist li
	{
	display: inline;
/* for IE5 and IE6 */
	}

#navlist
	{
	width: 20em;
/* to display the list horizontaly */
	margin:0;
	padding:0;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	line-height: 250%;
	}

#navlist a
	{
	width: 100%;
/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #fff;
	border-bottom: 1px #000 solid;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin:0;
	padding:0;
	}

#navlist a:hover { background-color: #F6F8C9; }
#navlist a:visited { color: #000; }

.copy	{
	font-style:italic;
	}