/* @override http://www.peterroot.com/ndxz-studio/site/sample/style.css */

/* @override http://www.peterroot.com/ndxz-studio/site/sample/style.css */

/* @override http://peterroot.com/ndxz-studio/site/sample/style.css */

/* @override http://www.peterroot.com/ndxz-studio/site/sample/style.css */

/* @override http://www.peterroot.com/ndxz-studio/site/sample/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #333;
}

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

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}


a:link { 
	text-decoration: none; 
	color: #333;
}
a:active { 
	text-decoration: none;
}
a:visited { 
	text-decoration: none; 
	color: #333;
}
a:hover { 
	text-decoration: none; 
	color: #333; 
	background-color: #6acbfd;
}

a img { border: 0px;}

#menu li.section-title { 
 	font-weight: bold;
 	text-align: ;
	margin-top: 20px;
	margin-bottom: 5px; 
	
}

#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    margin-top: 0px;
    margin-left: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    text-align: ;
    height: %;
	background-color: #fff;
	
}

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

#content {
    height: o;
    margin: 0 0 0 250px;
    margin-top: ;
	width:auto;
}

.container {
    padding: 5px 15px 25px 5px;
	margin-top: 30px;
	margin-left: 15px;
}

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

p {
    margin: 0 0 20px 0; 
}

h1 { 
	font-size: 20px;
	text-align: left;
}
h2 { 
	font-size: 16px; 
	text-align: left;
	font-weight: lighter;
}
h3 { 
	font-size: 14px; 
}
h4 { 
	font-size: 12px; 
}

#img-container	{
    padding: 0;
	margin-top: 40px;
}

#img-container p {
font: normal 10px helvetica, non-serif;
color: #333;
width: 400px;
}

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 



#once { clear: left; }