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

body {
	font-size:11px;
	color:#000000;
	line-height:15px;
	font-family:
	"Helvetica Neue", Helvetica, Arial, sans-serif
	/*background-image: url(http://irenik.com/ndxz-studio/homepage3a.jpg);
	background-repeat: no-repeat;*/
	/*position: fixed;*/
		
}

body.section-1 {font-size:10px;  }
body.section-2 {font-size:10px;  }
body.section-3 {font-size:10px;  }

a:link { text-decoration: none;  color: #555555;font-size:10px; }
a:active { text-decoration: none;font-size:10px;  }
a:visited { text-decoration: none; color: #555555;font-size:10px;  }
a:hover { text-decoration: none; color: #888888;font-size:10px;  }
/*a:hover { text-decoration: none; color: #CDCD00; }*/

a img { border: none; }



#menu {
	width: 170px;
    /*overflow: auto;*/
    top: 33px;
    bottom: fixed;
	max-height: 600px;
	left: 40px;
	/*height: 70%;*/
	position: fixed;
	background-color:#f7f7f7;
	/*background-image: url(http://ellichung.com/ndxz-studio/eclogo2.jpg);background-repeat: no-repeat;padding-top:150px;*/
}

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

#menu ul li.section-title {font-size:12px; color:#f7f7f7; }

#content {
    /*height: 70%;
	width: 600px;
    margin: 50px 200px 0px 210px;
	top: 0;
	background-color:#transparent;
	position:fixed;*/
	height: 100%;
    margin: 20px 200px 0px 215px;
    top: 0;
}

.container {
    /*padding: 10px 5px 302px 20px;*/
	padding: 20px 5px 20px 20px;
}

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

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