* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 1em;
    font-family: georgia, new york, times, serif;
	background: #fff;
	color: #999;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }
a:link { text-decoration: none; color: #000; padding: 0 2px 0 2px; }
a:visited { text-decoration: none; color: #000; padding: 0 2px 0 2px; }
a:active { text-decoration: none; color: #000; border: none; padding: 0 2px 0 2px; }
a:hover { text-decoration: none; color: #000; border: 1px solid #ccc; padding: 0 1px 0 1px; }
#img-container a, #TB_window a { border: none; padding: 0; } /* Try not to do the padding/border trick with linked images. */
a img { border: none; padding: 0; }

/* The box inside each column */
.container {
    padding: 30px 5px 0 20px;
}

/* The left column */
#menu {
    width: 299px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}
#menu-top {
    margin-bottom: 25px;
}
#menu-bottom {
    margin-top: 30px;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
#menu #logotype {
    font-style: italic;
    font-size: 4em;
    line-height: 0.7em;
    letter-spacing:-0.08em;
    color: #ddd;
    text-decoration: none;
    border: none;
    padding: 0;
}
#menu a#logotype:after {
    content: url(/i/skull.png);
    vertical-align: sub;
    line-height: 0;
}
#menu ul {
	list-style: none;
	margin-bottom: 15px;
}
#menu ul li {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu ul li.section-title {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}
#menu ul li.active {
	padding-top: 0;
	padding-bottom: 2px;
}
#menu ul li.active a {
    color: #6289D8;
}
#menu ul li.active a:after {
    font-size: 1.5em;
    content: url(/i/arrow.png);
    vertical-align: middle;
}

/* The right column. */
#content {
    height: 100%;
    margin: 0 0 0 299px;
    top: 0;
}

#content p { max-width: 34em; }
p {
    margin-bottom: 0.7em;
    line-height: 1.4em;
}
#content ul {
    margin: 0 0 1em 0.3em;
    list-style-type: none;
}
#content ul li {
    margin-bottom: 0.25em;
    margin-left: 0.5em;
    max-width: 34em;
}
#content ul li:before {
    content: "· ";
    color: #999;
    margin-left: -0.6em;
}
h1, h2, h3, h4, h5 {
    font-style: italic;
    color: #6289D8;
    margin-bottom: 7px;
}
h1:after, h2:after, h3:after {
    content: ".";
}
h1 {
    line-height: 0.7em;
    font-size: 4em;
    font-weight: normal;
    margin-bottom: 12px;
    margin-left: -0.1em;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }
#img-container	{ margin: 25px 0 0 0; padding: 0; }
#img-container p	{ max-width: 400px; margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }

.nothumb {
    float: none !important;
    display: block;
}
.nothumb img {
/*     width: 500px; */
    margin-top: 1em !important;
}

