/* CSS Document */
/* CSS editing  George Milakis contact@milakis.gr */
/* Resets */
html, body {
	text-align: center;
}
div#ABC {
  position: absolute;
  top: -400px;
  width: 900px;
  font-size: 10px;
  line-height: 8px;

}
.pics {
    height:  260px;
    width:   358px;
    padding: 0;
    margin:  0;
}

.menu_bg  {
height: 24px;
background-image: url(../images/home_b.png);
background-repeat: no-repeat;
width: 150px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #A0522D;
}
.maintext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	padding:10px 20px 10px 25px;
	letter-spacing:1px;
	color:#000033;
  line-height: 150%;
}
.note_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	padding:10px 20px 10px 25px;
	letter-spacing:1px;
	color:#000033;
  font-style: italic;
}

.link_menu:link {
  font-family: "Courier New", Courier, monospace;
  padding-left: 45px;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.link_menu:visited {
  font-family: "Courier New", Courier, monospace;
  padding-left: 45px;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.link_menu:hover {
  color: #FFFFFF;
  font-weight: bold;
}
.link_menu:active {
  color: #FFFFFF;
  font-weight: bold;
}
.link_bottom {
  font-family: "Courier New", Courier, monospace;
  padding-left: 5px;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.link_bottom:link {
  font-family: "Courier New", Courier, monospace;
  padding-left: 5px;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.link_bottom:visited {
  font-family: "Courier New", Courier, monospace;
  padding-left: 5px;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.link_bottom:hover {
  color: #FFFFFF;
  font-weight: bold;
}
.link_bottom:active {
  color: #FFFFFF;
  font-weight: bold;
}



