body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#header {
	padding: 10px;
	font-weight: bolder;
	font-size: xx-large;
	text-shadow: #999999 3px 3px 3px;
	background-color: #EEEEEE;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	text-align: center;
}
#outer{
	vertical-align: bottom;
	width: 600px;
	margin: auto;
	text-align: left;
}
#main {
	width: 100%;
	vertical-align: bottom;	
	padding: 0px;
	background-image: url('http://www.the-vardemans.net/images/back.jpg');
	margin:0px;
}
#insideMain {
	height: auto;
	vertical-align: top;	
	padding: 20px;
	margin:0px;
}
#extra {
	width: 100%;
	padding: 0px;
	margin:0px;
	text-align: center
}
#prop {
	height: 260px;
	float: right;
	width: 1px;
}
#clear{
	clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
div.links {
	margin: 0px;
	padding: 10px;
	background-color: #EEEEEE;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
	text-align: center;
}
a{
	color: #3333CC;
}
a:visited{
	color: #333399;
}
a.personLink {
	/* font-family: Lucida Sans, Courier, Courier New, Monaco, monospace; */
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.personLink:hover {
	background-color: #CCCCCC;
	/* font-family: Lucida Grande, Courier, Courier New, Monaco, monospace; */
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.personLink:visited {
	/* font-family: Lucida Sans, Courier, Courier New, Monaco, monospace; */
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

