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

body       { font-size: 14px; font-family: Arial; line-height: 12pt; background: transparent }

body.section-1    { color: black; margin-top: 50px; top: 50px }
body.section-2      { color: black; font-family: Arial; margin-top: 50px; top: 50px }
body.section-3     { color: red; margin-top: 50px; top: 50px }



a:link      { color: black; text-decoration: none; text-indent: 40px; margin-top: 50px }
a:active      { color: white; text-decoration: none; background-color: #c4c4c4 !important; text-indent: 40px }
a:visited    { color: black; text-decoration: none }
a:hover      { color: black; text-indent: 40px; width: 41px; border: 0 }

a img   { border: none }

#menu             { font-size: 14px; font-family: Arial; font-variant: normal; line-height: 130%; background-color: white; background-attachment: fixed
	background-repeat: repeat; margin-left: 0; position: fixed; top: 50px; left: 20px; width: 242px; height: 100%; overflow: auto }

#menu ul          { color: black; font-size: 14px; font-family: Arial; font-variant: normal; line-height: 130%; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; list-style: none; margin-left: 25px; border: solid 1px #ffffff }
#menu ul li.section-title    { color: black; font-size: 14px; font-family: Arial; line-height: 130%; margin-left: 0; padding-top: 10px; padding-bottom: 0px }
#content          { color: black; font-family: Arial; margin-top: 106px; margin-left: 290px; width: 440px }

.container         { font-size: 14px; font-family: Arial; line-height: 130%; padding: 5px }

#content p         { margin-top: 50px; margin-bottom: 0; margin-left: 50px; width: 440px }

p  { margin: 0 0 25px 25px }

h1    { color: black; font-size: 19px; font-family: Arial; line-height: 115%; margin-left: 45px; top: 50px; width: 440px }
h2     { font-size: 12px; font-family: Arial; font-weight: normal; line-height: 130%; margin-left: 45px; top: 50px; width: 440px }
h3    { font-size: 8pt; font-family: Arial; font-weight: normal; line-height: 130%; margin-left: 45px; top: 50px; width: 440px }
h4   { font-size: 12px; font-weight: normal; margin-left: 45px; width: 440px }

#img-container	   { margin-top: 15px; margin-left: 50px; padding: 0; height: 400 px   }
#img-container p	  { margin: 0; padding-bottom: 10px; width: 400px }

#once { clear: left; }
element { }