*, html{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-size:13px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-size:13px;
	background-color:#a9d581;
	background-image:url(../images/bg_lemonia.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

h1 {
	font-size:20px; 
	float:right; 
	color:#f9f9f9; 
	margin:20px 15px 0px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width:880px;
	height:auto; /*to be changed to auto*/
	margin:auto auto;
	
	/*
	background-image:url(../images/bg_container_top.jpg);
	margin-top:17px;
	background-position:top;
	background-repeat:no-repeat;
	*/
	
	
}

#container2 {
	float:left;
	width:871px;
	height:auto;
	background-color:#fcfefc;
	margin-left:5px;
	padding-bottom:10px;
}

#header {
	float:left;
	width:100%;
	height:76px;
	margin-top:24px;
}
.logo1 {
	float:left;	
}
.header1 {
	float:left;
	background-image:url(../images/bg_header_top.jpg);
	width:650px;
	height:53px;
	background-repeat:no-repeat;
}
.logo2 {
	float:right;
	margin-right:10px;
}
#navigation {
	float:left;	
	margin-left:90px;
}
#navigation a{
	font-weight:bold;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	margin-top:10px;
}
#navigation a:hover{
	color:#999;
}
.nav_active {
	float:left;
	background-image:url(../images/bg_tab_active.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:23px;
	margin-right:3px;
	text-align:center;
}
.nav_inactive {
	float:left;
	background-image:url(../images/bg_tab_inactive.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:23px;
	margin-right:3px;
	text-align:center;
}
.textnav {
	margin-top:5px;	
}

#content {
	width:100%;
	height:100%;
	float:left;
	margin-top:20px;
	margin-left:5px;
}
.content_top {
	width:860px;
	height:15px;
	background-image:url(../images/bg_content_top.jpg);
	background-repeat:no-repeat;
}
.content_middle {
	width:860px;
	height:auto;
	background-image:url(../images/bg_content_middle.jpg);
	background-repeat:repeat-y;
}
.content_bottom {
	width:860px;
	height:15px;
	background-image:url(../images/bg_content_bottom.jpg);
	background-repeat:no-repeat;
}
.content_text_top {
	width:840px;
	margin-left:13px;
}
.content_text_bottom {
	width:840px;
	margin-left:13px;
	margin-top:20px;
	float:left;
}
.content_text_bottom ul,li {
	margin-left:10px;	
}
#slideshow {
float:left;	
margin-top:10px;
margin-left:10px;
}
.underlined {
	text-decoration:underline;	
}

#footer {
width:auto;
height:20px;
position:relative;
bottom:1px;
background:#CCC;
float:left;
}
