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

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

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

a:link {
	text-decoration: none;
	color: #858684;
}
a:active {
	text-decoration: none;
	color: #90918f;
}
a:visited {
	text-decoration: none;
	color: #A7A8A6;
}
a:hover {
	text-decoration: none;
	color: #212121;background-color:#ff0000
}

a img { border: none; }

#menu {
	background-image: url(logo.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	width: 170px;
	background-color: whitesmoke;
	position: fixed;
	height: auto;
	margin: 0px 20px 0px 20px ;
	padding: 100px 0px 0px 0px;
	float: left;
	z-index: 1;
}

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

#menu ul li.section-title { 
	border-bottom: 1px solid;
	border-color: rgb(210,210,210);
	color: rgb(210,30,30);
	padding-bottom: 5px;
	 font-family: georgia;

}

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

}

.titulo {
    font-family: georgia;
    font-size: 12px;
    color: rgb(110,30,30);
    font-weight: normal;
	background-color:#FFFF00;
}

.container {
    padding: 30px 5px 5px 10px;
}

#content p { width: 700px; margin-bottom: 10px; font-size:11px; padding-left: 15px;
			 padding-right: 15px;
			 padding-top: 15px;
			 padding-bottom: 15px;background-color: #ffffff; line-height: 14px;}

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }
