/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Kevin Vaisman
*/
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	text-align:right;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
}

body.section-1 {
	text-align:right;
	}
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none;
	color:#333333;
	letter-spacing:-15;
}
a:active { 
	text-decoration:underline;
	color:#000;
	letter-spacing:-15;
}
a:visited { 
	text-decoration: none; 
	color: #999;
	letter-spacing:-15;
}
a:hover { 
	text-decoration: underline; 
	color:#000;
	letter-spacing:-15;
}

#menu ul li.active a:link, #menu ul li.active a:visited{
	color:black;
	font-style:normal;
	font-weight:bolder;
	text-decoration:underline;
}

a img { border: none; }

#menu {
    width: 100px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
}

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

#menu ul li.section-title {
	font-weight:bold;
}

#content {
    height: 100%;
    margin: 0 0 0 100px;
    top: 0;
}

.container {
	width:90px;
    padding: 5px 5px 15px 5px;
	float: left;
}

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

p {
    margin: 0 0 0px 0;
}

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

#date{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 0.1px;
	line-height: 12px;	
	text-align:left;
	}

#eng {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 0.1px;
	line-height: 12px;	
	text-align:left;
    width: 180px;
    height: 100%;
	margin-top: 5px;
	margin-bottom: 8px;
	float: left;
}

#esp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 0.1px;
	line-height: 12px;
	text-align:left;
    width: 180px;
    height: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

.nav{
	text-align:left;
	padding-left:100px;
	font-size:11px;
	}
	
.element.style {
	padding-left:100px;
}
	
#num{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666;
}

p.nav a {
	text-align:right;
	background-color: #808080;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 10px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:1px;
	-moz-border-radius-bottomright:1px;
	-moz-border-radius-topleft:1px;
	-moz-border-radius-topright:1px;
	background-color: #cccccc;
}

#img-container	{
	margin: 0; 
	padding: 0;
}
	
#img-container p {
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0;}

#once { clear: left; }