/**/
* {
	margin: 0;
	padding: 0;
}

body { color: #1d1d1d; font-size: 11px; font-family: times, serif; font-style: italic; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

body.section-1 { }
body.section-2 { font-style: italic; }
body.section-3 { font-style: italic; }

a:link { color: #6f00af; font-size: 11px; font-style: italic; text-decoration: none; }
a:active { color: #6f00af; text-decoration: none; }
a:visited { color: #6f00af; text-decoration: none; }
a:hover { color: #000; background-color: #d2d2d2; text-decoration: none; }

a img { border: none; }

#menu { color: #464646; font-family: times; background-color: white; width: 175px; overflow: hidden; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; }
#menu a:link { color: #1d1d1d; text-decoration: none; }
#menu a:active { color: #1d1d1d; text-decoration: none; }
#menu a:visited { color: #1d1d1d; }
#menu a:hover { color: #000; background-color: #d2d2d2; }
#menu ul { color: #000000; list-style: none; margin: 0 0 14px; }
#menu ul li.section-title { color: #6f00af; font-size: 11px; background-color: transparent; }
#content { color: black; height: 100%; margin: 0 0 0 185px; top: 0; }
#content: a:link { color: #3b0072; text-decoration: none; height: 100%; margin: 0 0 0 215px; top: 0; }
#content: a:active { color: #3b0072; text-decoration: none; height: 100%; margin: 0 0 0 215px; top: 0; }
#content: a:visited { color: #3b0072; text-decoration: none; height: 100%; margin: 0 0 0 215px; top: 0; }
#content p { width: 400px; margin-bottom: 9px; }
.container {
    padding: 5px 5px 10px 5px;
}
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; }
