/* Extracted styles */

/*<group=<style> tags>*/

.nothumb { float: left; padding: 0 1px 1px 0;  }
	.nothumb img { display: block; margin: 0; }

/*</group>*/

/*<group=http://www.barbarabotting.com/ndxz-studio/site/sample/style.css>*/
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none;
	color: #808080;
	font: 11px/16px georgia, "times new roman", serif;
}
a:active { text-decoration: none;
	color: #808080;
	background: #ffffff;
	font: 11px/16px georgia, "times new roman", serif;
}
a:visited { text-decoration: none; color: #cccccc;
	font: 11px/16px georgia, "times new roman", serif;
}
a:hover { text-decoration: none;
	color: #808080;
	font: 11px/16px georgia, "times new roman", serif;
	background: #e6e6e6;
}

#menu li.active a {
	background: #ccff66;
	color: #808080;
	font: 11px/16px georgia, "times new roman", serif;
}

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	color: #808080;
	font: 11px/18px georgia, "times new roman", serif;
}

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

#menu ul li.section-title {
	color: #333333;
	font: bold 11px georgia, "times new roman", serif;
	margin-bottom: 2px;
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
    padding: 50px 5px 25px 50px;
}

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

p {
    margin: 0 0 9px 0;
	font: 11px/16px georgia, "times new roman", serif;
	color: #808080;
}

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

#once { clear: left; }
/*</group>*/