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

body {
	font-size: 21px;letter-spacing: 0px; line-height: 26px;word-spacing: 0px;
	font-family: times, sans-serif;
	background: #fff; font-weight:  ;background-color: white; text-align:leftt;
} 


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

   td, p { font-family: times ; font-size: 19px; letter-spacing: 0px; word-spacing: -1px; line-height: 24px; color:#000000 ; text-align:justify;font-weight: }
   a:link { text-decoration: none; border-bottom: 1px solid #000000; color: #000000;}
   a:active { text-decoration: none; border-bottom: 1p solid #000000; color: #000000}
   a:visited { text-decoration: none;; border-bottom: 1px solid #000000; color: #000000}  
   a:hover { text-decoration: none;; border-bottom: 1px solid #000000; color: #000000}
   hr { border: 0; height: 1px; color: #000000; background-color: #000000}
   .link { cursor: pointer;}


a img { border:  none; }

#menu {
    width: 1px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: white; max-width:280px;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 20px;
    top: 0;
	padding-left: 5px;position: absolute;;

}

.container {
    padding: 0px 0px 0px 0px;position: absolute;
}

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

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: 100px; margin: 0; padding: 0 0 100px 0; }

#once { clear: none; }
