/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	
}

body {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif; !important;
	background: #eff5fa;
	background-image: url(http://www.hiphopreader.it/renegades-of-funk/ndxz-studio/asset/img/background.jpg);
	margin-top: 185px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #00269e; text-decoration: none; background: #fff; }
a:active { color: #00269e; text-decoration: none; background: #fff; }
a:visited { color: #00269e; text-decoration: none; background: #fff; }
a:hover { color: #111; text-decoration: underline; background: #fff; }

a img { 
margin: 0px;
padding: 0px;

	}

#menu {
    width: 200px;
    overflow: auto;
    margin-top: 185px;
	top: 185px;
    bottom: 0;
	left: 2px;
    position: fixed;
    height: 100%;
	margin: 2px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 16px;
}

#menu ul li.section-title { 
		font-weight: bold;
}

#content {
    height: 100%;
    margin: 185px 0 0 180px;
    top: 0;
	line-height: 16px;
	}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
	width: 650px;
	margin-bottom: 9px;
}

p {
	margin: 0 0 9px 0;
	border-right-width: 1px;
}

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; }
