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

body {
	font-size: 10px;
	font-family: arial;
	background: #fff;
}

body.section-1 {}
body.section-2 {font-size: 16px;
	font-family: arial;
	background: #fff}
body.section-3 {font-size: 16px;
	font-family: arial;
	background: #fff}

a:link { text-decoration: none; color: #50FD00; }
a:active { text-decoration: none; color: #50FD00; }
a:visited { text-decoration: none; color: #50FD00;  }
a:hover { text-decoration: none; color: #50FD00; }

a img { border: none; }

#menu {background-image:url(http://www.jordantate.com/blog/uploaded_images/Blur__1310-721789.jpg) no-repeat;
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

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

#menu ul li.section-title { 
        text-decoration: none;
        color: #50FD00; 
        font-weight: bolder;
        margin: 0 0 0 0;
}

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

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

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

p {
    margin: 0 0 12px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 9px; font-weight: bolder; margin-bottom: 12px}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }