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

body {
	font-size: 12px;
	font-family: Arial, "nanumgothic", sans-serif;
	background-color: #000;
  color:#999;
  line-height:20px;
}

body.section-1 { background: #000 }
body.section-2 { }
body.section-3 { }

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

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	  left: 0;
    padding:20px;
    position: fixed;
    height: 100%;
    background-color:#000;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 290px;
    top: 0;
    padding: 20px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px; color:white; padding-bottom:20px }
h2 { font-size: 12px; color:#ccc; padding-bottom:10px; font-weight:normal}
h3 { font-size: 12px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

.member 
{
  width:600px;
  padding-bottom:10px;
}