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

/* @override 
	http://shawnhileman.com/indexhibit/ndxz-studio/site/eatock/style.css
	http://shawnhileman.com/indexhibit/ndxz-studio/site/sample/style.css
*/

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

body {
	background: white;
	font: 11px/16px Helvetica, sans-serif;
}

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

a:link { 
		text-decoration: none;
		color: #7f7f7f;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline;
	color: #85dffe;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 15px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 700px;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-size: 11px;
}

#content {
    height: 100%;
    margin: 13px 10px 0 215px;
    top: 10;
}

.container {
    padding: 20px 10px 10px 20px;
}

#content p { width: 500px; margin-bottom: 9px;
	padding-left: 22px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px;
	line-height: 0px;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 20px; padding: 0px; }
#img-container p	{ width: 400px; margin: 0; padding: 0px 0px 5px 0px;
}

#once { clear: left; }