/* @override http://jeremynelsonstudio.com/ndxz-studio/site/new%20copy%2010/style.css */

/* @override http://jeremynelsonstudio.com/ndxz-studio/site/new%20copy%2010/style.css */

/* @override http://www.jeremynelsonstudio.com/ndxz-studio/site/new%20copy%2010/style.css */

/* @override http://www.jeremynelsonstudio.com/ndxz-studio/site/new%20copy%2010/style.css */

/* @override http://jeremynelsonstudio.com/ndxz-studio/site/new%20copy%208/style.css */

/* @override http://www.jeremynelsonstudio.com/ndxz-studio/site/new%20copy%207/style.css */

/* @override http://jeremynelsonstudio.com/ndxz-studio/site/new%20copy%207/style.css */

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

body {
	background: #fff;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
}

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

a:link { text-decoration: none; color: black;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none;
	color: black;
}
a:hover {
	color: black;
	text-decoration: line-through;
}

a img { border: none; }

#menu {
    width: 243px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: inherit;
	background-color: #fff;
	line-height: 15px;
}

#menu ul {
	list-style: none;
	text-align: center;
	letter-spacing: 1px;
	font-size: 9px;
	margin-bottom: 10px;
}

#menu ul li.section-title {
	color: black;
	background-color: transparent;
	text-align: center;
	height: 12px;
	font-size: 11px;
	letter-spacing: 5px;
	padding-bottom: 5px;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

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

h5 {
	font-size: 70px;
}

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

#once { clear: left; }
