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

body {
	font-size: 12px;
	font-family: courier, sans-serif;
	color: #003300;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-4 {margin: 0; padding: 30px; }
body.section-5 {margin: 0; padding: 30px; }


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

a img { border: none; }

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

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

#menu ul li{ font-size: 12px; 
	list-style: none;
	padding: 0 0px 2px 10px;
}

#menu ul li.section-title {font-size: 15px; font-family: courier, sans-serif; text-decoration: underline;
background: #fff; padding: 15px 0 5px 0; }

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

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

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

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
#img-container	{ margin: 0 0 0 100px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/** added styles **/

#bio {
	    width: 300px;
	    top: 50px;
	    bottom: 0;
		left: 100px;
	    position: relative;
	    height: 50%;
		text-align: left;
	}

#description {
	    width: 400px;
	    left: 100px;
	    position: relative;
	    height: 100%;
		text-align: left;
	}

#contact {
	    width: 200px;
	    top: 200px;
	    bottom: 0;
		left: 350px;
	    position: fixed;
	    height: 50%;
	}


