/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { margin: 0; padding: 0; }

body { background-attachment:fixed; background-color: #FFFFFF; background-repeat: repeat-y; font-style:normal; font-family:arial, sans-serif, Helvetica35-Thin, "-À±°íµñ510"; font-size: 12px; line-height:14px; letter-spacing:-1;}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #999999;}
a:hover { text-decoration: line-through; }
a img { border: none; margin:0; padding:0; }

#menu { width: 230px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; margin-left: 50px; margin-top:20px; }

#menu ul { list-style-type: none; font-style:normal; font-family:arial; color:#333333;  line-height:13px; letter-spacing:0px; font-size:10px; text-align: left; margin-top: 0px; margin-right: 10px; margin-bottom: 20px; margin-left: 0px; }

#menu ul li.section-title { font-weight: bold; font-size: 12px; }

#content { height: 100%; margin: 20px 0 0 300px; top: 0; color:#333333; }

.container {	padding:40px 20px 20px 20px; }

#content p { width: 600px; margin-bottom: 23px; }
p { margin: 0 0 11px 0; }

h1 { font-style:normal; font-family:verdana; color:#333333;  line-height:17px; letter-spacing:0px;font-size: 15px;}
h2 { font-size: 14px; letter-spacing:-1px; }
h3 { font-size: 12px; }
h4 { font-style:normal; font-family:verdana; color:#333333;  line-height:17px; letter-spacing:0px; font-size: 10px;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 11px 0; }

#once { clear: left; }