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

body      { font-size: 10px; font-family: Verdana, sans-serif; line-height: 10pt; background: transparent }

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



a:link    { color: black; text-decoration: none; text-indent: 10px }
a:active    { color: white; text-decoration: none; background-color: yellow; text-indent: 10px }
a:visited    { color: black; text-decoration: none }
a:hover     { color: black; text-indent: 10px; width: 41px; border: 0 }

a img   { border: none }

#menu      { color: black; font: 10px/10pt CSS_PROPERTY_UNDEF; background-attachment: fixed
	background-repeat: repeat; margin-left: 0; position: fixed; top: 50px; left: 20px; width: 269px; height: 100%; overflow: auto }

#menu ul      { color: black; font: 10px/10pt CSS_PROPERTY_UNDEF; font-stretch: wider; 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: 10px; line-height: 10pt; margin-left: 0 }
#content      { font: 10px/10pt CSS_PROPERTY_UNDEF; margin-left: 230px; width: 1500px }

.container    { font-size: 10px; line-height: 10pt; padding: 5px }

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

p  { margin: 0 0 25px 25px }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	  { background-color: #ffffff; 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 { }
