/* @override http://www.marieleviel.com/ndxz-studio/site/eatock/style.css */

/* @override http://www.marieleviel.com/ndxz-studio/site/sample/style.css */

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

body {
	font-size: 11px;
	font-family: lucida grande, sans-serif;
	background: #fff;
	padding-left: 0px;
	border-bottom-color: #fff;
}

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

a:link { text-decoration: none; color: #fb006c; }
a:active { text-decoration: none; color: #fb006c; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none;
	color: #000;
	font-style: italic;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: white;
	text-align: left;
	font-weight: normal;
	line-height: 5mm;
	font-style: normal;
	color: #7e7e7e;
	border-bottom-color: #fd0;
}

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

#menu ul li.section-title {
	font-variant: normal;
	margin-left: 0px;
	font-size: 3mm;
	font-style: italic;
	text-decoration: none;
	margin-right: 0px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	line-height: 6mm;
}

#content {
    height: 100%;
    top: 0;
	margin-bottom: 0;
	margin-left: 235px;
	margin-right: 0;
}

.container {
    padding: 0;
}

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

p {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 {
	font: normal 11px "Lucida Grande"sans-serif;
	margin-left: 20px;
	text-decoration: none;
	
}

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

#once { clear: left; }
