body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333
	}
	
#wrapper {
	width: 753px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background-color: #efefef;
	border-right: solid 1px silver;
	border-left: solid 2px silver;
		}
		
#header {
	background-image: url(img/header.jpg);
	width: 753px;
	height: 112px;
	}

#menutop {
	width:753px;
	height: 28px;
	background-image: url(img/bgmenu.gif);
	}

.menutopcontent {
	position: relative;
	left: 30px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #166600;
	text-align: left;
	}

.menutopcontent a{
	color: #333;
	text-decoration: none;
	}
	
.menutopcontent a:hover{
	text-decoration: underline;
	}
		
#content {
	width: 753px;
	background-image: url(img/bgcontent.jpg)
	}
#w3c{
	position:absolute;
	top: 565px;
	left: 25px;
	}

img { border: 0; }

	
.center {
	position: relative;
	left: 160px;
	top: 0px;
	width: 440px;
	text-align: justify;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 20px;
	z-index: 1;
	line-height: 200%;
	}
	
.lotsoftext {
        width: 580px;
}
#people {
        position: relative;
	left: 160px;
	top: 0px;
	width: 550px;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 20px;
	z-index: 1;
	line-height: 120%;
	text-align: left;
	}

#histonepeople 
{       
	left: 160px;
	top: 0px;
	width: 550px;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 20px;
	z-index: 1;
	line-height: 120%;
	text-align: left;
	}

#people img {
	border: groove white 5px;
	}

#histonepeople img {
	border: groove white 5px;
	}

.left {
	position: absolute;
	top: 162px;
	left: -30px;
	font-size: 1.2em;
	width: 160px;
	color: #6b6c6b;
	line-height: 90%
	}

.leftindent {
        position: relative;
        white-space:nowrap;
	font-size: .9em;
}

.title {
	color: #333;
	font-weight: 600;
	}
	
.button {
	color: #6b6c6b;
	font-weight: 600;
	}

.left a{
	color: #6b6c6b;
	text-decoration: none;
	}
	
.left a:hover{
	text-decoration: underline;
	}
	
#rightimg {
	width: 195px;
	height: 396px;
	position: absolute;
	right: 0px;
	top:140px;
	}
	
li { 
	margin-top: 5px;
	list-style-image: none;
	list-style-position: outside;
	}
	
h3 {
	font-size: 1.1em;
	color: #333;
	text-align: left;
	}
	
h2 {	
	text-align: left;
        }
a {
	text-decoration: underline;
	}
	
a:hover {
	color: black;
	}
	
td {
	text-align: center
	}