/* @override http://www.seven-nine.net/ndxz-studio/site/eatock/style.css */

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

body {
	letter-spacing: 0px;
	color: #02806d;
	font: normal 11px Georgia, serif;
}

quote {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: Georgia, serif;
	color: #e2fff7;	
}

h {
	letter-spacing: 0px;
	color: #02806d;
	font: normal 11px Georgia, serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

p {
	letter-spacing: 0px;
	color: #02806d;
	border-top: 1px solid #affff2;
	font: 11px Georgia, serif;
	padding-bottom: 2px;
	padding-top: 2px;
}

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

a:link { text-decoration: none; color: #02806d; }
a:active { text-decoration: none; color: #02806d;}
a:visited { text-decoration: none; color: #02a189; }
a:hover { background: #e2fff7; color: #02a189; text-decoration: none; }
}

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 20px;
	left: 20px;
    position: fixed;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border-top: 1px solid #affff2;
}

#menu ul li.section-title {
	border-top: 1px solid #affff2;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content {
    height: 100%;
    margin: 20px 0px 0px 200px;
    top: 0;
}

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

#content p { width: 760px; margin-bottom: 20px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font: 24pt georgia, serif;
	color: #ff2a00;
}
h2 {
	letter-spacing: 0px;
	color: #02806d;
	font: normal 14px Georgia, serif;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
