﻿/*------------------------------------------------------------------------------------------------------
Rippe Style Sheet 
version1.0
author:  Sharlene Miller
e-mail: smiller@stjoelive.com
website:  www.midwest-genealogy.com/
-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------Layout*/
body {
	padding: 0px;
	margin: 0px;
	background-color:#660033;
}
#container {
	width:760px;
	margin:0 auto;
	background-color: #FFFFCC;
	background-image: url('../../images/brown_quilt.gif');
	background-repeat: repeat-y;
	border:3px gray solid;
}


#masthead {
	width:100%;
	height:220px;
	margin:0;
	font-family: "BernhardFashion BT";
	font-size: xx-large;
	font-weight:bold;
	color: #990033; 
	background-color: #FFCC99;
	border: 1px solid #800000;
	
}

#masthead img {
	padding:10px;
	margin:0;
	border:1px #990033 solid;
	background-color:	 #999966;
}
#masthead h1 {
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:10px;
	padding: 0;
	background-color: #FFCC99;
}
#masthead h2 {
	float: right;
	width: 260px;
	margin-top:80px;
	margin-right: 10px;
	background-color: #666699;
	border: 1px #990033 solid;
}


#masthead h4 {
	float:left;
	width:240px;
	margin-top:25px;
	font-family:Verdana;
	font-size:10pt;
	font-variant:normal;
	text-align:center;
	background:#FFCC99;
}


#navigation_first {
	font-family: verdana;
	font-size: small;
	color: #FFF;
	background-color: #800000;
	list-style-type: none;
	border: 2px groove #999966;
}
#navigation_first ul{
	list-style:none;
	width: 100%;
	height:20px;
	margin: 0;
	padding: 10;
}
#navigation_first li {
	float: right;
	padding:0 10px 0px 5px;
	border-right:1px #FFFFCC solid;
	
}
#navigation_first a {
	color:silver;
}

#navigation_first a:hover {
	color: #FAE687;
	text-decoration: none;
	border-style: solid;
	border-color: #C99981;
	background-color: #C99981;
}
#content {
	font-family: Verdana;
	font-size: small;
	color: #000080;
	background-color: #FFFFCC;
	margin: 10px 10px 10px 130px;
	padding: 10px;
	border: 3px inset #999966;
}

#content h2 {
	font-family: "BernhardFashion BT";
	font-size: 24pt;
	font-weight: bold;
	color: #660033;
	text-align: center;
}

#footer {
	margin-left:0px;
	padding:10px;
	background-color: #800000;
	border: 2px solid #999966;
	width: 735px;
}
p.footer1 {
	font: Verdana .5em;
	color: silver;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
}
#footer>h4 {
	font-family: Verdana;
	font-size: .75em;
	color: #FFFFFF;
	text-align: center;
}
.text {
	font-family: Verdana;
	font-size: small;
	color: #000080;
	line-height: 110%;
	text-align: justify;
	left: 160px;
	top: 0px;
	bottom: 0px;
	border: 2px solid #999966;
	margin: 10px;
	padding: 10px;
}

div.thumbnail {
	float:left;	
	width:260px;
	margin: 0 10px 10px 0;
	padding-bottom: 5px;
	border:1px #990033 solid;
}

div.thumbnail img {
	float:left;
	margin:5px 5px 0 5px;
	border:1px blue solid;
}
div.thumbnail p {
	margin:2px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.clear {
	clear:left;
}



