/* CSS Document */
/*  Styles for Susan Kell's Genealogy website  */
/*  Copyright 2008 to present, Susan Kell, www.kellswood.com/design/  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #eeeeee;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	width: 700px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #000000;
	text-align: left;
}
#banner {
	clear: both;
	background-color: #000000;
	color: #ffffff;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}
#contact	{
	font-size: 60%;
	text-align: center;
	margin-top: 40px;
}
#contact a	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
#content p, #content table, #content ul li	{
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #000000;
	}
#content h1	{
	font-size: 130%;
	color: #000000;
	padding: 0;
	margin: 10px;
	}
#content h2	{
	font-size: 110%;
	color: #000000;
	padding: 0;
	margin: 10px;
	}
#content td	{
	border: 2px solid #cccccc;
	padding: 7px;
	}
#content a	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
#content a:hover, #content a:focus	{
	font-weight: bold;
	text-decoration: underline;
	}
.pic_right {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.pic_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centerit {
	text-align: center;
	}
.clearit	{
	clear: both;
	display: block;
	}
.boldit	{
	font-weight: bold;
	}
.none	{
	}
.smallit	{
	font-size: 80%;
	}
.italicit	{
	font-style: italic;
	}
.bigboldit	{
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	padding: 0;
	}
.blinkit	{
	text-decoration: blink;
	}
.prop	{
	height: 600px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#thumblist ul	{
	list-style-type: none;
	}
#thumblist li	{
	margin-left: 20px;
	}
#thumblist img	{
	border: 0px;
	}
#footer	{
	clear: both;
	background-color: #000000;
	color: #ffffff;
	}
#footer p	{
	font-size: 70%;
	margin: 0;
	padding: 10px;
	font-style: italic;
	text-align: center;
	}
#footer a	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus	{
	font-weight: bold;
	text-decoration: underline;
	}
#leftcol	{
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	width: 165px;
	background-color: transparent;
	}
.container	{
	width: 99%;
	float: right;
	}