body {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    color: black;
    background-color: white;
    margin: 0px;
    padding: 0px;
}

#header {
    padding: 20px 10px 0px 10px;
    margin: 10px 30px 0px 30px;
    background-color: white;
    height: 49px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 48px;
}

html>body #header {
    height: 48px;
}

#content {
    font-size: 80%;
    background-color: white;
    padding: 10px;
    border-width: 1px 0px 0px 1px;
    border-style: dashed;
    border-color: #ccc;
    margin-top: 10px;
    margin-left: 209px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 210px;
}

html>body #content {
    margin-left: 210px;
}

#leftcolumn {
    margin-right: 159px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-right: 160px;
}

html>body #content #leftcolumn {
    margin-right: 160px;
}

#rightcolumn {
    position: absolute;
    right: 0px;
    top: 138px;
    width: 150px;
    margin: 10px;
}

#cast, #links {
    padding: 0px;
    border: 1px solid #ccc;
}

#cast h1, #links h1 {
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 5px;
    color: #444;
    background-color: #ddd;
    padding: 1px;
    margin: 0px;
}

#cast div, #links div {
    font-size: 70%;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 2px;
}

#buy {
    font-size: 90%;
    text-align: center;
}

#buy a {
    text-decoration: none;
    color: #33f;
}

#buy a:hover {
    color: #e2144a;
}

#qanda ol li {
    margin-bottom: 10px;
}

.question {
    font-size: 110%;
    font-weight: bold;
}

.answer {
    text-align: justify;
}

#footer {
    clear: both;
    background: #ccc;
    margin: 10px;
    padding: 5px;
    font-size: 80%;
}

.qotd {
    text-align: left;
    font-style: italic;    
}

.copyright {
    text-align: right;
    color: white;
    font-weight: bold;
    font-style: italic;
}

#title {    
    margin-right: 160px;
    border-bottom: 1px solid #eee;
}

#title h1 {
    display: inline;
    font-size: 250%;
    font-style: italic;
}

#title h2 {
    display: inline;
    font-size: 120%;
    float: right;
}

#overview, #top, #middle, #bottom {
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

#overview p {
    text-align: justify;
    font-size: 100%;
}

#middle {
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #ccc;
}

#keanuimage {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.caption {
    font-size: 70%;
    font-style: italic;
}

#quotes {
    background-color: #ccc;
    margin: 5px 15px 5px 15px;
    padding: 5px;
    font-style: italic;
    font-size: 90%;
}

#quotes div {
    text-indent: -20px;
    margin-left: 20px;
}

.byline {
    text-align: right;
    font-style: italic;
}

.rating {
    font-weight: bold;
}

#header h1, h2 {
    display: inline;
    font-size: 300%;
}

#header h2 {
    font-size: 100%;
    font-style: italic;
}

#navigation {
    position: absolute;
    top: 88px;
    width: 200px;
    font-size: 60%;
}

#menuimage {
    padding: 0;
    margin: 0;
    height: 100px;
    overflow: hidden;
}

#contentimage {
    padding: 0px;
    margin-left: -223px;
    margin-top: 5px;
    margin-right: -10px;
    height: 100px;
    overflow: hidden;
}

#contentimage img {
    clip: rect(10px 383px 110px 223px); /* image (383 x 150) */
    position: absolute;
}

#menu {
    margin: 10px 0px 0px 40px;
}

/* Styles for the menu menus. Copied from http://www.alistapart.com/articles/horizdropdowns/ */
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 160px; /* Width of Menu Items */
    border-bottom: 1px solid #ccc;
}

#menu ul li {
    position: relative;
}

#menu li ul {
    position: absolute;
    left: 159px; /* Set 1px less than menu width */
    top: 0px;
    display: none;
}

/* Styles for Menu Items */
#menu ul li a {
    display: block;
    text-decoration: none;
    color: black;
    background: #fff; /* IE6 Bug */
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
 * #menu html ul li { float: left; height: 1%; }
 * #menu html ul li a { height: 1%; }
/* End */

/* hover background used to be #f9f9f9 */
#menu ul li a:hover { color: #E2144A; background: #ccc; } /* Hover Styles */

#menu li ul li a { height: 11px; padding: 5px 5px; } /* Sub Menu Styles */

#menu li ul li ul li a { height: auto; padding: 2px 5px; } /* Sub-sub Menu Styles */

#menu li:hover ul.menu-sub, li.over ul.menu-sub { display: block; } /* The magic */ 

#menu li:hover ul.menu-sub li:hover ul.menu-sub-sub, li.over ul.menu-sub li.over ul.menu-sub-sub { display: block; } /* The magic */ 

