body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FDF6F0;
	background-image: url(images/oak_bg.jpg);
	color: #000000;
	line-height: 1.1em;
	letter-spacing: 1px;
}
#main{
	background-image: url(images/genealogy_bg.jpg);
	width: 85%;
	border: 2px ridge #003300;
}
#content a:link {
	color: #003300;
	text-decoration: underline;
}
#content a:hover {
	color : #4b2702;
	text-decoration : underline;
	background-color : #FFFF66;
}
#content a:visited {
	color: #4b2702;
	text-decoration: underline;
}
#footer a:link {
	color: #003300;
	text-decoration: underline;
}
#footer a:hover {
	color : #4b2702;
	text-decoration : underline;
	background-color : #FFFF66;
}
#footer a:visited {
	color: #4b2702;
	text-decoration: underline;
}
#footer{
	text-align : center;
	font-size : x-small;
	border-top-color : #003300;
	border-top-style : double;
	border-top-width : medium;
	padding-top : 5px;
}
#content{
	width : 730px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	vertical-align : top;
}
#info{
	vertical-align : top;
	width : 150px;
}
#links{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	border-bottom: medium double #003300;
}
#nav{
	vertical-align : top;
	padding-top : 10px;
}
#memory{
	border: 3px solid #003300;
}
#mem_info{
	border-left: 2px solid #003300;
	padding: 10px;
}
