html,
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #DFEDB4;
  background-image: url(../images/bg_main.png);
  background-repeat:repeat-y;
  margin:0;
  padding:0;
  height:100%;
 }
 #container {
   min-height:100%;
   position:relative;
}

A:link {text-decoration: underline;color: #669900;}
A:visited {text-decoration: underline;color: #669900;}
A:active {text-decoration: none}
A:hover {text-decoration: none;color: #ffffff; background-color:#669900;}



p {
font-size: 13px;
line-height:150%;
color: #006600;
}

/* ---------HEADER----------- */
#header {
	position:relative;
	top:0px;
	width: 99%;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
	height:150px;
}
#menu {
	position:absolute;
	top:107px;
	left:337px;
}
#logo {
	position:absolute;
	top:0px;
	left:93px;
}
A:link.menu {text-decoration: none;color: #669900;}
A:visited.menu {text-decoration: none;color: #669900;}
A:active.menu {text-decoration: none}
A:hover.menu {text-decoration: none;color: #ffffff; background-color:#DFEDB4;}

/*------END OF HEADER-------*/


/*-----------MAIN--------------*/

#body {
	padding-left:105px;
	padding-bottom:40px; 
}
img.title {
	float:left;
} 
img.image-project {
	float:left;
	padding:5px;
	background-color:#FFFFFF;
	border-style: solid;
	border-color:#669900;
	border-width:thin;
	margin-right:20px;
} 

img.image-text {
	padding:5px;
	background-color:#FFFFFF;
	border-style: solid;
	border-color:#669900;
	border-width:thin;
	} 


#contents {
	position:relative;
	text-align:justify;
	overflow:hidden;
	width:555px;
	top:30px;
	text-align:justify;
	padding-bottom:30px;
}

#latest {
	float:left;
	width:205px;
	height:400px;
	position:relative;
	background-image:url(../images/bg_latest1.png);
	background-repeat:no-repeat;	
	padding-left:34px;
	padding-top:20px;
}



/*-------END OF MAIN----------*/


/*------------FOOTER---------*/
	
#footer {
	position: absolute;
	bottom: 0;
	width: 99%;
	height:40px;
	background-image:url(../images/bg_foot.gif);
	background-repeat:repeat-x;
}

p.foot {
font-size: 11px;
color: #669900;
padding-left: 368px;
padding-top: 13px;
line-height:0;
}
A:link.foot {text-decoration: none;color: #669900;}
A:visited.foot {text-decoration: none;color: #669900;}
A:active.foot {text-decoration: none}
A:hover.foot {text-decoration: none;color: #ffffff;  background-color:#669900;}


