/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Andale Mono", "Courier New", "Arial", "Helvetica";
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #3a3a3a;
	line-height: 17px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #3a3a3a; }
a:active { text-decoration: none; color: #ff8181; }
a:visited { text-decoration: none; color: #acacac; }
a:hover { border-bottom:1px solid #dadada; border-padding: 6px; }

a img { border: none; }


.mmm {
	position: absolute;
	top:10px;
	left:10px;
}

#menu {
    width: 270px;
    overflow: auto;
    top: 30px;
    bottom: 0;
    left: 30px;
    position: fixed;
    background-color: #fff;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
}



#menu ul {
	list-style: none;
	margin: 20px 0px 0px 140px;
	
}

#menu ul li.section-title {
	color: #ff8181;
	border-bottom:1px solid #dadada; border-padding: 6px;
}

#content {
    height: 100%;
	width: 710px;
    margin: 50px 0 0 320px;
	padding:0px;
	font-size: 10px;
	text-transform: uppercase;
	word-spacing: -0.3em;
}

.container {
    padding: 5px 5px 25px 5px;
    line-height: 17px;
}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px;
	 font-weight: normal;
}
h2 { color: gray;
	 font-size: 9px;
	 font-weight: normal;
}
h3 { font-weight: normal;
	 font-size: 10px;
	 font-family: "Andale Mono", "Courier New", "Arial", "Helvetica";
	 text-transform: uppercase;
	 border-bottom:1px solid #dadada; border-padding: 6px;
}

h4 { font-weight: normal;
	 font-size: 12px;
}

h5 { margin: 55px 0 0 5px;
    font-weight: normal;
	font-size: 10px;
	font-family: "Andale Mono", "Courier New", "Arial", "Helvetica";
	text-transform: uppercase;
	border-bottom:1px solid #dadada; border-padding: 6px;

}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }