/* main page structure
body
	#container
		#header
			#logo
			#ad
		#photoStrip
			img.first
			img
			img.last
		#content
			#titlebar
				span
			#main
			#sidebar
		#nav
		#footer
-------------------------- */

body {
	padding: 0 0 8px 0;
	margin: 0;
	min-width: 766px;
	background: #ffffff;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* ---- Ad Styles ---- */
#outerAd {
	position: relative;
	margin: 0 auto 0 auto;
	width:776px;
	text-align: left;
	}

.adExternal160 {
	min-width: 942px;
	background: #fff url(../img/page_bg_160.jpg) no-repeat top center;
	}
	
.adExternal160 #outerAd {
	width: 942px;
	}

.adExternal120 {
	min-width: 902px;
	background: #fff url(../img/page_bg_120.jpg) no-repeat top center;
	}
	
.adExternal120 #outerAd {
	width: 902px;
	}

#topbanner {
	top: 14px;
	right: 14px;
	width: 468px;
	}

#banner {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 468px;
	height: 60px;
	}
	
.adExternal120 #banner {
	right: 140px
	}
	
.adExternal160 #banner {
	right: 180px
	}
	
.skyscraper {
	position: absolute;
	top: 210px;
	left: 782px;
	}

#googTop728 {
padding-top: 20px;
	width: 728px;
	height: 95px;
	align: center;
	}


/* ---- End: Ad Styles ---- */	

#container {
	width: 776px;
	text-align: left;
	background: #ffffff;
	}
	
#header {
	position: relative;
	height: 70px;
	background: #ffffff;
	}

#logo {
	position: absolute;
	top: 9px;
	left: 10px;
	border: 0;
	}

#subHeader {
	background-color: #990000;
	overflow: hidden;
	color: #ffffff;
	font-size: 85%;
	height: 20px;
	}
	
#subHeader span {
	float: right;
	padding: 0 0 0 0;
	margin: 0 15px 0 0;
	line-height: 20px;  /*Should be changed to height of sponsor image */
	}
	
#subHeader .sponsorSH {
	float: left;
	margin: 0 0 0 9px;
	padding: 0;
	}

#subHeader .sponsorSH img {
	margin: 0;
	border: 0;
	vertical-align: bottom;
	}
	
#content {
	float: right;
	display: inline;
	margin: 0 9px 0 0;
	width: 631px;
	background: url(../img/content_bg.gif) no-repeat bottom left;
	border-top: 3px solid #fff;
	}
	
#titleBar {
	padding: 2px 5px 3px 8px;
	margin: 0;
	color: #fff;
	font-size: 130.8%;
	line-height: 119%;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: 1px;
	background: #666699;
	border-bottom: 3px solid #fff;
	}
	
#titleBar span {
	font-size: 66%;
	font-weight: normal;
	line-height: 119%;
	}
	
#main {
	width: 444px;
	border: 1px solid #999;
	border-bottom: 0;
	padding: 8px;
	float: left;
	}
	
#articleindexBody #main, #genealogyBody #main {
	padding: 8px;
	background: #fff;
	width: 613px;
	border: 1px solid #999;
	}
	
#sideBar {
	width: 166px;
	float: right;
	display: inline;
	clear: right;
	padding: 0 0 3px 0;
	}
	
#nav {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 3px 0 9px;
	padding: 3px 0 0 0;
	width: 124px;
	font-size: 85%;
	background: #fff;
	}

#footer {
	padding: 7px 0 14px 13px;
	background: #ccc url(../img/footer_bg.gif) no-repeat bottom center;	
	clear: both;
	margin: 0;
	font-size: 85%;
	color: #333;
	}
	
#footer a {
	color: #000;
	}

/* Generic page elements
-------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	clear: both;
	}
	
p {margin: 0; padding: 0;}
a:link {color: #006}
a:hover {color: #003;}
td {text-align: left;}

/* ---- Send to a friend ---- */

#sendToFriend {
	margin: 0;
	padding: 0;
	}
	
#sendToFriend fieldset {
	margin: 0 0 4px 0;
	padding: 4px;
	border: 1px solid #aaa;
	text-align: right;
	
	}
	
#sendToFriend legend {
	font-weight: bold;
	padding: 0 4px;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
	}
	
#sendToFriend label {
	font-weight: bold;
	vertical-align: middle;
	margin: 0 4px 0 0;
	}
	
#sendToFriend input {
	vertical-align: middle;
	width: 55%;
	}

#sendToFriend textarea {
	vertical-align: top;
	width: 55%;
	}
	
#send {
	width: auto !important;
	margin: 2px 0;
	}
	
#sendToFriend p {
	font-size: 85%;
	background: #f7f7f7;
	padding: 2px;
	margin: 4px 0 !important;
	}
	
#sendToFriend p.terms {
	color: #666;
	text-align: left;
	background: #fff;
	font-size: 70%;
	}




