/**
* CSS
* Lola
* version 1.0
* author: Michael Wilson
*/
* {
	margin: 0 0 0 0px;;
	padding: 0;
}

body { color: #6d6d6d; font-size: 13px; font-family: "Courier New", Courier, monospace; background: #fff; }

body.section-1 { border-bottom-width: 1px; }
body.section-2 { }
body.section-3 { border-bottom-width: 1px; }


a:link { color: #6d6d6d; text-decoration: none; }
a:active { color: #bd9701; text-decoration: none; }
a:visited { color: #6d6d6d; text-decoration: none; }
a:hover { color: #bd9701; text-decoration: none; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul li.section-title { margin-bottom: 5px; border-bottom: 1px dotted #6d6d6d; }
#content ul { list-style: square inside; margin: 0 0 12px; }
#content { height: 100%; margin-top: 20px; margin-bottom: 0; margin-left: 270px; }

.container {
    padding: 105px 5px 25px;
}

#content p { width: 600px; margin-top: 0; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }