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

body {

	font-size: 11px;
	font-family: Helvetica, sans-serif;
        font-color: #bfbfbf;
        background-color: #ffffff ; 
  		
}

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

a:link { text-decoration: none; color: #bfbfbf; }
a:active { text-decoration: none; color: #000000;  }
a:visited { text-decoration: none; color: #bfbfbf;}
a:hover { text-decoration: none; color: #000000; }


a img { border: none; }

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

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

#menu ul li.section-title { }

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

.container {
    padding: 50px 0px 0px 50px;
}

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

p {
    margin: 0px 0 0px 0;
    color: #bfbfbf;
}

h1 { font-size: 11px; color: #bfbfbf; }
h2 { font-size: 24px; color: #bfbfbf; }
h3 { font-size: 16px; color: #bfbfbf; }
h4 { font-size: 12px; color: #bfbfbf; }

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

#once { clear: left; }


/* Para Safari */
::selection {
background: #3e3e3e;
}

/* Para Firefox */
::-moz-selection {
background: #3e3e3e;
}

