@charset "utf-8";

* { padding: 0; margin: 0; border: 0; }

/* GENERAL */
html, body {
	background: #666;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a { outline: none; text-decoration: underline; color: #FFF;}
p { line-height: 17px; }
img { display: block; }

/* GENERAL LAYOUT */
.row {
    position: relative;
    margin: 10px 5px;
    width: 660px;
    overflow: hidden; height: 100%; /* clearfix */
}
body .col1, body .col2, body .col3, body .col4 {
    float: left;
    margin: 0 5px;
    min-height: 1px;
}
.col1, .bot1 { width: 155px; }
.col2, .bot2 { width: 320px; }
.col3, .bot3 { width: 485px; }
.col4, .bot4 { width: 650px; }
.bottom, .bot1, .bot2, .bot3, .bot4 {
    position: absolute;
    bottom: 0;
}

/* FIXED LAYOUT */
#top * { position: fixed; top: 20px; left: 20px; z-index: 50 }
#top .a1 { left: 185px; }
#top .a2 { left: 350px; }
#top .a3 { left: 515px; }
#top .a4 { left: 680px; }
#top div.a4 { display: block; width: 155px; }
#top div.a4 * { position: static; float: left; }
#top .hr {
    height: 2px;
    width: 155px;
    background-color: #fff;
}
#top .end {
    top: 190px;
    left: 20px;
}
#top #menu .end {
    left: 185px;
    width: 650px;
}
#top #logo { margin: 10px; }
#menu a, #menu img { margin: 10px 0; }

#menu { list-style: none; }
#menu a { height: 15px; width: 155px; display: block; }
#menu a span { margin-left: -10000px; }

#menu a.a1 { background: url("img/menu1.png") 0 0; }
#menu a.a2 { background: url("img/menu2.png") 0 0; }
#menu a.a3 { background: url("img/menu3.png") 0 0; }
#menu a.a4 { background: url("img/menu4.png") 0 0; }
#menu li a:hover { background-position: 0 15px; }
body #menu li a.active { background-position: 0 15px; }

#left {
    color: #fff;
    position: fixed;
    left: 20px;
    top: 210px;
    width: 155px;
    overflow: hidden;
}

/* BODY */
#body {
    display: block;
    margin-top: 200px;
    margin-left: 175px;
    margin-bottom: 30px;
    max-width: 660px;
    overflow: hidden;
}
img, p, table {
    margin: 0 0 10px;
}
.bottom img, .bottom p, .bottom table {
    margin: 10px 0 0;
}
.h1 {
    margin: 0 0 30px;
}
#body a {
    font-weight: bold;
}
#body a:hover {
    text-decoration: none;
}
#body #story {
    font-size: 16px;
    line-height: 20px;
    color: #535554;
}
#body h1 {
    display: block;
    font-weight: bold;
    font-size: 28px;
}
#body .hr {
    margin: 15px 0 10px;
    height: 1px;
    width: 100%;
    background-color: #FFF;
}

/* SPECIAL */
.c img {  background: #FFF; } .c a:hover img { background: #000; }
