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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #666;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
text-align:right
}

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

#menu ul li.section-title {
font-size:1.1em}

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

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

}

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

p {
    margin: 36px 0 -30px 30px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; text-align:right; filter: alpha(opacity= 0);
-moz-opacity: .0;
opacity: .0;}
h4 { font-size: 12px; }

img { border: 1px solid; border-color: black; }
#img-container	{ margin-left: 30px; padding-top:39px;  }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
#img-container a.thickbox img { border: 1px solid; border-color: black; margin: 0 6px 9px 0; }