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

body { color: black; font-size: 12px; font-family: helvetica, arial, Verdana; background-color: #fff; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

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

a:link { color: #00adef; line-height: 18px; text-decoration: underline; }
a:active { color: #00adef; line-height: 18px; text-decoration: underline; }
a:visited { text-decoration: underline; color: #00adef; line-height: 18px; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu { width: 215px; overflow: auto; bottom: 0; left: 0; height: 100%; background-color: #fff; background-image: url(http://www.luismrodriguez.com/ndxz-studio/site/custom/background_menu2.jpg); background-repeat: no-repeat; background-attachment: fixed; position: fixed; top: 25px; }

#menu ul { text-align: left; text-indent: 5px; list-style: none; margin: 0 0 12px; }

#menu ul li.section-title { color: #fff; line-height: 23px; background-color: #00adef; text-align: left; text-indent: 5px; vertical-align: middle; }

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

.container { position: relative; top: 25px; padding: 5px 5px 25px; }

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

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: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }