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

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

body {
	direction: ltr;
	background-color: #fffeff;
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #000;
}

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

a:link { text-decoration: none;
	color: #797979;
}
a:active { text-decoration: none;
	color: #797979;
}
a:visited { text-decoration: none; color: #797979;
}

#menu li.active a { 
	color: #000;
	background-color: #fefffe;
	font-weight: bold;
}

a:hover {
	color: #000;
	background-color: #ffd000;
	padding: 0;
	border-left-style: none;
}




a img { border: none; }

#menu {
    width: 186px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fffeff;
	padding-left: 22px;
	margin-left: 0;
}

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

#menu ul li.section-title {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	padding-top: 100px;
}

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

.main {
    padding: 2px 5px 25px 2px;
	margin-top: 0;
	width: 800px;
}

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

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	{ margin: 0; padding: 0 0 12px 0;
	width: 300px;
}

#once { clear: left; }