body {
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000000;
    position:relative;
    background-color:#ffffff;
}

img {
	//display: block;
	//vertical-align: bottom;
	line-height: 0
}


h1 {
	
	font-size: 22px;
	line-height: 2px;
	color: #4a4a4a;
}

h2 {
	font-size: 16px;
	line-height: 2px;
	color: #4a4a4a;
}

a, a:visited {
	color: #000099;
}

a:hover {
	color: #006600;
}


.block {

}

.block .title {
	font-size: 15px;
	color: #1f4e7c;
}

.block .desc {
	font-size: 14px;
}

#alphabet a{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	display: block;
	float: left;
	text-align: center;
}

#alphabet a:hover{
	color: green;
}

#alphabet a.selected {
	background: #ff6c24;
}

div.results {
	width: 70%;
	font-size: 80%;
	text-align: left;
}

span.num {
	font-size: 17px;
	color: #475462;
}

div.title a {
	font-size: 125%;
	font-weight: bold;
	color: #1f4e7c;
}

div.desc {
	padding-bottom: .1em;
}

div.extra {
	margin-top: .3em;
}

div.extra a {
	color: #73986b;
}


body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}



table.marriage_records_table tr.row {
	color: #696969;
}

table.marriage_records_table tr.row:hover {
	color: #000000;
}

table.marriage_records_table tr.header td  {
	color: #184700;
	font-weight: bold;
	border-bottom: 2px solid #184700;
}

table.marriage_records_table td{
	border-bottom: 1px solid #184700;
    padding: 4px;
}

div.top_menu {
	padding: 2px;
	background: #ffffff;
}

div.top_menu  table{
   border: 1px dashed #cdcdcd;
}

#left {
	width:770px; 
	float:left; 
	height:500px;
}

#right {
	margin-left:770px;
	width:230px; 
}

div.menu_row {
	margin-left:30px;
	padding-left: 20px;
	background: url('http://www.inmemoryofthem.com/images/menu_button.jpg') no-repeat;
}

div.menu_row:hover{
	margin-left:30px;
	padding-left: 20px;
	background: url('http://www.inmemoryofthem.com/images/menu_button_hover.jpg') no-repeat;
}

div.menu_row a{
	color: #fafafa;
	text-decoration: none;
}

div.menu_row a:hover {
	color: red;
	text-decoration: none;
}

.block {

}

.block_header {
    background-image:url("http://www.inmemoryofthem.com/images/block_header.jpg");
    width:250px;
    height:43px;
    background-repeat:no-repeat;
}

.block_header div{
	padding-left:15px;
	padding-top:15px;
	color:#ffffff;
	font-size:18px;
}

.block_content {
    background-image:url("http://www.inmemoryofthem.com/images/block_bg.jpg");
    width:250px;
    background-repeat:repeat-y;
}

.block_footer {
    background-image:url("http://www.inmemoryofthem.com/images/block_footer.jpg");
    width:250px;
    height:8px;
    background-repeat:no-repeat;
}


