/* @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: #000000;
	font: normal 10px Georgia, serif;
}

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

h {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Georgia, serif;
	color: #000000;
}

p {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Georgia, serif;
	color: #000000;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color: #5b5b5b; }
a:hover { text-decoration: bold; color: #000000; background: #7affb4;}

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font: 24pt georgia, serif;
	text-decoration: underline;
	color: #ff2a00;
}
h2 {
	letter-spacing: 0px;
	color: #000000;
	font: normal 12px Georgia, serif;
	text-decoration: underline;
}
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; }
