<style type="text/css"> 
<!-- 
body  {
	background: #ffffff;
	margin: 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
} 
.topback { background-image:url(../elements/top_back.jpg); background-repeat:repeat-x; height:653px; background-position:top left; }

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#topmenu { 
	margin: 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* set the top position */
} 

#showtopimage { display:block; position: relative; width:985px; height:183px; background-position:top left; }


#showtopimageLeft {
	float: left; display:inline;
	width: 386px; height:183px;
}
#showtopimageRight {
	float: left;  display:inline;
	margin: 0 0; 
	padding: 0;
	width: 599px; height:183px;
}


#topimage { 
	margin: 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* set the top position */
} 

#leftArea {
	position: absolute;
	top: 193px;
	left: 0;
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
#centralArea { 
	margin: 0 157px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	width:631px;
		background: #ffffff;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#rightArea {
	position: absolute;
	top: 193px;
	right: 0;
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#photomainshadow {
	background-image: url(../elements/photo_main_shadow.png);
	background-repeat: no-repeat; background-position:top left;
	width:637px; 
	height:317px; 
}
#mainListArticles {
	float: left; 
	width: 370px;
	padding: 20px 0px 0px 0px;
}
#mainArticle {
	margin: 0 0 0 390px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 0px 0px;
	width: 230px;
}

#centerBanner {
	width: 630px; height:auto;
	margin: 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}

#monimesSthles {
	clear:both;
	margin: 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 8px 0px 0px 0px;
}
#monimesSthlesLeft {
	float: left; 
	margin: 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-image: url(../elements/mon_sthles_back.jpg);
	background-repeat: no-repeat;
	width: 314px; height:69px;
}
#monimesSthlesRight {
	margin: 0 0 0 314px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-image: url(../elements/mon_sthles_back.jpg);
	background-repeat: no-repeat;
	width: 314px; height:69px;
}
#msPhoto {
	position: absolute;
	margin: 0 0;
	width: 93px;
	padding: 0px 0px 0px 0px;
}
#msText {
	position: absolute;
	margin: 0 93px;
	width: 214px;
	padding: 6px 0px 0px 8px;
}

#bottombanners {
	clear:both;
	margin: 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 0px 0px;
}


#backgroundfadeimages{ position:absolute; }

#footer {
	padding: 0px 0px 0px 0px;
	background-image: url(../elements/footer_back1.jpg);
	background-repeat: no-repeat; background-position:top right;
	height:255px;
	width:100%;
}

/* Gia tis mesa selides */
/* ******************** */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style>







