* {
	margin: 0;
	padding: 0;
}

body, input {
	font-family: Arial, sans-serif;
}

body {
	font-size: 75%;
	background: #fff;
	padding: 3em 4em 3em 8em;
	line-height: 1.4;
}

h1 { font-size: 3.2em; }
h2 { font-size: 2.4em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {
    text-decoration: none;
    color: #666;
}

a:hover,
#index li.active a {
	font-weight: bold;
}

a img {
	border: none;
}

#header {
    padding-bottom: 4.7em;
}

#logo {
    font-size: 1.5em;
	line-height: 1;
}

#logo a {
    font-weight: bold;
	color: black;
	/*
    display: inline-block;
    color: white;
    background: black;
    padding: 0.5em;
	*/
}

#logo:hover {
    text-decoration: none;
}

#menu {
    float: left;
    width: 14em;
}

#index ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#index ul li.section-title {
    font-weight: bold;
    text-transform: uppercase;
}

#menu-bottom {
	font-size: 80%;
    color: #999;
	margin-top: 2em;
}

#content {
    margin-left: 20em;
}

#content p {
    width: 60em;
}

#text {
	min-height: 5.5em;
}

#content p {
    margin-bottom: 1em;
}

#once {
    clear: left;
}

#footer {
    clear: both;
}

