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

body {
	font-size: 10px;
	font-family: Monaco, "Lucida Console", Courier, "Courier New", monospaced;
	background-image: url(/ndxz-studio/site/eatock/sky.jpg);
	color: #777777;
	line-height: 13px;
	letter-spacing: 1px;
}

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

a:link { text-decoration: none; color: #a3a9ae; }
a:active { text-decoration: none; color: #ffffff; background: #a3a9ae; }
a:visited { text-decoration: inherit; color: #a3a9ae; }
a:hover { text-decoration: none; color: #c99319; border-left: 3px solid; padding: 0 0 0 5px; }

a img { border: none; }

#menu {
    width: 180px;
    float: left;
	margin-left: 25px;
    top: 145px;
	left: 5px;
    position: absolute;
    height: auto;
	padding: 10px;
	text-align: right;
	letter-spacing: 1px;
	background-color: none; 
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	left: 5px;
}

#menu ul li.section-title {
	 font-size: 10px; color: #000000; border-right: 2px solid; font-stretch: wider; padding-right: 5px; }

#content {
    height: 100%;
    margin: 0 0 0 225px;
	padding: 90px 10px 10px 35px;
    top: 5px;
}

.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 10px 0; }

#once { clear: left; }