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

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

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

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

body {
font: 12px/15px Garamond, Georgia, "Times New Roman", Times, serif;
text-align: justify;
color: #666666;
background-color: #fefdf3;
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #ff0020; }
a:visited { text-decoration: none; color: #666; }
a:hover { 
text-decoration: none;
color: yellow;
}



a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 100px;
    position: relative;
    height: 100%;
	float: left;
	text-align: left;
}

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

#menu ul li.section-title { 
padding: 2px; 
width: 240px;
text-align: ;
margin-bottom: 0px;
text-transform: uppercase;
color: #f00;
font-size: 12px;
margin-top: 0px;
padding-left: 0px;
font-style: italic;
text-decoration: none;
font-weight: bold;
}

#content {
	height: 100%;
    margin: 80px 0 0 380px;
}

p.nav{
}

a#next{
font-size: 16px;
color: #fefdf3;
background-color: #000066;
padding-left: 5px;
padding-right: 5px;
}


a#prev{
font-size: 16px;
color: #fefdf3;
background-color: #000066;
padding-left: 5px;
padding-right: 5px;
}

a#prev:hover{
color: #cdffff;
}

a#next:hover{
color: #cdffff;
}

.container {
    padding: ;
}

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

p {
    margin: 0 0 9px 0;
}

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: 250px; position: relative; left: -880px; top: 270px; overflow: hidden;}

#once { clear: left; }
