/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	background-image:url('/ndxz-studio/noisy2.jpg');
	background-repeat:repeat;
	color: #222;
	margin-top:20px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a #img { border: none; }
a:hover #img { text-decoration:none; border: none; }

a:link { text-decoration: none; color:#666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color:#333; }

#menu {
    width: 235px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 0;
	right:10px;
    position: fixed;
    height: 100%;
	background-image:url('/ndxz-studio/noisy2.jpg');
	z-index:1;
	background-repeat:repeat;
	text-align: right;
	padding-right:15px;
	font-size:14px;
	font-family: 'Droid Sans', sans-serif;

}

#menu hr {
	width: 65%;
	border: solid 1px #7569B4;
	margin: 5px 0 5px auto;	text-align:right;
}	

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#menu ul li.section-title { 
	text-transform:uppercase;
	font-weight:bold;
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
    z-index:-1;
}

.container {
    padding: 5px 0px 15px 5px;
}

#content p { width: 450px; margin-bottom: 9px; }

hr {
	width:600px;
	margin-top:5px;
	margin-bottom:10px;
	border: solid 2px #7569B4;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; 
	margin-bottom:10px;
	font-family: 'Droid Serif', Georgia, serif;}
h2 { font-size: 24px;
	margin-bottom:5px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', Georgia, serif;
	border-bottom: solid 2px #7569B4;
	width: 60%;}
h3 { font-size: 32px;
	font-family: 'Droid Serif', Georgia, serif;
	padding:0px;
	margin-bottom:0px;}
h4 { font-size: 24px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-family: 'Droid Serif', Georgia, serif;}
h5 { font-size: 32px;
	font-family: 'Droid Serif', Georgia, serif;
	margin-bottom:2px;
	padding-bottom:5px;
	border-bottom: solid 2px #7569B4;
	width:60%;}

#footer {
	font-size:9px;
}

#img-container	{ width: auto; height:575px; margin-left:0px; margin-right:5px; padding: 5px; }
#img-container p	{ margin: 0; padding: 20px 0 12px 0; }

#once { clear: left; }
