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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background: white;
}

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

a:link { text-decoration: none; font-weight: bold; color:#000;}
a:active { text-decoration: none; font-weight: bold; color: #000;}
a:visited { text-decoration: none; font-weight: bold; color: #000;}
a:hover { text-decoration: none; font-weight: bold; color: #000;}

a img { border: none; }

#menu {
    width: 180px;
    overflow: hidden;
    top: 8px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: white;
	line-height: 12px;
}

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

#menu ul li.section-title { }

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

.container {
    padding: 90px 5px 5px 5px;
}

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

p {
    margin: 0 0 1px 0;
}

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

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

#once { clear: left; }

div.img {
	float:left;
	height:auto;
	margin:0 1px 50px;
	text-align:left;
	width:auto;
}
div.img img {
	border:0 solid #FFFFFF;
	display:inline;
	margin:0 0 0;
}
div.img a:hover img {
}
div.desc {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:12px;
	margin:2px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	width:auto;
}
