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

body {
	font-size: 10px;
	color:#999999;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(http://marcoddstudio.com/ndxz-studio/site/img/1411.png); background-repeat:repeat
}

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

a:link { text-decoration: none; color:#55bfcf; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999999 }
a:hover { text-decoration: none; color: #999999 }

a img { border: none; }

#menu {
    width: 167px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 95%;
	background-color: #000000;
	font-size:9px 
}

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

#menu ul li.section-title  { font: Arial, Helvetica, sans-serif ; font-size: 11px; text-decoration: none ; color: #999999; font-weight: lighter; border-bottom: thin; border-bottom-style:solid; border-bottom-color: #333333; border-spacing:inherit }
#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 10;
}

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; }
