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

body {	
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #fff;
	letter-spacing: 0,6em;
	line-height: 150%;
  }

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00adee; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #999999; }

a img { border: none; }

#menu {
   
	width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: #fff;
	}

#menu ul {
	border-top-color: #fff;
    border-top-style: dashed;
    border-top-width: 0px;
	list-style: none;
	margin: 10px 0px 10px 0px;
	line-height:16px;
}

#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin-top:15px;
	/**
	border-bottom-color: #ff9933;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	**/
}

#menu ul li {
/**
	text-transform: uppercase;
	**/
}

#content {
    line-height:1.4em;
	height: 100%;
    margin: 10px 0px 0px 240px;
    top: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 520px;
}

#content img {
	padding: 0 0 30px 0;
	}

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

#content p { margin-bottom: 0px; margin: 0 0 12px 0; }


p {
    margin: 0 0 9px 0;
}

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

.container h2 { font-weight:normal;padding: 0 0 8px 0; }
.container h3 { font-weight:normal;padding: 0 0 8px 0; }


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

#once { clear: left; }

#logo {
	/**
	background-image:url(/indexhibit/ndxz-studio/site/maurerville/maurerville.png);width:200px;height:100px;
	**/
}
