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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#000000}
a:active { text-decoration: none; color:#999999 }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color:#36bed2; }

a img { border: none; }

a.imgGarcia {
	color: transparent;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-align:right;
	/*border-right: 1px dotted #CCCCCC;*/
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
	line-height: 14px;
}

#menu ul li.section-title { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:normal;
	font-size:13px;
	color:#000;
	padding-bottom:6px;
}

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

.container {
    padding: 0 20px 0 5px;
	line-height: 15px;
}

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

#content .container {
	width:600px; padding: 11px 0 40px 0;
	text-align: justify; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-weight:normal; }
h2 { font-size: 24px; font-weight:normal; }
h3 { 
	font-size: 22px; 
	color:#000; 
	line-height: 24px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	width: 600px; 
	font-weight:normal; 
	border-bottom:1px dotted #666666; 
	padding-bottom:5px;
	text-align: right;
}
h4 { font-size: 12px; font-weight:normal; }

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

#once { clear: left; }