* {
	margin: 0;
	padding: 0;
}

/* Set 1em to 10px */
body {
    font-size: 62.5%;
    background: #00b7fb;
}
html>body {font-size: 10px;}

/* Base font face */
* {font-family: Helvetica, Arial, monospace;} 
html>body * {font-family: Helvetica, Arial, monospace;}

/* Base font size */
#menu, #content {
	font-size: 1.3em;
}

#menu, #content * {
	line-height: 1.3em;
}

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

a { font-style: normal !important; outline: none; }
a:link { text-decoration: none; color: #000; background: yellow; }
a:active { text-decoration: none; color: #000; text-decoration:none}
a:visited { text-decoration: none; color: #f06;
	background-color: yellow;
}
a:hover { text-decoration: none; color: #fffeff; background: #ff0066; }

a img { border: none; }

p, ul {
    font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 50px;
    bottom: 0;
    left: 25px;
    position: fixed;
    height: 480px;
    background: #ff0055;
    z-index: 9999;
}

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

#menu ul li.section-title {
    text-decoration: underline;
}

#menu li.active a{ color: #000000; background: #ff6699; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    z-index: 1;
}

.container {
    padding: 15px 15px 15px 15px;}

#content img {
    cursor: default;
    padding-top: 35px;
}

#content p {
    cursor: pointer;
    margin-bottom: 10px;
    width: 250px;
    padding-top: 35px;
}

p {
    margin: 0 0 9px 0;
}

#img-container { margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }


#once { clear: left; }