@charset "UTF-8";
/* CSS Document */

#tayble{
padding:30px 0 0 0;
}

#tayble .descrip{
border:1px solid #cccccc;
background-position:bottom left;
background-repeat:no-repeat;
padding:8px 16px 8px 22px;
min-height:100px;
}

#tayble .descrip p, #tayble .descrip p a{
color:#000000;
font-size:1.6em;
font-weight:normal;
margin:1px 0 2px;
text-decoration:none;
text-align:center;
}


#tayble .descrip address, #tayble .descrip address a{
color:#000000;
font-size:1.1em;
font-weight:normal;
margin:1px 0 2px;
padding-top: 15px;
text-decoration:none;
text-align:center;
}

.cellone{
float:left;
margin:0 16px 28px 16px;
width:211px;
background-color:#ff9999;
}
* html .cellone{margin:0 15px 30px 15px;}
.cellone:hover{background-color:#cccccc;}
.cellone img{
padding:5px;
}

.celltwo{
float:left;
margin:0 16px 28px 16px;
width:211px;
background-color:#ffff99;
}
* html .celltwo{margin:0 15px 30px 15px;}
.celltwo:hover{background-color:#cccccc;}
.celltwo img{
padding:5px;
}

.cellthr{
float:left;
margin:0 16px 28px 16px;
width:211px;
background-color:#99cccc;
}
* html .cellthr{margin:0 15px 30px 15px;}
.cellthr:hover{background-color:#cccccc;}
.cellthr img{
padding:5px;
}

.cellfou{
float:left;
margin:0 16px 28px 16px;
width:211px;
background-color:#ccccff;
}
* html .cellfou{margin:0 15px 30px 15px;}
.cellfou:hover{background-color:#cccccc;}
.cellfou img{
padding:5px;
}


.tayblefrayme{
margin:0 auto;
width:550px;
}
