@charset "utf-8";
 
<style type="text/css"> 
<!-- 
body {
	padding:0;
	margin: 0;
	background-color:#e4ebf3;
	background-image: url(../elements/back.gif);
	background-repeat: repeat-x;
}
p { padding:0px; margin:0px; }

#container { 
	width:973px;
	margin:auto;
	padding:0px;
	height:auto;
	position:relative;
	background-color:#fff;
} 

#containerHeader { 
	width:951px; margin:auto; padding:0px; height:auto; position:relative;
} 

#mainContent { 
	width:951px; margin:auto; padding:0px; height:auto; position:relative;
	background-image: url(../elements/main_back.gif);
	background-repeat: repeat-x;
} 
		
/* TOP PAGE */
/* ******** */
#topPage {
 display:block; position:relative; 
 width:951px; height:176px;
 margin:auto; 
}

#topRow1 {
 display:block; position:relative; width:951px; height:104px; margin:auto; 
}
#topRow1 #TR1_C1 { width:317px; height:104px; float:left; display:inline; }
#topRow1 #TR1_C2 { width:634px; height:104px; float:left; display:inline; background-image: url(../elements/top_right.gif); background-repeat: repeat-x; }

#topRow2 { display:block; position:relative; width:951px; height:26px; margin:auto; }
#topRow3 { display:block; position:relative; width:951px; height:46px; margin:auto; }

/* HOME PAGE */
/* ******** */
#homeMain1 { display:block; width:951px; height:411px; margin:auto; padding:0px; position:relative; }

#homeMain2 { display:block; width:951px; height:551px; margin:auto; padding:0px; position:relative; 
			background-image: url(../elements/main_back.gif); background-repeat: repeat-x; } 


/* ΔΙΑΦΟΡΑ */
/* ******** */
#newHome1 { width:348px; height:136px; float:left; display:inline; background-image: url(../elements/news_home_back.png); background-repeat: repeat-x; }
#newHome2 { width:348px; height:136px; margin:0 0 0 8px; float:left; display:inline; background-image: url(../elements/news_home_back.png); background-repeat: repeat-x; }

/* Lists */
/* ******** */

#ListsMain {  display:block; position:relative; width:951px; height:913px; margin:auto; }
#ListsMain #ListsMain1 { display:inline; width:698px; height:913px; margin:auto; padding-left:10px;  float:left;}
#ListsMain #ListsMain2 { display:inline; width:228px; height:913px; margin:auto; padding-left:10px;  float:left;}

#RecordsMain {  display:block; position:relative; width:936px; height:832px; background-image: url(../elements/article_middle.jpg); background-repeat: repeat;}
#RecordsMain #RecordMain1 { display:inline; width:558px; margin:auto; float:left;}
#RecordsMain #RecordMain2 { display:inline; width:208px; margin:auto; float:left;}
#RecordsMain #RecordMain3 { display:inline; width:170px;  margin:auto; float:left;}


--> 
</style>