/* layoutstyles.css */
*{
/* Block all browzer margins and padding */
margin:0;
padding:0;
/*temporary borders */
/*border:dashed 1px #f00; */
}

body{
	
	background-color: #f4e8da;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
   width:59em;  
   margin: 0 auto;
   
}
#header{
	height: 7.5em;
	background-color:#497d4c;
	
}

#content h1{
    padding: 10px 10px;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	background-color: #f4e8da;
	}
#content {
     background-color: #f4e8da;
	 }

 .table-1 {
    border-top: solid 3px #666;
    border-bottom: solid 3px #666;
    border-left: solid 3px #666;
    border-right: solid 3px #666;
    text-align:center;
    width:29%;
    background-image:url(images/back-233.gif);
	background-position: center;
	background-repeat: repeat-x;	
}
.td-1{
 
  padding:0.5em;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
  width:25%;
  margin-left:0.5em;
}

.table-2 {
    border-top: solid  3px #666;
    border-bottom: solid  3px #666;
    border-left: solid  3px #666;
    border-right: solid  3px #666;
    text-align:left;
    width:80%;
    background-image:url(images/back-233.gif);
	background-position: center;
	background-repeat: repeat-x;
	
}

.td-2{
 
  padding:0.1em;
  
  font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
  width:28%;
  margin-left:0.5em;
}

.table-3 {
    border-top: solid  3px #666;
    border-bottom: solid  3px #666;
    border-left: solid  3px #666;
    border-right: solid  3px #666;
    text-align:left;
    width:90%;
    background-image:url(images/back-233.gif);
	background-position: center;
	background-repeat: repeat-x;
	
}

.td-head{
 
  padding:0.0em;
  border-top:solid 1px #666;
  border-bottom:solid 1px #666;
  border-right:solid 1px #666;
  border-left:solid 1px #666;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
  width:2.5%;
  margin-left:0.0em;
}
.td-name{
  border-bottom:solid 1px #666;
  border-right:solid 1px #666;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
  width:25%;
  text-align:center;
}
.td-birthdate{
  border-bottom:solid 1px #666;
  border-right:solid 1px #666;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
  width:10%;
  text-align:center;
}
.td-deathdate{
  border-bottom:solid 1px #666;
  border-right:solid 1px #666;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
  width:11%;
  text-align:center;
}
.td-remarks{
  border-bottom:solid 1px #666;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold; 
  width:51%;
  
}




/********** Footer division styles **********/
#footer{
  background-color:#fff;
  border-top: solid 1px #117b6f;
  padding:0.5em;
  text-align:center;
}

#footer a:link,
#footer a:visited{
  /* No underline on links */
  text-decoration:none;
}

#footer a:hover,
#footer a:active{
  color:#0c0;
  border:dotted 1px #333;
}

/* This applies to the note at the bottom of the page*/
.note {
font-size:small;
font-weight:bold;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 60%;
 font-style:oblique
 color: #334d55;
 text-align:center
 margin: 0px;
 padding: 0px;
}
 





	
	


