/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana;
	color: #cccccc;
	text-shadow: #fff 0px 0px 0px;
	word-spacing: -1px;
	background-color: #000000;

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

a:link {
	text-decoration: none;
	color: #777777;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #777777;
	display: inline;
}
a:hover {
	background-color: #333333;
	display: inline;
	color: #bebebe;
}

a img { border: none; }

div#logo {
	/* background-image: url(http://www.tonegellein.com/ndxz-studio/site/tg/bg.png); */
	width: 147px;
	height: 71px;
	display: block;
}

#menu {
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 12px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #bebebe;
	line-height: 16px;
}

#content {
	height: 100%;
	top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 225px;
	margin-top: 0px;
	line-height: 18px;
}

.container {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}

#content p {
	width: 450px;
	margin-bottom: 15px;
	line-height: 15px;
}

p {
    margin: 0 0 5px 0;
}


#img-container	{
	margin-top: 30;
}
#img-container p	{
	width: 400px;
	margin-top: 30;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-size: 9px;
}

#once { clear: left; 
}
.footer {
	font-size: 9px;
	color: #333333;
}