
* {
    border:0;
    margin:0;
    padding:0;
    font-family:'Trebuchet MS', Arial, Verdana;
    font-size:11px;
}

a {
    color:#343434;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}

html, body {
    width:100%;
}

h1 {
    font-size:22px;
    margin-bottom:10px;
}
h2 {
    font-size:18px;
    margin-bottom:7px;
}

#menu {
    position:absolute;
    top:0;
    left:50px;
}
#menu li {
    display:block;
    float:left;
    height:20px;
    line-height:20px;
    margin-right:3px;
    background:#f5f5f5;
}
#menu li a {
    display:block;
    height:20px;
    line-height:20px;
    padding:0 10px 0 10px;
    font-size:12px;
    text-decoration:none;
}
#menu li.active { background:#343434; }
#menu li.active a { color:#f5f5f5; }

#content {
    padding:100px 40px 40px 50px;
}

#search {
    top:90px;
    left:40px;
    position:absolute;
    width:397px;
    height:32px;
    overflow:hidden;
    background:#f00 url(../images/search.gif) no-repeat;
}
#search form {
    display:block;
    width:397px;
    height:32px;
}
#search .text {
    display:block;
    float:left;
    margin-left:10px;
    width:355px;
    height:32px;
    color:#b5b2af;
    font-size:16px;
    background:#343434;
    *padding-top:3px;
}
#search .submit {
    display:block;
    float:right;
    width:32px;
    height:32px;
    background:none;
    cursor:pointer;
}

#alphabet ul {
    list-style:none
}
#alphabet li {
    display:inline;
    line-height:18px;
    margin-right:5px;
}
#alphabet a {
    font-size:16px;
}

#output.loading {
    height:200px;
    background:url(../images/loading.gif) no-repeat 160px 50px;
}

.words, .clear {
    clear:left;
    padding-top:20px;
}
.words ul { list-style:none; }
.words li {
    display:block;
    float:left;
    line-height:18px;
    font-size:14px;
    width:300px;
    cursor:pointer;
    text-decoration:underline;
    color:#343434;
}
.words li.nl {
    clear:left;
}
.words li.not-found {
    cursor:auto;
    text-decoration:none;
}
.words li a {
    line-height:18px;
    font-size:14px;
}

.count { margin-bottom:10px; }

.pages,
.pages a,
.pages span {
    font-size:16px;
}

#logo {
    display:block;
    width:249px;
    overflow:hidden;
    height:47px;
    text-indent:-999em;
    background:url(../images/logo.gif) no-repeat;
    margin:10px 0 0 38px;
}

#copyright {
    margin:10px 0 0 38px;
    font-size:10px;
}

