/* Live in Style -- Center Key    */
/* Blue (#446688), Gray (#888888) */
body      { color: #446688; background-color: white; font-size: 90%;
            font-family: trebuchet ms, 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 }
br.all    { clear: both }

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      { text-align: center; font-size: 85%; margin: 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 }
}
