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

body {
	font-size: 12px;
	font-family: Verdana, Arial;
	background: #fff;
}

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

a:link { color: #999; text-decoration: none; }
a:active { color: #000; font-weight: 900; text-decoration: none; position: relative; }
a:visited { text-decoration: none; color: #999; }
a:hover { color: #000; background-color: #ffc; }

a img { border: none; }

#menu { font-size: 100%; font-weight: normal; background-color: transparent; width: 215px; overflow: auto; top: 0; bottom: 0; left: 5px; position: fixed; height: 100%; }

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

#menu ul li.section-title { color: #000; font-weight: bold; font-style: normal; }

#content { height: 100%; margin: 0 0 0 215px; top: 0; padding-left: 30px; }

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

#content p { background-position: 0 0; text-align: justify; width: 900px; margin-bottom: 9px; margin-left: 0; }

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 span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }