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

body {
    font-size: 11px;
    font-family: Helvetica, Arial, Sans-serif;
    background: #fff;
    overflow: auto;
}

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

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

a img {
      border-style:none;
}

#menu {
    width: 230px;
    overflow: auto;
    top: 150px;
    bottom: 0;
    left: 20px;
    position: absolute;
    background-color: #fff;
    height: 430px;
}

#card {
    width: 200px;
    overflow: visible;
    top: 20px;
    bottom: 0;
    left: 20px;
    position: absolute;
    background-color: #fff;
    height: 90px;
    padding: 10px 15px;
}

#control {
    width: 230px;
    overflow: auto;
    top: 150px;
    bottom: 0;
    left: 20px;
    position: absolute;
    background-color: #fff;
    height: 110px;
}

#menu ul {
	list-style: none;
	padding: 5px 0;
	text-align: left;
}

#menu ul li.section-title {
	font-weight: bold;
 }

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

#the-background {
    position: absolute;
    z-index:1;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    overflow:hidden;
}

#wrapper { 
   position: absolute;
   z-index: 2;
   width: 100%;
   height: 100%;
   top: 0;
   left:0;
}

#menu .container {
    padding: 5px 15px;
}


.container {
    padding: 0;
}

#content p {
    width: 500px;
}

p {
    margin: 0;
}


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

#img-container	{
     margin: 0;
     padding: 0;
}

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

#once { clear: left; }