/* @override http://the-cut.org/ndxz-studio/site/eatock/style.css */
/** arc
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
background: #A7A28F;
	
	color: black;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
	font-size: 11px;
	color: black;
	line-height: 15px;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: visible;
    bottom: 0;
	left: 0;
	background-color: #797460;
	margin-left: 20px;
	position: fixed;
	top: 0;
	height: 600px;
	padding-right: 18px;
        padding-top: 18px;
	padding-left: 18px;
}

#menu ul {
	list-style: none;

	margin: 0 0 12px;
}

#menu ul li.section-title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#content {
    top: 0;
	margin: 0 0 0 300px;
	font-size: 12px;
	height: 100px;
text-align: justify;
 padding-top: 30px;
}

.container {
}

#content p { width: 600px;
	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; padding: 0 0 12px 0;
}

#once { clear: left; }
