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

body {
	font-size: 10px;
	color: #000;
	font-family: "andale mono", monaco, "Courier New", Courier, Helvetica, Arial, Times New Roman, serif;
	background: #fff;
line-height:18px;
}

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

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

a img { border: none; }

#menu {
    width: 185px;
	color: #444;
text-transform:uppercase;
    overflow: auto;
    top: 13px;
 
    bottom: 0;
	text-align:left;
	left: 20px;
background:#fff;
    position: fixed;
    height: auto;
   font-style: italics;
   
}

#image {margin: -5px;}

#menu ul {
	list-style: none;
	margin: 10px 0 12px 1px;
line-height:20px;
}

#menu ul li {
	text-background:#333;
}
#menu ul li.section-title { font-weight:bold;text-background:#fff;
}


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

#main{position:fixed;top:0px;}
.container {
    padding: 0px 5px 25px 0px;
}

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

p {
    margin: 0 0 24px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 18pt; text-decoration: none; font-weight: normal; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; width:700px }
#img-container p	{  margin: 0; padding: 0 0 5px 0 width:700px; }

#once { clear: left; }