/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align : center;
	
}
/* WRAPPER */
#wrapper {
	width : 1000px; /* sets the widh of the website content */
	padding-left: 20px;
	text-align : left;
	text-align : justify;
	
}
body.section-1 {
	
}
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000;
}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none;  color: #666;}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 160px;


}

#menu ul {
	height: auto;
	width: 130px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: auto;
	margin: 25px 0px 0px 20px;
	padding: 0px 0px 0px 0px;

}

#menu ul li.section-title { 
	cursor: pointer;
width: auto;
	font-size: 8pt;
	font-weight: bold;
color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.mishelleramosdelossantos.com/ndxz-studio/site/img/menupoint1.jpg);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 20px;
}
#menu ul li{ 
padding-left: 20px;
}
#content {
	height: 100%;
	top: 0px;
	width: 1000px;
	position: absolute;
	margin-left: 20%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.container {
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
	font-size: 11px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; 

}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
	padding-top: 25px;
	z-index : 900;
	left : 20px;
	width: auto;
	margin: 0px 40px 0px 0px;
	font-size: 32px;
	font-weight: bold;
	line-height : 100%;
	color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.mishelleramosdelossantos.com/ndxz-studio/site/img/logogris.jpg);
	background-repeat: no-repeat;
}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: #000;
font-weight: 100;
font-size: 17px;
letter-spacing: 5px;


}
/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
	z-index : 80;
	left : 0;
	bottom : 0;
	margin : 0;
	background-color: white;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 28px;
	position: absolute;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
z-index : 100;
	left : 0;
	bottom : 0;
	margin : 0 0 0 0px;
	padding : 0px 40px 13px 100px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : right;
	
	position: absolute;
}

#img-container	{
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#img-container p	{
	width: auto;
	margin: 0;
	padding: 0 0 0px 0;
	
}
#imgright{
	float: right;
margin-left: 20px;	
}
.nav 	{
	float: left;
}
#s1	{
	padding-top: 0px;
	
}
#s1 p{
	padding-top: 0px;
	font-size: 11px;	
}
.img-bot {
	margin-bottom: 0px;
	display: block;
	
}

.totalimg {
float: right;

}
#vitae p {
	width: 600px;
	
}
#titulomain {
	font-size: 11px;
}	
#once { clear: left; }