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

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

body {
	font-size: 10px; color: #3C3A36;
	font-family: arial, helvetica, sans-serif;
	background: #F4F1DC;
        line-height: 11pt;
}

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

a:link { text-decoration: none; color: #3C3A36; }
a:active { text-decoration: none; color: #3C3A36; }
a:visited { text-decoration: none; color: #3C3A36; }
a:hover { text-decoration: none; color: #B78155;  background: #F4F1DC}


a img { border: none; padding-bottom: 0px; }

.rollover a { display:block; width:153px; background-color: #F4F1DC}
.rollover a:hover { background-color: #F4F1DC}


#menu {
    width: 218px;
    top: 0;
    left: 15px;
	height: 400px;
    position: fixed;
    background-color: #F4F1DC;
    line-height: 12pt;
}

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

#menu ul li.section-title { 
	font-size: 10px; color: #3C3A36
}

#menu .container { padding-top: 20px; padding-left: 15px; padding-bottom: 32px;

}


#content {
	height: inherit;
    position: absolute;
    margin: 89px 0 0 240px;
    padding-left: 35px;
}

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

#content p { 
	width: 550px; 
	margin-bottom: 9px; 
	line-height: 12pt; 
	font-size: 10px; 
	color: #3C3A36
}



p {
    margin: 25 0 5px 6px;
}

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-bottom: 15px; padding: 0; 
}

#once { clear: left; }