/**
* CSS
* 
* @version 1.0
* @author Pablo ientile 
* @author Pablo ientile
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Georgia;
	background: #fff;
	margin-left:20px;
	margin-top: 10px;
}

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

a:link { text-decoration: none; color:#000000 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#000000 }
a:hover { text-decoration: underline; color:#8e8e8e; }

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
	margin-left: 10px;
	margin-top: 0px;
    top: 0;
    bottom: 0;
	left: 0;
    float:left;
    height: 100%;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size:11px;
	line-height:16px;
}

#menu ul li.section-title { 
font-size:13px;
font-weight:bold;
color:#000000;}

#content {
    height: 100%;
    margin: 10px 0 0 215px;
    top: 0;
	width: 550px;
}

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

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

.grey{
color:#515151;
border-top:1px solid #acacac;
border-bottom:1px solid #acacac;
padding-bottom:10px;
padding-top:10px;
width:500px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { padding-left:10px; padding-top:4px;padding-bottom:0px; font-size: 18px;color:#fff; background: url(http://plushilu.com/pabloientile/ndxz-studio/site/theme_pablo/globo.png) no-repeat top left; height:37px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; font-weight:bold; }

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

#once { clear: left; }