body, p, a, span, div, ul, li, table, tr, td, strong, em, img {
    color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    line-height: 14px;
}
input, label, textarea {
    display: block;
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}
fieldset {
    border: 0;
    padding: 0;
}
a {
}
h1 {
    position: absolute;
    top: 15px;
    margin: 0;
}
h1,
h1 a {
    font-size: 24px;
}
#series ul li a,
h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-family: georgia, times, serif;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
ul {
    padding: 0;
}
li {
    float: left;
    margin-right: 5px;
}
ul.links li,
ul.comments li {
    float: none;
}
.selected {
    font-weight: bold;
}

#container {
    width: 900px;
    margin: auto;
}
#header {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

#menu {
    position: absolute;
    right: 0;
    top: 15px;
    margin: 0;
}

#content {
    position: relative;
}

#media .file {
    text-align: center;
}

.pages {
    text-align: center;
    padding-top: 10px;
}
.pages,
.pages * {
    color: #999;
}

#series ul li {
    float: none;
}

#contact_text {
    /*position: absolute;
    left: 300px;
    top: 20px;*/
}


#text {
	width: 600px;
}
#text,
#text * {
	font-size: 18px;
	line-height: 30px;
	font-family: georgia, times, serif;
}




/* tooltip */
#tooltip {
    position: absolute;
    z-index: 3000;
    margin: 0;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    padding: 4px;
    width: 150px;
}
#tooltip * {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}