h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY, HTML {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 11px;
	height:  100%;
	background-color: #d8d7d7;
	}
	
#container {
	height:  100%;
	width : 677px;
	margin : 0 auto;
	background-image:url(gfx/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}

#container2{
	height:  1100px;
	width : 677px;
	margin : 0 auto;
	background-image:url(gfx/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	
#menu {
	position: relative;
	float: left;
	margin-top: 24px;
	margin-left: 27px;
	width : 106px;
	}
	
#menu UL {
	font-size: 12px;
	font-weight: bold;
	color: #ef4035;
	margin: 0;
	padding: 0;
	}
	
#menu LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	}
	
#menu LI A {
	text-decoration: none;
	color: #ef4035;
	}
	
#menu LI A:hover, .activeMenu {
	text-decoration: none;
	color: #00aeef;
	}
	
#content {
	position: relative;
	float: left;
	margin-top: 24px;
	padding-left: 32px;
	width : 465px;
	border-left: 1px solid #606060;
	min-height: 300px;
	}
	
	
H1 {
	font-size: 16px;
	color: #00aeef;
	padding-bottom: 5px;
	}
	
H2 {
	font-size: 12px;
	color: #00aeef;
	padding-top: 5px;
	padding-bottom: 5px;
	}
		
	
P {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	text-align: justify;
	}
	
A {
	color: #000000;
	text-decoration:underline;
	}
	
A:hover {
	text-decoration: none;
	}
	
.elpiniki {color: #FF0000}

LI {
	line-height: 15px;
	}
