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

body {
	font-size: 12px;
	font-family: georgia, serif;
	margin: 0 0 0 0;
}ΚΚ


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: #000000; }
a:hover { text-decoration: none; 
 color: #999999; }

a img { border: none;}


#menu {
    width: 195px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 12px;
	font-family: georgia, serif;
	background: #fff;
	text-transform:uppercase
	float: left;
	display: block;
	margin: 0px 14px 0px 15px;
	padding: 10px 0px 10px 0;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	


}

#info{
	padding: 5px 0px 0px 1px;
position:absolute; 
top:13px; 
left:207px; 
width:498px; 
height:16px; 
border-color:#666666; 
border-bottom-style:solid; 
border-bottom-width:thin;
border-top-style:solid; 
border-top-width:thin;

}


#divide{
width:499px; 
height:80px; 
position:relative; 
top:7px; 
border-color:#666666; 
border-bottom-style:solid; 
border-bottom-width:thin;
}

#space{
width:499px; 
height:29px; 
background-color: #fff;

}


#aline{
width:499px; 
height:3px;
position:relative; 
top:7px; 
border-color:#666666; 
border-top-style:solid; 
border-top-width:thin;
}

#content.space{
width:499px; 
height:20px; 

}

#img {
border-color:#666666; 
border-top-style:solid; 
border-top-width:thin;
}







#menu ul li.section-title {
	font-weight: bold; 
		border-color:#666666;
		border-top-style:solid;
		border-top-width:thin;
		 padding: 2px 0 0 0; 
		 }
.section-title {
	font-weight: bold; 
		border-color:#666666;
		border-top-style:solid;
		border-top-width:thin;
		 padding: 2px 0 0 0; 
}

		 

#content {
    height: 100%;
    width: 480px;
    margin: 36px 0px 0 227px;
    border-color:#666666;

	padding: 0 20px 25px 0px;
	position:relative;
left: -20px;
}

.container {
    padding: 3px 20px 25px 1px;
}

#line {
width:498px; 
position:relative; 
top:6px; 
border-color:#666666; 
border-top-style:solid; 
border-top-width:thin;


}

#content p { width: 500px; 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; }
h5 { font-size: 8px;}

#img-container	{ margin: 0; padding: 0; 
position:relative;
top: 20px;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; 

}



#once { clear: left; }