/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body { color: #00005b; font-size: 12px; font-family: "courier new"; background: white; }

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

a:link { color: #00005b; font-size: 12px; font-family: "courier new"; font-weight: normal; font-style: normal; background-color: white; text-decoration: none; }
a:active { color: #00005b; font-size: 12px; font-family: "courier new"; font-weight: 700; background-color: white; text-decoration: none; }
a:visited { text-decoration: none; color: #00005b; font-size: 12px; font-family: "courier new"; background-color: white; }
a:hover { color: white; font-size: 12px; font-family: "courier new"; font-weight: normal; background-color: #00005b; text-decoration: none; }

a img { border: none; }

#menu { color: #00005b; font-size: 16px; font-family: "courier new"; font-weight: 400; font-style: italic; width: 190px; overflow: auto; top: 25px; bottom: 0; left: 25px; position: fixed; height: 600px; background-color: white; text-decoration: underline; }

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

#menu ul li.section-title { }

#content { position: fixed; height: 100%; margin: 0 0 0 215px; top: 35px; left: 10px; bottom: 10px; }

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { color: black; font-size: 32px; font-family: "courier new"; }
h2 { color: black; font-size: 24px; font-family: "courier new"; }
h3 { color: black; font-size: 16px; font-family: "courier new"; }
h4 { color: black; font-size: 12px; font-family: "courier new"; }

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

#once { clear: left; }