@import url(css/menu.css);

@import url(css/forms.css);

@import url(css/news.css);


/*******    style.css
   (C) Green ICT 10-02-2007 last updated: 24-10-2007 style properties *********/


body
{
	font-family: arial, verdana, sans-serif;

	line-height: 20px;
   
	color: #000000;

	font-size: 0.70em;
	margin:0;
	padding:0;
	
background-color: #ffffff;
  
	background-image: url(images/bg_bodybl2 .gif);

	background-repeat:repeat-x;

	background-position: top;
}


#wrapper 
{

	margin-left: auto;

	margin-right: auto;

        color: "#009b47;
 	text-align: left;

	width: 960px;

	border-left: 0px solid #dddddd;
	border-right: 0px solid #cccccc;
	border-bottom: px solid #3c3c3c;
	background: #  ffffff;
                background-image: url(images/bg_wrappergr3.gif);
	
                background-repeat:repeat-y;
	
                background-position: top;
	
clear: both;

	float: none;

	z-index: 1;

	position: relative;
}


#content
{
	width:735px;

	float:right;
}


#text
{
	width:536px;

	float:left;
}




#bottom
{
	float: none;
 
	clear: both;

	margin-left: auto;

	margin-right: auto;

	width: 1024px;

	height: 20px;

	background-image: url(images/bg_wrapper_bottomgr3.gif);

	background-repeat:repeat-y;

	background-position: top;
	
}



#footer
{

	margin-left: auto;

	margin-right: auto;
	color: #8c8c8c;

        text-align:right;

	width: 960px;
}


#footer p
{
	font-size: 0.8em;

	padding: 10px;
}


#footer a
{
	color: #8c8c8c;
}


#footer a:hover
{

	color: rgb( 0, 155, 71);
}



