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

body {
	font-size: 12px;
	color: #5f4018;
	font-family: arial, sans-serif;
	background-image: url('http://raimundoalberto.com/files/pattern.jpg');
	background-repeat: repeat
	
}

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

a:link { 
	font-size: 14px;
	line-height: 1.3;
	color: #5f4018;
	font-family: arial, sans-serif;
	text-decoration: none;
	}
	
a:active { 
	font-size: 14px;
	line-height: 1.3;
	color: #5f4018;
	font-family: arial, sans-serif;
	text-decoration: none;
}

a:visited { 
	font-size: 14px;
	line-height: 1.3;
	color: #7c6a52;
	font-family: arial, sans-serif;
	text-decoration: none;
}

a:hover { 
	font-size: 14px;
	line-height: 1.3;
	color: #5f4018;
	background: #b2a696;
	font-family: arial, sans-serif;
	text-decoration: none;
}

a img { border: none; }

#menu {
    width: 279px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-image: url('http://raimundoalberto.com/files/papel.jpg');
	background-repeat: no-repeat

}

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

#menu ul li.section-title { 
	border-bottom: 1px solid #9c8b7b;
	color: #8d7e6a;
	font-size: 17px;
	line-height: 1.7;
	max-width: 200px;
}

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

.container {
    padding: 60px 5px 25px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 17px;
	font-style: bold;
	color: #5f4018;
	font-family: arial, sans-serif;
	border-bottom: 1px solid #9c8b7b;
	line-height: 2.3;
	max-width: 700px;


}
h2 { 
	font-size: 12px;
	font-style: normal;
	color: #5f4018;
	font-family: arial, sans-serif;
	line-height: 1.2;
	max-width: 500px;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }