.container{
width:900px;
border-style:solid;
border-width:2px;
position: relative;
}
.header {
width:898px;
height:30px;
position: relative;
background-color:eeefff; 
border-width:0px;
}
.families {
width:898px;
position: relative;
border-width:0px;
}
.col1 {
height:30px;
width:180px;
float:left;
text-align:center;
border-width:0px;
border-right-style:solid;
border-right-width:1px;
font-size:26px;
}
.col2 {
border-width:0px;
height:30px;
float:left;
width:705px;
text-align:center;
font-size:26px;
}
.family {
width:898px;
height:22px;
float:left;
position: relative;
border-width:0px;
border-top-style:solid;
border-top-width:1px;
}
.name {
height:22px;
width:180px;
float:left;
text-align:center;
border-width:0px;
border-right-style:solid;
border-right-width:1px;
vertical-align:middle;
}
.members {
border-width:0px;
height:22px;
float:left;
width:705px;
text-align:left;
text-indent:10px;
vertical-align:center;
}

.clear { 
clear: both; 
}
