@import url("style-base.css");
@import url("style-default.css");

/* =============================================================================
   Color Hex #cd853f Tan 3 - http://www.color-hex.com/color/cd853f
   ========================================================================== */

/* =============================================================================
   Main container stuff goes here and other globals
   ========================================================================== */
.container {
background: #cd853f; border:1px solid #8f5d2c;
max-width:800px;width:95%;margin:0 auto;position:relative; 
}

/* =============================================================================
   Header stuff goes here
   ========================================================================== */
header {
    box-shadow:inset 0px -5px 8px #523519;
    border-radius: 10px 10px 0px 0px; 
}

.hicon{
    text-shadow: 2px 2px 2px #523519;
}

footer
{
box-shadow:inset 0px 5px 8px #523519;
border-radius: 0px 0px 10px 10px; 
}
