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

body {
	font-size: 11px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #808CA2; }
a:active { text-decoration: none; color: #808CA2; }
a:visited { text-decoration: none; color: #808CA2; }
a:hover { text-decoration: none; color: #333333; }

a img { border: none; }

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

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

#menu ul li.section-title { 
	font-size: 11px;
	line-height: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

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

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

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

p {
	color: #333333;
    margin: 0 0 9px 0;
}

.quote {
	font-size: 11px;
	line-height: 13px;
	color: #808CA2;
	width:380px;
	padding-left:15px;
}

.exp {
	font-size:11px;
	text-decoration:none;
	padding-left: 20px;
	width: 380px;
}

h1 {
	color: #333333;
	font-size: 14px;
	padding-bottom: 15px;
}
	
h2 {
	font-size: 12px;
	padding: 15px 0 10px 0;
}

/*JOB TITLE*/
h3 {
	font-size:12px;
	padding-top:5px;
}

/*DATE*/
h4 {
	color: #808CA2;
	font-size: 10px;
	text-decoration: none;
}

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

#once {
	clear: left;
}