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

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

body {
	font-size: 12px; margin-bottom: 24px;
	font-family: Helvetica, Arial, Verdana, sans-serif;

	color: #000;
}

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

a:link { text-decoration: none; 
color: black;
}
a:active { text-decoration: none;
	color: #000;
}
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; }

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin-top: 18px;
	margin-bottom:  2px;
	
}

span.headline {
	font-size: 12px;
	font-weight: ;
}

span.headline a:hover{
	text-decoration: none;
	color: yellow;
}

div#menu div.container ul li{
	
	margin-bottom:3px;
	
	font-size: 12px;
}

div#menu div.container ul li a:link {
	background-color: yellow;
	color: yellow;
}

div#menu div.container ul li a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}




div#menu div.container ul li a:visited {
	background-color: white;
	text-decoration: none;
	color: #d5d5d5;
}



#menu ul li.section-title  {
	display: inline;
	background-color: white;
}

div#menu div.container ul li.active a {
	color: #000;
	background-color: transparent;
}

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

.container {
    padding: 26px 0px 26px 26px;
    
}

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

p {
    margin: 0 0 9px 0;
}
div#content div.container p a:hover {
	text-decoration: none;
	color: yellow;}
	
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 0px 0; }

#once { clear: left; }