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: 753 px;
	height: 112px;
	}

#menutop {
	width:753px;
	height: 28px;
	background-image: url(img/bgmenu.gif);
	}

.menutopcontent {
	position: relative;
	left: 20px;
	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)
	}
	
.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%;
	}
	
#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;
	}
	
#people img {
	border: groove white 5px;
	}

.left {
	position: absolute;
	top: 162px;
	left: -30px;
	font-size: 1.2em;
	width: 150px;
	color: #6b6c6b;
	line-height: 90%
	}

.left a{
	color: #6b6c6b;
	text-decoration: none;
	}
	
.left a:hover{
	text-decoration: underline;
	}
	
.title {
	color: #333;
	font-weight: 600;
	}
	
.button {
	color: #6b6c6b;
	font-weight: 600;
	}

#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;
	}
	
a {
	text-decoration: underline;
	color: gray;
	}
	
a:hover {
	color: black;
	}
	
td {
	text-align: left;
	vertical-align: top;
	
	}