body {
    margin-top:3%;
    margin-bottom: 3%;
    background-image:url(imgs/bg/bg_kings.png);
}

a {
    text-decoration:none;
    color: #24505a;
    font-weight:bold;   
    text-shadow: 1px 2px 2px #bee6d9;
}

#pagedesc {
    text-align:center;
    font-family: "Comic Sans MS", cursive, sans-serif;
    width:auto;
    position:relative;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10px;
    margin-bottom:20px;
    padding: 10px 10px none 10px;
    border: 4px double;
    background: #fff5d5;
    color: #65391a
        }



#textblock {
    font-family: "Comic Sans MS", cursive, sans-serif;
    width:auto;
    position:relative;
    margin-top: 10px;
    margin-left:30%;
    margin-right: 30%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
    border: 4px double #65391a;
    background: #fff5d5;
    color: #65391a;
        
}

h1 {
    text-transform:lowercase;
    font-style:italic;
    /*color:#24505a;*/ /* <-- deep teal */
    color: #65391a; /*<-- chocolate brown*/
    text-shadow: 2px 2px 2px burlywood;
    text-align:center;
    font-kerning:auto;
    font-size: 24px;
    letter-spacing:1px;

}

/* h2 {
    text-transform:lowercase;
    font-style:italic;
    color:#24505a;
    text-shadow: 2px 2px 2px aliceblue;
    
    text-align:center;
    font-kerning:auto;
    font-size: 20px;
    letter-spacing:1px;

}*/



table {
    font-family: "Comic Sans MS", cursive, sans-serif;
    display:block;
    text-align: center;
    border-spacing: 10px;
    margin-left: 5%;
    margin-right: 5%;
    /*margin-top:200px;
    margin-left:100px;
    margin-bottom:80px;*/
    position: relative;
}



td {
    display:inline-table;
    text-align:left;
    border:4px double #65391a;
    background:#bee6d9;
    margin: 5px;
    width:auto;
    height: auto;
    position:relative;
}


td img {
    vertical-align:middle;
    position:absolute;
    width:100px;
    height:100px;
    margin-top:8px;
    border: 2px solid #65391a;
    border-radius: 90px;
} 



#name {
    font-size: 13px;
    text-transform: uppercase;
    text-align:center;
    letter-spacing:1px;
    padding: 5px;
    width: auto;
    margin-left: 112px;
    color: #65391a;
    border: 1px solid #65391a;
    background: #fff8df;
    
    
}



#descrip {
    width:150px;
    margin-left:112px;
    margin-top:5px;
    padding-top:0px;
    /*color:#24505a;*/
    color: #65391a;
    padding:4px;
    height:75px;
    /*font-kerning:auto;
    letter-spacing:.5px;
    word-spacing:normal;*/
    line-height:110%;
    overflow: auto;
    font-size: 13px;
    border:1px solid #222222;
    text-align:left;
    background:#fff8df;
}