/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author maurice redmond
*/
* {
	margin: 0;
	padding: 100;

}
body {
font-size: 11px; color: #814a09;
font-family: Helvetica, Arial, sans-serif;
background: #000;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;

}

body {
	font-size: 12px; color: #814a09;
	font-family: Helvetica, Arial, sans-serif;
	background: #000;
ΚΚΚ
}

}

a {outline:none;}

:focus
{
-moz-outline-style:none;
}

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

a:link { text-decoration: none; color: #814a09; }
a:active { text-decoration: none;  }
a:visited { text-decoration: none; color: #6d400a; }
a:hover { text-decoration: none; color: #ee8100; }

a img { border: none; }

.nav {
position:fixed;
top:690px;
z-index: 100;
clear:both
}




#menu {
    width: 230px;
    overflow: hidden;
    top: 40;
    bottom: 0;
	left: 0;
    position:fixed;
    height: 100%;
	background-color: #000; 
}

#menu ul {
	list-style: none;
	margin: 0 0 9px 0;
	padding-left:0px;
	padding-right:50px;

}

#menu ul li.section-title {margin-left: -0px; text-decoration: none; font-weight:bold; color: #6d400a; }

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

.container {
    padding: 40px 0px 0px 25px;
}

#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; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
