/* Live in Style -- Center Key    */
/* Blue (#446688), Gray (#888888) */
body      { color: #446688; background-color: white; font-size: 90%;
            font-family: geneva, tahoma, sans-serif; margin: 60px 110px 10px 110px; }
a         { color: #446688; font-weight: bold; text-decoration: none; }
a:hover   { color: darkred; }
a:active  { color: #888888; }
a:visited { color: #888888; }
a.plain   { font-weight: normal; text-decoration: none; }

div.title-box   { display: table; text-align: right; margin-bottom: 50px; }
div.main-box    { display: table; float: left; border: darkgray 1px solid; }
div.main-box2   { display: table; float: right; border: darkgray 1px solid; }
div.main-header { background-color: darkgray; padding: 5px 10px; }
div.main-body   { padding: 10px; }
div.side-box    { display: table; float: right; }
div.footer      { clear: both; text-align: center; font-size: 85%; padding: 25px; }

@media handheld, screen and (max-device-width: 480px) {
body          { display: table; margin: 10px; }
div.title-box { margin-bottom: 20px; }
div.main-box  { float: none; margin-bottom: 20px; }
div.main-box2 { float: none; }
div.side-box  { float: none; }
div.footer    { display: table; text-align: left; border-top: darkgray 1px solid; margin: 0px; }
}

