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

body {
	font: italic 12px "Georgia", Serif;
	background: #fff;
	text-align:left;
	text-transform:lowercase;
	letter-spacing:0.7px;
	line-height:1.4em;
	color:#666;
}

li.section-title{

margin:0.75em 0 .75em;
  padding:0.5em 0 0;

  list-style:none;

  font: 78%/1.4em "Arial",Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing: 1px;
  color:#777;
  
  line-height:1.7em;

<!--
	text-align:left;
	font: 10px "Arial", Helvetica, sans-serif;
	color:#666666;
	text-transform: uppercase;
	letter-spacing: 1px;
-->
}

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

a:link { color:#999999; text-decoration: none; }
a:active { color:#999999; text-decoration: none; }
a:visited { color:#999999; text-decoration: none; color: #666; }
a:hover { color:#bbd5d2; text-decoration: none; }

a img { border: none; }

#menu {
    width: 200px;
    top: 0px;
    bottom: 0;
	left: 0;
padding: 15px 0 0 30px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu a:link {color:#e66b88;}
#menu a:visited {color:#e66b88;}
#menu a:active {color:#e66b88;}

#menu a:hover {color:#ecbfc9;}

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

#menu ul li.section-title { }


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

.container {
    padding: 0px 15px 0px 10px;
}

#content p { width: 800px; margin-bottom: 0px; }

p {
    margin: 10 0 0px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 20px; padding: 0; text-align:center;}
#img-container p	{ width: 800px; margin: 10; padding: 0 0 0px 0; }

#once { clear: left; }

#s1 div {width: 100%;}