/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	xfont-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff;
}

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

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

a img { border: none; }
br{line-height:6px;}


#menu {
    width: 185px;
    xoverflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 90%;
	margin-left:20px;
	margin-top:10px;
    background-color:#ffffff;
    border-right: 1px dotted rgb(98, 98, 98);    
}

#menu ul {
	line-height: 1.4em;
    list-style: none;
	margin: 0 0 20px 0;
}

#menu ul li.section-title {
    font-weight:normal; 
    font-size:11px;
    text-transform: lowercase;
    margin-bottom:6px;
    color:#f58f40;
}

#content {
    height: 100%;
    margin: 0 0 0px 215px;
    top: 0;
    padding-left:40px;
    padding-top:10px;
    background-color:#ffffff;
}

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

#menu ul li.active{
  color:#cccccc; 
  font-weight:bold;
  font-size:11px;  
 xbackground-color:#ffe2cb;
}

#content p { width: 500px; font-size:10px;  margin-bottom: 9px; }
#mytitle {font-size:18px; line-height:95%; font-weight:normal;  text-transform:lowercase; color:#5d5d5d;}
#home{font-size:62px; line-height:100%; margin-bottom: 14px; font-weight:bold;  text-transform:lowercase; color:#5d5d5d; max-width:900px}
#home_sm{font-size:32px; line-height:112%; font-weight:normal; text-transform:lowercase; color:#5d5d5d; max-width:800px}
#contact{font-size:16px; line-height:120%; margin-top:14px; font-weight:normal; text-transform:lowercase; color:#5d5d5d;}
#prenav{font-size:11px; font-weight:normal; color:#8d8d8d; line-height: 1.1em;}
#cv{font-size:11px; font-weight:normal; color:#8d8d8d; margin-top:6px;}

#mytitle a:link { text-decoration: none; color:#000000;}
#mytitle a:active { text-decoration: none; }
#mytitle a:visited { text-decoration: none; color: #000000; }
#mytitle a:hover { text-decoration: non; color:#ccc}
p {
    margin: 0 0 9px 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 0 12px 0; }

#once { clear: left; }

