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

body { color: #ffffff; font-size: 12px; font-family: arial, sans-serif; font-style: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

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

a:link { color: #ffffff; font-size: 12px; font-style: none; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #000000; background-color: #ffff00; text-decoration: none; }

a img { border: none; }

#menu { color: #ffffff; font-family: arial, sans-serif; background-color: black; width: 215px; overflow: hidden; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; }
#menu a:link { color: #ffffff; text-decoration: none; }
#menu a:active { color: #ffffff; text-decoration: none; }
#menu a:visited { color: #ffffff; }
#menu a:hover { color: #000000; background-color: #ffff00; }
#menu ul { color: #ffffff; list-style: none; margin: 0 0 14px; }
#menu ul li.section-title { color: #ffff00; font-size: 12px; background-color: transparent; }
#content { color: white; height: 100%; margin: 0 0 0 215px; top: 0; }
#content: a:link { color: #ffffff; text-decoration: none; height: 100%; margin: 0 0 0 215px; top: 0; }
#content: a:active { color: #ffffff; text-decoration: none; height: 100%; margin: 0 0 0 215px; top: 0; }
#content: a:visited { color: #ffffff; text-decoration: none; height: 100%; margin: 0 0 0 215px; top: 0; }
#content p { width: 400px; margin-bottom: 9px; }
.container {
    padding: 5px 5px 25px 5px;
}
p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { color: #ffff00; font-size: 16px; background-color: transparent; }
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; }
