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


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

body {
	font-size: 11px;
	font-family: verdana;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000;
	margin-left: 10px;
 }
a:active { text-decoration: none;; color: #000;
	margin-left: 10px;
 }
a:visited { text-decoration: none; color: #808285;
	margin-left: 10px;
 }
a:hover { text-decoration: none; color: #808285;
	margin-left: 10px;
 }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 35px;
    position: fixed;
    height: 100%;
	background-color: #edeee9;
}

#menu ul {
	list-style: none;
	margin-left: 0px;
}
#menu ul li{
	margin-bottom : 1px;
	padding-left : 5px;
	}
	
#menu ul li.section-title {
	
	margin-top: 35px;
	margin-bottom : 5px;
	padding-left: 15px;
	padding-top : 2px;
	padding-bottom : 2px;
	background-color: #5a5b5e;
	color: white;
}

#content {
    margin: 30px 0px 0px 0px;
   }
.picture_holder{
	margin: 0px;
	padding: 0px;
}

.container {
    margin-top: 30px;
}
#text
{
		margin-right: 0px;
		margin-left: 50px;
			margin-top: 190px;	

}

object{
			margin-left: 240px;
}

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

p {
margin-left
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{     margin-left: 250px; 
    margin-top: 30px;

 }


#once { clear: left; }
