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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}




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

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

a img { border: none; }

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



#menu ul {

	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { text-decoration: none; color: #000; font-weight: bolder;}

#content {
    height: 100%;
	width: 500px;
    margin: 0 0 0 200px;
    top: 0;
	color:#000;
	text-shadow: 0 1px 0px #fff;
	text-align:justify;
	
}

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


.container {
   padding-top: 24px; padding-left: 24px;
}

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


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

p {
    margin: 0 0 9px 0px;
}

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: 450px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#contentbio {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
	color:#FFF;
	text-align:justify;
}

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