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

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

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

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

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

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

/* @override http://arewedreaming.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: 11px;
	font-family: Arial;
	color: #3f5f82;
	background: #080f19;	
}

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

a:link { 
	text-decoration: none; 
	color: #434f5f;
}
a:active { 
	text-decoration: none;
	color: #a2a2a2;
}
a:visited { 
	text-decoration: none; 
	color: #434f5f;
}
a:hover { 
	text-decoration: none; 
	color: #546b81; 
}

a img { border: 0px;}

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

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    margin-top: 10px;
    margin-left: 25px;
    bottom: 0;
	left: 0;
    position: fixed;
    text-align: left;
    height: 100%;
    font-size: 11px
}

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

#the-background {
position: fixed;
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;
}

#content {
    height: 100%;
    margin: 0 0 0 300px;
    margin-top: 55px;
	width:auto;
}

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

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

p {
    margin: 0 0 20px 0; 
}

h1 { 
	font-size: 17px;
	text-align: left;
	font-weight: lighter;
	color: #3f5f82;
}
h2 { 
	font-size: 13px; 
	text-align: left;
	font-weight: lighter;
}
h3 { 
	font-size: 17px; 
}
h4 { 
	font-size: 13px; 
}

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

#img-container p {
font: normal 11px 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; }