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

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

body {
	background: #FAFAFA;
	color: black;
	font: normal normal 10px/14px verdana;
	margin-left: 20px;
}

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

a:link { color: black;
	text-decoration: none;
	font-weight: bold;
}

a:active { color: black;
	font-weight: bold;
	font-style: normal;
	background: #000 none fixed;
}

a:visited { text-decoration: none; color: black;
	font-weight: bold;

}

a:hover { color: black;
	font-weight: bold;
	font-style: normal;
	background: #000 none fixed;
}

a img { border: none;
	background: white none fixed;
}

#menu {
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	margin-left: 0;
	margin-top: 2px;
	visibility: visible;
	opacity: 1;
	height: 100%;
	padding-top: 10px;
	width: 204px;
	background-color: white;
	background-image: none;
	padding-left: 10px;
	overflow: auto;
}

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

}

#menu ul li a {
	color: black;
	font-weight: normal;
}


#menu ul li.section-title {
cursor:pointer;
color: black;
	font: normal 10px/14px verdana;
	background-color: white;
	margin-top: 15px;
	margin-bottom: 2px;
	padding-bottom: 0;
	padding-left: 1px;
	opacity: 1;
	text-align: justify;
	margin-right: 0;
	text-transform: uppercase;
	direction: ltr;
	letter-spacing: 0;
	text-decoration: underline;
}
 



#menu ul li.section-title {
cursor:pointer;
font-weight:bold;
}
 
li a:hover {
	background-color: #000;
	color: #E3E3E3;
	text-decoration:none;
}

#content {
    height: 100%;
    top: 0;
	margin: 8px 0 0 200px;
	padding-top: 0;
	opacity: 1;
}

.container {
    padding: 5px 5px 25px;
	margin-top:0px;
}

#content p { width: 400px; 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: 400px; padding: 0;
	margin: 15px 15px 15px 0;
}

#once { clear: left; }