/* @override http://www.jenhutton.com/ndxz-studio/site/jen/style.css */

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

body {
	background-color: white;
	color: gray;
	font: normal 11px Georgia, serif;
}

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

a:link { text-decoration: none; color: #95918e;
}
a:active { text-decoration: none;
	color: black;
}
a:visited { text-decoration: none; color: #938579; }
a:hover { color: aqua; text-decoration: none;  }

a img { border: none; }

#menu {
	width: 175px;
	/*overflow: auto;*/
	top: 0pt;
	/*bottom: 0;*/
	left: 0pt;
	position: fixed;
	height: 450px;
	background-color: white;
	text-align:left;
	margin-left: -200px;
}

#menu ul {
	list-style: none;
	margin: 10px 0 15px 18px;
	/*padding: 0px 5px 0 0px;*/
	font: normal 11px/15px Georgia, serif;
	background-color: white;
}

#menu p, #menu ul li.section-title {
	
	color: #938579;
	line-height: 10px;
	margin: 0px 0 3px;
	font: italic normal 12px Georgia, serif;
	background: white no-repeat fixed;
}

#menu p a {font-family:Georgia, serif; font-size:11px;
	background-color: white;
}

#menu a {background: white none repeat scroll 0 0; color:#95918e;}

#menu ul li a:hover {color: aqua;
	text-decoration:none;
	background-color: white;
}	
	
#menu ul li a:active {background-color: white;color: black;}





/* Menu above Image Container */
#content p { 
	width: 600px; 
	margin-bottom: 8px; 
	color: gray; 
	line-height: 1.3; 
	background-color: white;
	padding-top: 15px;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 4px;
}

#content {
    /*height: 100%;
    top: 0;*/
}

.container {
	width: 100%;
	margin: 30pt 0 0 250px;
	background-color: white;
	color: gray;
}

p {
    margin: 0 0 0px;
	padding-left: 11px;
	padding-top: 10px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }


#img-container	{ 
	width: 600px; 
	margin: 0;
	background-color: white;
	padding-top: 0;
	padding-left: 0px;
}

#img-container p	{ 
	width: 600px; 
	margin: 0 0 10px; 
	padding: 0 0 13px;
	background-color: white;
	
}

#once { clear: left; }