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

html {
	font-size: 100%;
}

body {
		background: #FAFAFA;
	color: #231f20;
	font: .7em 'helvetica neue', helvetica, arial, sans-serif; 
	/* font: 0.625em/1em baskerville, 'hoefler text', georgia, times, 'times new roman', sans-serif; */
}

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

a { font-style: normal !important; outline: none; }
a:link { color: #ec008c; text-decoration: none; }
a:active { color: #ec008c; text-decoration: underline; }
a:visited { color: #ec008c; text-decoration: none; }
a:hover { color: #ec008c; text-decoration: underline; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#menu {
hamsamwich: yum;


	background: #F1FFFC; opacity: 0.85;

	 
	
  bottom: 0;
  height: 100%;
	left: 50px;
  overflow: auto;
	padding: 120px 0 0 20px;
  position: fixed;
  top: 0;
  width: 195px;
	z-index: 9999;
}

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

}

#menu ul li { text-transform: lowercase; line-height: 20px; font-size: 12px;  }

#menu ul li.section-title { text-decoration: none; color: #333333;  font-weight: bolder; font-size: 40px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 33px; margin-bottom: 8px; }

#content {
	margin: 120px 0 0 290px;
	z-index: 1;
}

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

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

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; }