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

body { color: #1d21ad; font-size: 12px; font-family: "courier new", sans-serif, arial; font-weight: bold; line-height: 11px; background: #fff url(http://francescaperani.com/lab/image/manir.jpg) no-repeat 5px 0; }

body.section-1 { color: #e50f9f; font-size: 12px; font-family: "courier new"; font-weight: bold; line-height: 11px; }
body.section-2 { color: #e50f9f; font-size: 12px; line-height: 11px; }
body.section-3 { color: #42115f; font-size: 12px; line-height: 11px; }

a:link { color: #0092dd; font-family: "courier new"; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { color: #00a1e1; text-decoration: none; }
a:hover { color: #1d21ad; text-decoration: none; }

a img { color: #42115f; border: none; }

#menu { color: #e50f9f; font-size: 12px; font-family: "courier new"; line-height: 12px; position: absolute; width: 215px; top: 310px; bottom: 0; left: 0; height: 100%; overflow: auto; clip: auto; }

#menu ul { color: #e50f9f; margin: 0 0 12px; list-style-position: outside; }

#menu ul li.section-title {  }

#content { height: 100%; margin: 0 0 0 215px; top: 0; }

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

#content p { width: 400px; 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; }